# HG changeset patch # User John W. Eaton # Date 1249584084 14400 # Node ID 3c40d81c197f129b5cc11ecf13bac548b11e3e9d # Parent bb37822e9b82cfb0b729726cae6eb9655b6c4688 ChangeLog and style fixes diff -r bb37822e9b82 -r 3c40d81c197f ChangeLog --- a/ChangeLog Thu Aug 06 14:28:56 2009 -0400 +++ b/ChangeLog Thu Aug 06 14:41:24 2009 -0400 @@ -59,7 +59,7 @@ * example/@polynomial/numel.m: New method. * example/@polynomial/Makefile.in: Include it. -2009-05-22 Benjamin Lindner +2009-05-22 Benjamin Lindner * mkoctfile.cc.in: mask MSVC specific linker flags for mex output @@ -95,7 +95,7 @@ * examples/Makefile.in: Include it. * configure.in: Ditto. -2009-05-24 Benjamin Lindner +2009-05-24 Benjamin Lindner * configure.in: (SCRIPTS_EXE_SUFFIX) Define to ".exe" for mingw32 compilation (similar to msvc) @@ -111,7 +111,7 @@ 2009-05-21 Marco Atzeri * configure.in: Correct my mistake in cygwin SHLBINPRE SHLBIN -2008-05-21 Michael Goffioul +2008-05-21 Michael Goffioul * aclocal.m4 (AC_CHECK_QHULL_OK): Do not use -lm under Windows systems. @@ -132,7 +132,7 @@ (clean): Remove mkoctfile$(EXEEXT), octave-config$(EXEEXT), octave-bug$(EXEEXT) and the corresponding object files. -2009-05-07 Rik +2009-05-07 Rik * README.mirrors: Remove invalid mirror sites which no longer exist. @@ -196,7 +196,7 @@ * configure.in: For cygwin, set LIBPRE=lib and clear CPICFLAG, CXXPICFLAG, and FPICFLAG. -2009-03-27 Jaroslav Hajek +2009-03-27 Jaroslav Hajek * aclocal.m4 (OCTAVE_CMATH_FUNC): Add missing AC_LANG_POP. * configure.in: Enclose string in quotes. @@ -291,12 +291,12 @@ * NEWS: Update for release. -2009-02-11 Thomas Treichl +2009-02-11 Thomas Treichl * aclocal.m4 (OCTAVE_GLUTESSCALLBACK_THREEDOTS): New macro. (OCTAVE_OPENGL): Use it in OpenGL check. -2009-02-11 Ben Abbott +2009-02-11 Ben Abbott * configure.in: Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined. @@ -441,7 +441,7 @@ * mkoctfile.cc.in, octave-bug.cc.in: Style fixes. -2008-11-13 Ben Abbott +2008-11-13 Ben Abbott * src/graphics.h.in: Add props screensize & screenpixelsperinch. @@ -485,11 +485,11 @@ * examples/Makefile.in: Reference the new subdirectory here. * configure.in: Add the new makefile to AC_CONFIG_FILES. -2008-10-01 Jaroslav Hajek +2008-10-01 Jaroslav Hajek * configure.in: Check for sizeof (long double) and randl. -2008-09-30 Jaroslav Hajek +2008-09-30 Jaroslav Hajek * aclocal.m4 (OCTAVE_FAST_INT_OPS): New macro. * configure.in: Call OCTAVE_FAST_INT_OPS @@ -506,7 +506,7 @@ * NEWS: Update for some of the graphics changes -2008-08-11 Jaroslav Hajek +2008-08-11 Jaroslav Hajek * acx_blas_f77_func.m4, acx_lapack.m4: Update macros from . @@ -566,17 +566,17 @@ (HAVE_FLTK): AC_DEFINE if FLTK is available. (HAVE_OPENGL): AC_DEFINE if OpenGL is available. -2008-07-21 Jaroslav Hajek +2008-07-21 Jaroslav Hajek * configure.in: Extend FTGL test to test for both ftgl.h and FTGL.h. Use HAVE_FTGL_UPPERCASE to indicate the latter (version <= 2.1.2). -2008-07-19 Rafael Laboissiere +2008-07-19 Rafael Laboissiere * octMakefile.in (CONF_DISTFILES): Include acx_blas_f77_func.m4 in the list. -2008-07-18 Carlo de Falco +2008-07-18 Carlo de Falco * aclocal.m4: Search for gl.h and glu.h in OpenGL/ as well as in GL/. @@ -620,12 +620,12 @@ * configure.in: new substituted variables GL_RENDER_SRC and FLTK_BACKEND_SRC. -2008-06-20 Michael Goffioul +2008-06-20 Michael Goffioul * Makeconf.in: Add GRAPHICS_CFLAGS substitution. * configure.in: Add checks for hypotf and _hypotf. -2008-06-12 Jaroslav Hajek +2008-06-12 Jaroslav Hajek * configure.in: Move LIBS and CXXFLAGS restoration into the proper block. @@ -654,7 +654,7 @@ * configure.in: Check for FLTK and corresponding compiler flags. -2008-06-04 Michael Goffioul +2008-06-04 Michael Goffioul * configure.in: Double-quote warn_graphics variable. @@ -669,7 +669,7 @@ * .hgignore: Also ignore build-.*, configure, and autom4te.cache. -2008-05-22 Jaroslav Hajek +2008-05-22 Jaroslav Hajek * mk-opts.pl (emit_print_function, emit_set_function, emit_show_function): Support float type. @@ -692,13 +692,13 @@ * README.Cygwin: Update. -2008-04-02 Jaroslav Hajek +2008-04-02 Jaroslav Hajek * acx_blas_f77_func.m4: New file. * configure.in: Call ACX_BLAS_WITH_F77_FUNC instead of ACX_BLAS. Supply a warning for incompatible Fortran/BLAS configuration. -2008-03-25 Jaroslav Hajek +2008-03-25 Jaroslav Hajek * configure.in: Check for expm1 and log1p functions. @@ -1157,7 +1157,7 @@ pointer to octave_base_value, not octave_value. (Fdoit): Rep is reference to octave_base_value, not octave_value. -2007-03-21 Paul Kienzle +2007-03-21 Paul Kienzle * octMakefile.in (all): Print message after successful build. @@ -1865,7 +1865,7 @@ separately. * PROJECTS: Remove completed sparse matrix tasks. -2005-10-17 Paul Kienzle +2005-10-17 Paul Kienzle * octave.test/system/system.exp: rmdir no longer prints a message if the directory does not exist. @@ -2555,7 +2555,7 @@ * configure.in: Only complain for g++ earlier than 2.95. Try harder to get version number only. -2003-03-05 Paul Kienzle +2003-03-05 Paul Kienzle * aclocal.m4 (OCTAVE_DYNAMIC_AUTO_ARRAYS): New macro. * configure.in: Use it. @@ -2573,7 +2573,7 @@ (do-subst-config-vals): Add it to the list. (INCFLAGS): Add $(KPATHSEA_INCFLAGS). -2003-02-23 Paul Kienzle +2003-02-23 Paul Kienzle * aclocal.m4 (OCTAVE_PLACEMENT_DELETE): New macro. * configure.in: Use it. @@ -2597,11 +2597,11 @@ * emacs/Makefile.in (DISTFILES): Add otags.1 to the list. -2003-02-18 Dirk Eddelbuettel +2003-02-18 Dirk Eddelbuettel * emacs/otags.1: New file. -2003-02-18 David Bateman +2003-02-18 David Bateman * configure.in: Eliminate linpack @@ -2618,11 +2618,11 @@ * configure.in: Use '$(CXX)', '$(AR)', not "$CXX" and "$AR" when setting variables for building shared libraries. -2003-02-13 Paul Kienzle +2003-02-13 Paul Kienzle * examples/make_int.cc: Support for ISO standard compilers. -2003-01-22 Richard Stallman +2003-01-22 Richard Stallman * emacs/octave-mod.el (octave-mode-map): Avoid binding keys that are reserved for users. @@ -2645,7 +2645,7 @@ * configure.in: Don't bother with compiler flags for explicit/no-implicit template instantiation. -2003-01-11 Paul Kienzle +2003-01-11 Paul Kienzle * configure.in, Makeconf.in: Allow setting of BUILD_LDFLAGS. @@ -2698,7 +2698,7 @@ * configure.in: Dont't set SONAME_FLAGS for alpha alpha*-dec-osf* systems. -2002-11-29 Paul Kienzle +2002-11-29 Paul Kienzle * mkoctfile.in: Include "$incflags $def" in commands to generate dependecies. @@ -2819,7 +2819,7 @@ If dynamic linking is used always do what was previously only enabled by --enable-lite-kernel. -2002-10-17 Paul Kienzle +2002-10-17 Paul Kienzle * configure.in: Define WITH_DYNAMIC_LINKING based on --enable-shared. Add -lwsock32 to LIBS for MinGW. @@ -2831,14 +2831,14 @@ AC_LINK_IFELSE instead of AC_TRY_LINK. Require both programs to compile for success. -2002-10-16 Paul Kienzle +2002-10-16 Paul Kienzle * aclocal.m4: Both Cygwin and MinGW don't prepend underscores. * configure.in: MinGW builds shared libraries the same as Cygwin. MinGW must link to winsock explicitly. * install-octave.in: MinGW and Cygwin both need OCTAVE_HOME. -2002-10-15 Paul Kienzle +2002-10-15 Paul Kienzle * configure.in (library_path_var): New variable. @@ -2854,7 +2854,7 @@ defined (__WIN32__) || ! defined (__CYGWIN__). Also call AC_SUBST for TERMLIBS. -2002-10-14 Paul Kienzle +2002-10-14 Paul Kienzle * configure.in: Use correct SHLEXT and PICFLAG for Cygwin. * configure.in: Cygwin must link against -loctave.dll, etc. @@ -2915,7 +2915,7 @@ * Makeconf.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX, BUILD_CXXFLAGS): New variables for cross compiling. -2002-10-07 Paul Kienzle +2002-10-07 Paul Kienzle * configure.in: Check for raise. @@ -2942,7 +2942,7 @@ * configure.in: Use. Check for direct.h. (mkdir): Define. -2002-09-26 Paul Kienzle +2002-09-26 Paul Kienzle * configure.in: Check for conio.h. Check for _kbhit. @@ -2952,7 +2952,7 @@ * configure.in (AH_BOTTOM): Don't define USE_PRAGMA_INTERFACE_IMPLEMENTATION. -2002-09-26 Paul Kienzle +2002-09-26 Paul Kienzle * configure.in: Fix syntax errors in !HAVE_XXX_T. Don't require terminal control for build. @@ -2974,7 +2974,7 @@ * Makeconf.in (%.d : %.cc): Add $*.df to LHS of dependency list. -2002-08-15 Paul Kienzle +2002-08-15 Paul Kienzle * mk-opts.pl: Add support for INCLUDE = "...". @@ -3028,7 +3028,7 @@ * configure.in (AC_CONFIG_FILES): Add libcruft/daspk/Makefile to the list. -2002-04-24 Kurt Hornik +2002-04-24 Kurt Hornik * aclocal.m4 (OCTAVE_CC_FLAG, OCTAVE_CXX_FLAG): Also handle flags that contain : and =. @@ -3062,7 +3062,7 @@ Use AS_MESSAGE_LOG_FD instead of AC_FD_CC. * configure.in: Delete second arg in AC_CHECK_SIZEOF calls. -2002-04-03 Steven G. Johnson +2002-04-03 Steven G. Johnson * configure.in: Correct usage of AC_ARG_WITH for --with-fftw. @@ -3206,7 +3206,7 @@ * octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list. -2001-04-19 David Livings +2001-04-19 David Livings * Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave existing as a directory. @@ -3395,7 +3395,7 @@ * Makefile.in (liboctave.$(SHLEXT)): Delete target before rebuilding. -2000-03-21 Ben Sapp : +2000-03-21 Ben Sapp : * Makeconf.in (%.o : %.c): Pass -o to compile command. (%.o : %.cc): Ditto. @@ -3412,7 +3412,7 @@ * configure.in: For building shared libaries, handle i386-pc-solaris2* the same as sparc-sun-solaris2*. -2000-02-29 Ben Sapp +2000-02-29 Ben Sapp * examples/make_int.cc (make_int): Handle new operator names. @@ -3503,7 +3503,7 @@ * configure.in: Check for select and poll. Also check for poll.h and sys/poll.h. -1999-10-19 Geoff Jacobsen +1999-10-19 Geoff Jacobsen * autogen.sh: New file. @@ -3517,7 +3517,7 @@ sources plus code that will make it work if Emacs doesn't have the customize code. -Tue Sep 14 07:57:06 1999 Kurt Hornik +Tue Sep 14 07:57:06 1999 Kurt Hornik * emacs/octave-inf.el (inferior-octave-startup): Always pass "-i" and "--no-line-editing" to Octave subprocess. @@ -3659,7 +3659,7 @@ * mkoctfile.in: Allow -DDEF on command line. -Thu Jun 18 20:24:40 1998 Roman Hodek +Thu Jun 18 20:24:40 1998 Roman Hodek * configure.in (RLD_FLAG): Set correctly for Linux on all architectures. From @@ -4203,7 +4203,7 @@ * config.h.bot (STATIC_CAST): Delete definition. -Thu Mar 6 03:26:41 1997 Kurt Hornik +Thu Mar 6 03:26:41 1997 Kurt Hornik * emacs/octave-hlp.el: Provide octave-hlp. * emacs/octave-inf.el: Provide octave-inf. @@ -4211,7 +4211,7 @@ * examples/info-emacs-octave-help: Require octave-hlp instead of loading it. -Tue Mar 4 12:19:24 1997 Kurt Hornik +Tue Mar 4 12:19:24 1997 Kurt Hornik * emacs/octave-mod.el: Properly indent switch statement. @@ -4724,7 +4724,7 @@ * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Define. * Makeconf.in: Substitute. -Wed May 22 02:42:32 1996 Kurt Hornik +Wed May 22 02:42:32 1996 Kurt Hornik * emacs/octave.el (octave-indent-new-line): Protect octave-indent-line with save-excursion. @@ -4746,7 +4746,7 @@ * octave-bug.in: Fix previous change so it also matches things like 1.90, not just 1.1.90. -Fri May 17 09:58:49 1996 Kurt Hornik +Fri May 17 09:58:49 1996 Kurt Hornik * emacs/octave.el (octave-electric-semi): Also call octave-indent-line to indent the current line after inserting a semicolon. diff -r bb37822e9b82 -r 3c40d81c197f doc/ChangeLog --- a/doc/ChangeLog Thu Aug 06 14:28:56 2009 -0400 +++ b/doc/ChangeLog Thu Aug 06 14:41:24 2009 -0400 @@ -269,11 +269,11 @@ (DISTFILES): Add DOC nad mk_doc_cache.m to the list. * mk_doc_cache.m: New file. -2009-02-01 S�ren Hauberg +2009-02-01 S�ren Hauberg * interpreter/nonlin.txi: Remove reference to 'fsolve_options'. -2009-02-01 S�ren Hauberg +2009-02-01 S�ren Hauberg * interpreter/system.txi: Remove reference to 'eomdate'. @@ -874,7 +874,6 @@ chapter. Remove references to Hashing chapter and hashing.texi, and subsections for hashing to system utilities chapter. - 2007-06-12 2007-06-10 S�ren Hauberg * interpreter/diffeq.txi: Note that x-dot is the derivative of x. @@ -1190,7 +1189,7 @@ * faq/Makefile.in (Octave-FAQ.dvi, Octave-FAQ.pdf): Likewise. * liboctave/Makefile.in (liboctave.dvi, liboctave.pdf): Likewise. -2006-10-09 Thomas Treichl +2006-10-09 Thomas Treichl * interpreter/sparseimages.m: Plot sombrero images if sparse capabilities are missing. @@ -1378,7 +1377,7 @@ * interpreter/octave.texi: Include test/demo appendix. * interpreter/Makefile.in (SUB_SOURCE): Include test.txi. -2005-12-13 David Bateman +2005-12-13 David Bateman * interpreter/sparse.txi: Add new gplot, etreeplot and treeplot functions. @@ -1525,11 +1524,11 @@ * interpreter/Makefile.in (MAN_BASE): Add octave-config.1 to the list. -2003-02-19 Dirk Eddelbuettel +2003-02-19 Dirk Eddelbuettel * octave-config.1: New file. -2003-01-11 Paul Kienzle +2003-01-11 Paul Kienzle * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and $(BUILD_LDFLAGS) to compiler. @@ -1564,7 +1563,7 @@ make it easy to revert back to libg++-based Map class if that fails to work on some systems. -2002-11-01 Dirk Eddelbuettel +2002-11-01 Dirk Eddelbuettel * interpreter/Makefile.in (MAN_BASE, MAN_SRC): New variables, use as appropriate. @@ -1573,7 +1572,7 @@ * interpreter/mkoctfile.1: New file. -2002-10-25 Paul Kienzle +2002-10-25 Paul Kienzle * interpreter/Makefile.in (octave_toc.html): Use -expandinfo and -split_chapter instead of -expand info and -split chapter. @@ -1615,7 +1614,7 @@ * liboctave/Makefile.in (liboctave_toc.html): Likewise. * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. -2001-11-14 Christoph Spiel +2001-11-14 Christoph Spiel * faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and -split_chapter, not -expand info and -split chapter. diff -r bb37822e9b82 -r 3c40d81c197f libcruft/ChangeLog --- a/libcruft/ChangeLog Thu Aug 06 14:28:56 2009 -0400 +++ b/libcruft/ChangeLog Thu Aug 06 14:41:24 2009 -0400 @@ -45,7 +45,7 @@ SHLBINPRE library prefixes. From Marco Atzeri . -2008-12-21 Jaroslav Hajek +2008-12-21 Jaroslav Hajek * lapack/chegs2.f lapack/chegst.f lapack/chegv.f lapack/dsygs2.f lapack/dsygst.f lapack/dsygv.f lapack/ssygs2.f lapack/ssygst.f @@ -75,7 +75,7 @@ * slatec-fn/xacosh.f, slatec-fn/xasinh.f: Replace xsacosh with xacosh, xdacosh with xacosh and xdasinh with xasinh. -2008-06-12 Jaroslav Hajek +2008-06-12 Jaroslav Hajek * misc/Makefile.in (MAKEDEPS): Remove CEXTRA. @@ -109,7 +109,7 @@ quadpack/qk21.f, quadpack/qpsrt.f: New files. * quadpack/Makefile.in (FSRC): Add them. -2008-05-20 Jaroslav Hajek +2008-05-20 Jaroslav Hajek * qrupdate/cch1dn.f, qrupdate/cchinx.f, qrupdate/cqhqr.f, qrupdate/cqrinc.f, qrupdate/cqrinr.f, qrupdate/cqrqhu.f, @@ -297,7 +297,7 @@ slatec-fn/xsgmainc.f: New files. * slatec-fn/Makefile.in (FSRC): Add them. -2008-04-20 Jaroslav Hajek +2008-04-20 Jaroslav Hajek * qrupdate/dch1dn.f, qrupdate/dchdex.f, qrupdate/dchinx.f, qrupdate/dqhqr.f, qrupdate/dqrdec.f, qrupdate/dqrinc.f, @@ -308,14 +308,14 @@ qrupdate/zqrqhv.f, qrupdate/zqrshc.f: Fix external declarations, XERBLA calls, and docs. -2008-04-07 Jaroslav Hajek +2008-04-07 Jaroslav Hajek * qrupdate/dqrqhu.f, qrupdate/zqrqhu.f, * qrupdate/dqrshc.f, qrupdate/zqrshc.f, * qrupdate/dchinx.f, qrupdate/zchinx.f, * qrupdate/dchdex.f, qrupdate/zchdex.f: New files. -2008-04-02 Jaroslav Hajek +2008-04-02 Jaroslav Hajek * blas-xtra/xzdotu.f: Turn into simple wrapper for zdotu. * blas-xtra/xzdotc.f: Turn into simple wrapper for zdotc. @@ -339,17 +339,17 @@ fftpack/cfftf.f: Use (*) instead of (1) for assumed-size dimensions. -2008-03-06 Jaroslav Hajek +2008-03-06 Jaroslav Hajek * qrupdate/dqrinc.f: Declare DGEMV external. * qrupdate/zqrinc.f: Declare ZGEMV external. Fix complex constant args in call to ZGEMV. -2008-03-05 Jaroslav Hajek +2008-03-05 Jaroslav Hajek * qrupdate/dch1dn.f, qrupdate/zch1dn.f: add "quick return" checks. -2008-03-04 Jaroslav Hajek +2008-03-04 Jaroslav Hajek * qrupdate/dch1dn.f, qrupdate/dch1up.f, qrupdate/zch1dn.f, qrupdate/zch1up.f: New files. @@ -896,7 +896,7 @@ * blas/sgemm.f, blas/strsm.f, blas/ssyrk.f, blas/sscal.f, blas/sgemv.f, blas/sdot.f: New files. -2003-02-20 Paul Kienzle +2003-02-20 Paul Kienzle * dassl/ddaslv.f: Fortran doesn't use ; in statements. @@ -907,7 +907,7 @@ libcruft/lapack/dtrtri.f, libcruft/lapack/ztrti2.f, libcruft/lapack/ztrtri.f: New files. -2003-02-04 David Bateman +2003-02-04 David Bateman * libcruft/Makefile.in (CRUFT_DIRS): Remove linpack from list. @@ -948,7 +948,7 @@ * misc/quit.cc: Add std:: qualifiers to memcpy calls. -2003-01-03 Paul Kienzle +2003-01-03 Paul Kienzle * misc/quit.h: Move #include outside extern "C" block. * misc/f77-fcn.h: Move #include "quit.h" outside extern "C" block. @@ -1045,7 +1045,7 @@ * Makefile.in (install): No need to use cd to create links. -2002-10-14 Paul Kienzle +2002-10-14 Paul Kienzle * Makefile.in: Use link dependencies for shared libs if INCLUDE_LINK_DEPS. @@ -1055,7 +1055,7 @@ (install, uninstall): Handle link and load forms of the library separately. -2002-09-30 Paul Kienzle +2002-09-30 Paul Kienzle * slatec-fn/xdacosh.f: Mark external functions as external. * slatec-fn/xdasinh.f: Ditto. @@ -1129,7 +1129,7 @@ * daspk: New directory. * Makefile.in (CRUFT_DIRS): Add it to the list -2002-04-03 Steven G. Johnson +2002-04-03 Steven G. Johnson * misc/machar.c: Use F77_FUNC instead of checking F77_APPEND_UNDERSCORE. @@ -1170,7 +1170,7 @@ * misc/dostop.c (dostop): Use F77_FCN macro for function definition. Specify length in error format to avoid need for copying string. - From Paul Kienzle . + From Paul Kienzle . 2000-12-14 John W. Eaton @@ -1352,7 +1352,7 @@ slatec-fn/dgamr.f, slatec-fn/dlbeta.f, slatec-fn/dlnrel.f: New files for incomplete beta and incomplete gamma functions. -Thu Jul 17 13:18:57 1997 Klaus Gebhardt +Thu Jul 17 13:18:57 1997 Klaus Gebhardt * blas/xerbla.f (xerbla): Call XSTOPX instead of using STOP. diff -r bb37822e9b82 -r 3c40d81c197f liboctave/ChangeLog --- a/liboctave/ChangeLog Thu Aug 06 14:28:56 2009 -0400 +++ b/liboctave/ChangeLog Thu Aug 06 14:41:24 2009 -0400 @@ -230,7 +230,6 @@ 2009-05-21 Jaroslav Hajek - * CMatrix.cc (ComplexMatrix::all, ComplexMatrix::any, ComplexMatrix::cumprod, ComplexMatrix::cumsum, ComplexMatrix::prod, ComplexMatrix::sum, @@ -432,7 +431,7 @@ * lo-mappers.h (xisnan, xisinf, xfinite): If possible, use definitions from . -2009-03-18 Jaroslav Hajek +2009-03-18 Jaroslav Hajek * oct-norm.cc (get_eps): Remove that hack. (higham): Use std::numeric_limits instead. @@ -1216,7 +1215,6 @@ operator * (const Range& r, double x)): New operators. * Range.h: Declare them. - 2009-01-20 John W. Eaton * file-stat.h, file-stat.cc (class base_file_stat): New base class. @@ -1664,12 +1662,12 @@ tag. * oct-norm.cc (xnorm, xfrobnorm, xcolnorms, xrownorms): Ditto. -2008-11-12 Jaroslav Hajek +2008-11-12 Jaroslav Hajek * DiagArray2.h (DiagArray2::maybe_delete_elements): Remove declaration. -2008-11-09 Jaroslav Hajek +2008-11-09 Jaroslav Hajek * oct-norm.cc: Don't include Array.cc. (column_norms (const MArray2&, ...)): Use std::vector instead of Array for @@ -1696,7 +1694,7 @@ * MArray-defs.h (MARRAY_NORM_BODY): Remove. -2008-11-02 Jaroslav Hajek +2008-11-02 Jaroslav Hajek * idx-vector.cc (idx_vector::is_complement): Set resulting extent correctly. @@ -1710,14 +1708,14 @@ * idx-vector.h (idx_vector::idx_range_rep::idx_range_rep (void)): Create empty range by default. -2008-10-30 Jaroslav Hajek +2008-10-30 Jaroslav Hajek * oct-inttypes.h (octave_int_abs): New function. (octave_int_arith_base::div): Use octave_int_abs instead of std::abs. * oct-inttypes.cc (octave_int_arith_base): Ditto. -2008-10-28 Jaroslav Hajek +2008-10-28 Jaroslav Hajek * Array-C.cc Array-d.cc Array-f.cc Array-fC.cc Array-i.cc Array-s.cc: Don't use semicolon after INSTANTIATE_ARRAY_ASSIGN. @@ -1770,7 +1768,7 @@ * oct-shlib.cc (octave_dlopen_shlib::open): Use RTLD_NOW instead of RTLD_LAZY. -2008-10-12 Jaroslav Hajek +2008-10-12 Jaroslav Hajek * CSparse.cc (ComplexMatrix::expm): Improve inverse preconditioning according to Marco Caliari. @@ -1784,7 +1782,7 @@ char *. * sparse-util.cc (SparseCholPrint): Likewise. -2008-10-09 Jaroslav Hajek +2008-10-09 Jaroslav Hajek * oct-sort.cc (octave_sort::merge_getmem, octave_sort::merge_freemem): Replace malloc -> new [], free -> @@ -1804,7 +1802,7 @@ optimizations. (octave_base_int::convert_real): Use exclusive bounds. -2008-10-07 Jaroslav Hajek +2008-10-07 Jaroslav Hajek * oct-inttypes.h (OCTAVE_INT_DOUBLE_BIN_OP): Change octave_int64 to octave_uint64 where appropriate. @@ -1818,7 +1816,7 @@ * Spasre-op-defs.h: Undo previous change. -2008-10-01 Jaroslav Hajek +2008-10-01 Jaroslav Hajek * oct-inttypes.h (octave_int::one, octave_int::zero): Declare constants. @@ -2504,7 +2502,7 @@ New functions. * lo-mappers.h: Provide decls. -2008-04-25 Michael Goffioul +2008-04-25 Michael Goffioul * oct-lookup.h (seq_lookup): Do not use output value of fill_n (MSVC does not support it). @@ -3561,7 +3559,6 @@ * boolMatrix.h, chMatrix.h, intNDArray.h (diag (void), diag (octave_idx_type)): Declare them. - 2007-10-06 John W. Eaton * lo-specfun.cc: (zlgamma): Delete. diff -r bb37822e9b82 -r 3c40d81c197f scripts/ChangeLog --- a/scripts/ChangeLog Thu Aug 06 14:28:56 2009 -0400 +++ b/scripts/ChangeLog Thu Aug 06 14:41:24 2009 -0400 @@ -7,11 +7,11 @@ * geometry/griddata.m: Optimize. -2009-08-06 Olaf Till +2009-08-06 Olaf Till * geometry/griddata.m: Linearize arrays. -2009-08-04 Pieter Eendebak +2009-08-04 Pieter Eendebak * set/setxor.m: Added test for cell arrays of strings. @@ -20,7 +20,7 @@ * plot/__gnuplot_get_var__.m: If read fails to return data, sleep before trying again. -2009-08-04 Pieter Eendebak +2009-08-04 Pieter Eendebak * set/setxor.m: Support cell arrays of strings. @@ -30,7 +30,7 @@ * general/ind2sub.m: Remove source. * general/Makefile.in: Update. -2009-08-02 Ben Abbott +2009-08-02 Ben Abbott * plot/gnuplot_drawnow.m: Avoid the flickering x11 window seen with rapid replots by avoidng setting multiplot mode. This fix only @@ -41,7 +41,7 @@ * general/common_size: Optimize. -2009-07-29 Ben Abbott +2009-07-29 Ben Abbott * plot/__go_draw_axes__.m: Fix ticklabels specified as 2D character array. @@ -64,7 +64,7 @@ * plot/gnuplot_binary.in: Accept arguments in addition to program name. * plot/__gnuplot_open_stream__.m: Pass additional args to gnuplot. -2009-07-23 Ben Abbott +2009-07-23 Ben Abbott * plot/legend.m: Add an hggroup demo using bar(). Include clf() in each demo. @@ -90,7 +90,7 @@ to send "set border front" or "set border layerdefault" to plot stream. Don't send "set border front" to plot stream for image data. -2009-07-15 Robert T. Short +2009-07-15 Robert T. Short * polynomial/conv.m: Fix Matlab incompatibility. New tests. @@ -101,13 +101,13 @@ * sparse/nonzeros.m: Always return a column vector. New tests. -2009-06-25 Ben Abbott +2009-06-25 Ben Abbott * plot/gnuplot_drawnow.m: Apply feature 'wxt_has_size'. * plot/__gnuplot_has_feature__.m: Add feature 'wxt_has_size' for gnuplot >= 4.3.0. -2009-06-24 Ben Abbott +2009-06-24 Ben Abbott * plot/__go_draw_figure__.m: Modify the implicit margin when gnuplot's output is landscape. @@ -131,7 +131,7 @@ * image/imread.m: New test. -2009-06-22 Ben Abbott +2009-06-22 Ben Abbott * plot/grid.m: Add missing semi-colon. Allow grid to be toggled on/off for each axis independently. Gnuplot requires that minor @@ -148,33 +148,33 @@ * set/ismember.m: Properly handle NaNs. Fix test. -2009-06-18 Ben Abbott +2009-06-18 Ben Abbott * plot/__go_draw_axes__.m: Change the default x11 fontspec from '*,0' to ',0' to avoid delays searching the fontpath for a font named '*'. -2009-06-18 Daniel Gualberto +2009-06-18 Daniel Gualberto * polynomial/mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added. -2009-06-17 Bertrand Roessli +2009-06-17 Bertrand Roessli * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo. -2009-06-15 Ben Abbott +2009-06-15 Ben Abbott * plot/quiver.m: Add 'clf' to demos. * plot/plotyy.m: Consider dataaspectratiomode before changing dataaspectratio. -2009-06-14 Ben Abbott +2009-06-14 Ben Abbott * plot/plotyy.m: Fix compatibility with subplot, add listeners for dataaspectratio, and add a demo. -2009-06-14 Eric Chassande-Mottin +2009-06-14 Eric Chassande-Mottin * plot/plotyy.m: Correct behavior when there is no currentfigure. @@ -182,7 +182,7 @@ * set/ismember.m: Reimplement using lookup & unique. -2009-06-11 Ben Abbott +2009-06-11 Ben Abbott * plot/print.m: Fix logic associated with 'have_ghostscript'. * plot/gnuplot_drawnow.m: Add support for pdfcairo and pngcairo @@ -191,7 +191,7 @@ Have '-mono' render all objects in monochrome. For pdf or png output, favor gnuplot's cairo terminals. -2009-06-10 Marco Caliari +2009-06-10 Marco Caliari * plot/hold.m: Add demo including a hggroup. * plot/__go_draw_axes__.m: Fix order when pushing group children onto @@ -203,12 +203,12 @@ * general/quadgk.m: Add test case and fixed doubly infinite waypoint transform for x = 0 case. -2009-06-09 Marco Caliari +2009-06-09 Marco Caliari * general/quadgk.m: Fix doubly infinite transformation to the finite interval. -2009-06-08 Ben Abbott +2009-06-08 Ben Abbott * plot/axis.m: Fix bug for 'axis tight' with multiple lines, modify demo. @@ -217,13 +217,13 @@ * testfun/assert.m: Fix texinfo bug. -2009-06-04 Ben Abbott +2009-06-04 Ben Abbott * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to strcmp(scale,'log'). * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'. -2009-06-03 Ben Abbott +2009-06-03 Ben Abbott * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present @@ -247,7 +247,7 @@ * plot/__gnuplot_get_var__.m: Insert missing semicolon. -2009-05-28 Ben Abbott +2009-05-28 Ben Abbott * plot/__go_draw_axes__.m: Set x2range when xaxislocation=='top' and set y2range when yaxislocation=='right'. Simplified support for ticklabel @@ -255,7 +255,7 @@ * plot/__go_draw_figure__.m: Change 'autoscale fix' to 'autoscale keepfix'. * plot/colorbar.m: Add demos. -2009-05-28 Ben Abbott +2009-05-28 Ben Abbott * plot/__go_draw_axes__.m: Add support for ticklabel separator '|'. @@ -289,7 +289,7 @@ * image/imshow.m: In demo, convert image to rgb before scaling components. Use imread instead of loadimage. -2009-05-26 Ben Abbott +2009-05-26 Ben Abbott * plot/__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well. @@ -315,19 +315,19 @@ * pkg/pkg.m: Add "version" field to the structure returned by "pkg describe". -2009-05-25 Ben Abbott +2009-05-25 Ben Abbott * plot/__go_draw_axes__.m: Properly render TeX symbols for x11, when using the anonymous fontname="*". -2009-05-24 Benjamin Lindner +2009-05-24 Benjamin Lindner * plot/gnuplot_drawnow.m: single-quote output name to allow backslash characters as filesep under windows * plot/print.m: Support ps->pdf using ghostscript under windows, check for %GSC% environment variable. -2009-05-24 Benjamin Lindner +2009-05-24 Benjamin Lindner * plot/__gnuplot_version__.m: quote gnuplot_binary to allow spaces in file name @@ -370,7 +370,7 @@ * optimization/fminunc.m: Import the step adaptation strategy improvements from fsolve. -2009-05-08 Ben Abbott +2009-05-08 Ben Abbott * plot/__gnuplot_has_feature__.m: Add feature "key_has_font_properties". * plot/__go_draw_axes__.m: Have legend inherit the axis font-name/size. @@ -380,12 +380,12 @@ * miscellaneous/tar.m, miscellaneous/unpack.m: Pass "xvf" to tar instead of "-x -v -f". -2009-04-30 Ben Abbott +2009-04-30 Ben Abbott * plot/__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0. -2009-04-30 Ben Abbott +2009-04-30 Ben Abbott * plot/gnuplot_drawnow.m: For figure position, treat 'wxt' as 'x11'. @@ -393,13 +393,13 @@ * statistics/base/range.m: Fix behavior when dim is specified. -2009-04-28 Ben Abbott +2009-04-28 Ben Abbott * plot/print.m: Fix typo: 'gswin23c' -> 'gswin32c'. Suppress stderr when printing. New sub-function: fix_eps_bbox(). Add option, "-tight", to replace the gnuplot bbox with a tight bbox for eps-files. -2009-04-23 Ben Abbott +2009-04-23 Ben Abbott * plot/print.m: Use Ghostscript rather than ImageMagick's 'convert'. Support printing to non-postscript printers. Do not change the output @@ -423,7 +423,7 @@ * plot/__marching_cube__.m: Correct help Texinfo so manual will compile -2009-04-16 Marco Caliari +2009-04-16 Marco Caliari * toeplitz.m: Treat separately the sparse case. @@ -436,8 +436,9 @@ * plot/__patch__.m: Set default facecolor to [0,1,0]. -2009-04-12 Aravindh Krishnamoorthy - * special-matrix/hadamard.m: Fix a documentation mistake. +2009-04-12 Aravindh Krishnamoorthy + + * special-matrix/hadamard.m: Fix a documentation mistake. 2009-04-14 Jaroslav Hajek @@ -445,7 +446,7 @@ * polynomial/polyscale.m: Remove. * polynomial/polytrans.m: Remove. -2009-04-12 Ben Abbott +2009-04-12 Ben Abbott * plot/__gnuplot_open_stream__.m: New function. * plot/__gnuplot_get_var__.m: If not open, open the gnuplot plot stream. @@ -472,7 +473,7 @@ * set/intersect.m: Add missing branch. -2009-04-10 Ben Abbott +2009-04-10 Ben Abbott * plot/print.m: If no pdf support in gnuplot, then "convert" from postscript to pdf. For gnuplot 4.2.x use "convert", if it is present, @@ -487,11 +488,11 @@ * special-matrix/vander.m: Optimize. -2009-04-07 Ben Abbott +2009-04-07 Ben Abbott * plot/Makefile.in: Remove __gnuplot_default_font__.m from SOURCES. -2009-04-06 Ben Abbott +2009-04-06 Ben Abbott * plot/__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code. @@ -499,7 +500,7 @@ * plot/__go_draw_axes__.m, plot/__go_draw_figure__.m: Allow fontsize to be specified for all terminals with fontname == "*". -2009-04-06 Jaroslav Hajek +2009-04-06 Jaroslav Hajek * polynomial/polyscale.m: New function. * polynomial/polytrans.m: New function. @@ -526,12 +527,12 @@ * optimization/Makefile.in: Update. * optimization/__dogleg__: Allow general quadratics. -2009-04-02 Ben Abbott +2009-04-02 Ben Abbott * plot/__go_draw_axes__.m: Include gnuplot command termination when plotting image. -2009-04-02 Ben Abbott +2009-04-02 Ben Abbott * plot/__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x. @@ -539,12 +540,12 @@ * optimization/fsolve.m: Fix test. -2009-03-30 Ben Abbott +2009-03-30 Ben Abbott * plot/__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous. -2009-03-30 Ben Abbott +2009-03-30 Ben Abbott * plot/__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font. @@ -555,18 +556,18 @@ * testfun/Makefile.in (SOURCES): Add rundemos.m to the list. -2009-03-29 Ben Abbott +2009-03-29 Ben Abbott * plot/print.m: For eps output the bounding box should represent the figure's position. -2009-03-28 Ben Abbott +2009-03-28 Ben Abbott * plot/gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam. Permits __gnuplot_get_var__ to return to proper result for all gnuplot streams. -2009-03-27 Ben Abbott +2009-03-27 Ben Abbott * plot/__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend. @@ -587,7 +588,7 @@ * gethelp.cc (main): Handle second argument. Write comment with full file name to output. -2009-03-24 Ben Abbott +2009-03-24 Ben Abbott * plot/gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done. @@ -596,19 +597,19 @@ * general/isa.m: Handle parent classes. -2009-03-23 Ben Abbott +2009-03-23 Ben Abbott * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS". * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS". -2009-03-21 Ben Abbott +2009-03-21 Ben Abbott * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported. * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables. * plot/print.m: Restore the behavior for option -S,. -2009-03-19 Jaroslav Hajek +2009-03-19 Jaroslav Hajek * optimization/fsolve.m (guarded_eval): Simplify & fix missing semicolon. @@ -672,7 +673,7 @@ __accumarray_sum__ for the default summation case. * statistics/base/histc.m: Reimplement using lookup & accumarray. -2009-03-08 S�ren Hauberg +2009-03-08 S�ren Hauberg * statistics/base/histc.m: New function. @@ -1109,7 +1110,7 @@ * optimization/Makefile.in: Add missing source. -2009-02-02 Rob Mahurin +2009-02-02 Rob Mahurin * general/interpft.m: Increase tolerance in tests, for FFTPACK. @@ -1154,7 +1155,7 @@ * miscellaneous/fileparts.m: Match all possible file separators. -2009-01-29 Kai Habel +2009-01-29 Kai Habel * plot/__go_draw_axes__.m: Add support for transparent patches. @@ -1165,7 +1166,7 @@ * help/help.m: Allow displaying 'Contents.m' files. -2009-01-29 Kai Habel +2009-01-29 Kai Habel * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and surfl.m in the list. @@ -1331,11 +1332,11 @@ * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: Permit scalars when transforming coordinates. -2009-01-17 Steven Verstoep +2009-01-17 Steven Verstoep * plot/__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord. -2009-01-16 Daniel J Sebald +2009-01-16 Daniel J Sebald * plot/gnuplot_drawnow.m: Fix for handling options. @@ -1464,7 +1465,7 @@ * plot/ndgrid.m: Ditto. * strings/strcat.m: Ditto. -2009-01-09 Kai Habel +2009-01-09 Kai Habel * plot/surfl.m: New function * plot/diffuse.m: Ditto. @@ -1497,7 +1498,7 @@ * goemetry/voronoi.m: Speed up and handle dense grids. -2008-12-28 Jaroslav Hajek +2008-12-28 Jaroslav Hajek * miscellaneous/delete.m: Allow filename globs. Display warnings if operation fails. @@ -1542,7 +1543,7 @@ * sparse/bicgstab.m: New function. * sparse/Makefile.in (SOURCES): Add it here. -2008-12-18 Daniel J Sebald +2008-12-18 Daniel J Sebald * time/datevec.m (__date_vfmt2sfmt__): New helper function. (datevec): Avoid repeated parsing of the format string. @@ -1654,7 +1655,7 @@ * plot/subplot.m: fix texi bug -2008-11-04 Thorsten Meyer +2008-11-04 Thorsten Meyer * miscellaneous/unpack.m: return directly after recursive handling of cell-strings @@ -1663,18 +1664,18 @@ * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector. -2008-09-28 Jaroslav Hajek +2008-09-28 Jaroslav Hajek * optimization/__fdjac__.m: New function file. * optimization/__dogleg__.m: New function file. * optimization/fsolve.m: New function file. * optimization/Makefile.in: Include the new sources. -2008-09-28 Jaroslav Hajek +2008-09-28 Jaroslav Hajek * optimization/fzero.m: Replace tabs by spaces. -2008-09-28 Jaroslav Hajek +2008-09-28 Jaroslav Hajek * optimization/fzero.m: Simplify exception handling. @@ -1691,7 +1692,7 @@ * optimization/Makefile.in: Add it. * optimization/lsqnonneg.m: Query options using optimget. -2008-10-31 Jaroslav Hajek +2008-10-31 Jaroslav Hajek * linear-algebra/__norm__.m: Remove. @@ -2458,7 +2459,7 @@ * miscellaneous/dbstack.m: Delete. * miscellaneous/Makefile.in (SOURCES): Remove it from the list. -2008-05-03 Rafael Laboissiere +2008-05-03 Rafael Laboissiere * linear-algebra/cond.m, miscellaneous/version.m, miscellaneous/version.m, plot/feather.m, plot/__bar__.m, @@ -3872,7 +3873,6 @@ * plot/print.m: Remove "enhanced" option as this is now treated in drawnow.m. - * plot/caxis.m: New function to control the color axis limits. * plot/Makefile.in (SOURCES): Include it. * plot/axis.m: Allow the first argument to be an axes handle. @@ -5344,7 +5344,6 @@ 2007-05-08 John W. Eaton - * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). * set/ismember.m: Always return logical values. diff -r bb37822e9b82 -r 3c40d81c197f scripts/geometry/griddata.m --- a/scripts/geometry/griddata.m Thu Aug 06 14:28:56 2009 -0400 +++ b/scripts/geometry/griddata.m Thu Aug 06 14:41:24 2009 -0400 @@ -63,7 +63,9 @@ [nr, nc] = size (xi); - x = x(:); y = y(:); z = z(:); + x = x(:); + y = y(:); + z = z(:); ## Triangulate data. tri = delaunay (x, y); diff -r bb37822e9b82 -r 3c40d81c197f src/ChangeLog --- a/src/ChangeLog Thu Aug 06 14:28:56 2009 -0400 +++ b/src/ChangeLog Thu Aug 06 14:41:24 2009 -0400 @@ -322,7 +322,6 @@ * pt-idx.cc (tree_index_expression::rvalue): Update. * variables.cc (symbol_exist): Update. - 2009-07-21 John W. Eaton * symtab.cc (symbol_table::builtin_find, @@ -344,7 +343,7 @@ * bitfcns.cc (DO_UBITSHIFT): Avoid overflow. (DO_SBITSHIFT): Fix mask calculation. -2009-07-17 Benjamin Lindner +2009-07-17 Benjamin Lindner * DLD-FUNCTIONS/__magick_read__.cc (F__magick_read__): Determine correct number of bits required when reading images. @@ -394,7 +393,7 @@ int)): Test for underflow of fractional part of rational approximation earlier in the loop. -2009-07-01 Joe Rothweiler +2009-07-01 Joe Rothweiler * input.cc (raw_mode): Use TCSADRAIN if no wait. @@ -1017,7 +1016,7 @@ $(DESTDIR)$(octlibdir)/$(SHLLIBPRE)octinterp.$(SHLLIB_VER), not $(DESTDIR)$(octlibdir)/$(SHLPRE)octinterp.$(SHLEXT_VER). -2009-05-08 Carsten Clark +2009-05-08 Carsten Clark * data.cc (Fissorted): Fix typo in documentation entry. @@ -1397,7 +1396,7 @@ read_until_newline to avoid leaving stray '\r' in stream when reading files with CRLF line endings. -2009-03-18 Jaroslav Hajek +2009-03-18 Jaroslav Hajek * DLD-FUNCTIONS/cellfun.cc (scalar_col_helper, scalar_col_helper_def, scalar_col_helper_nda, @@ -1476,7 +1475,7 @@ '\r' or '\n', skip current line ending instead of skipping until the next. -2009-03-12 Ben Abbott +2009-03-12 Ben Abbott * graphics.cc: Fix default "papersize" property value. @@ -2275,7 +2274,7 @@ * parse.y (begin_obj_idx, cancel_obj_idx): Delete non-terminals and all uses. -2009-02-13 Ben Abbott +2009-02-13 Ben Abbott * graphics.h.in (class axes::properties): Initialize ticklength. * graphics.cc (default_axes_ticklength): New function. @@ -2904,7 +2903,7 @@ * load-path.cc (Fcommand_line_path): Rename from Fcommandlinepath. -2009-01-27 Ben Abbott +2009-01-27 Ben Abbott * graphics.cc (convert_position): Handle character units. (default_axes_tick, default_figure_papersize, @@ -2936,13 +2935,13 @@ according to the index expression. * ov-cell.cc (octave_cell::subsasgn): Ditto. -2008-12-25 Ben Abbott +2008-12-25 Ben Abbott * load-path.cc (Fcommandlinepath): New function. * load-path.h (load_path::get_command_line_path, load_path::do_get_command_line_path): New functions. -2009-01-24 Ben Abbott +2009-01-24 Ben Abbott * DLD-FUNCTIONS/eigs.cc: eigs.cc: skip tests if ARPACK is missing. @@ -3281,7 +3280,7 @@ * ov-cell.cc (octave_cell::subsasgn): Put erased copy back after make_unique has been called. -2009-01-09 Kai Habel +2009-01-09 Kai Habel * graphics.cc: Calculate normals for surface boundaries, use more neighboring points to calculate interior normals @@ -3324,7 +3323,7 @@ DLD-FUNCTIONS/regexp.cc (Fregexpi), DLD-FUNCTIONS/regexp.cc (Fregexprep): Add references. -2008-12-27 Jaroslav Hajek +2008-12-27 Jaroslav Hajek * oct-obj.h, oct-obj.cc (octave_value_list::valid_scalar_indices): Remove. * ov-base-diag.cc, ov-base-diag.h, ov-base-scalar.cc, ov-base.h, @@ -3344,7 +3343,7 @@ * data.cc (resize): Add cross reference to postpad. -2008-12-25 Jaroslav Hajek +2008-12-25 Jaroslav Hajek * load-save.h (load_save_format_type, load_save_format_options): New enums. @@ -3489,7 +3488,6 @@ * ov-perm.cc (save_ascii, load_ascii): Save natively. * ov-perm.h (load_ascii): Declare. - 2008-12-04 Thorsten Meyer * strfns.cc (Fchar): Add test from str2mat.m @@ -3700,7 +3698,7 @@ order. * OPERATORS/op-struct.cc (op_catop_matrix_struct): Ditto. -2008-11-11 Jaroslav Hajek +2008-11-11 Jaroslav Hajek * pt-assign.cc: Fix handling of empty cs-lists in assignment LHS. @@ -3711,7 +3709,7 @@ * parse.y (F__parser_debug_flag__): New function. -2008-10-31 Jaroslav Hajek +2008-10-31 Jaroslav Hajek * xnorm.cc: New source. * xnorm.h: New header file. @@ -3719,7 +3717,6 @@ * data.cc (Fnorm): Call xnorm, xcolnorms, xrownorms or xfrobnorm to do the actual work. - 2008-10-31 David Bateman * ov-base-scalar.h (octave_value octave_base_scalar::reshape @@ -3752,7 +3749,7 @@ * graphics.cc (axes::properties::set_defaults): Initialize keyreverse property. -2008-10-28 Jaroslav Hajek +2008-10-28 Jaroslav Hajek * Cell.h (Cell::assign (const Array&, ...), Cell::delete_elements (const Array&, ...)): @@ -3771,7 +3768,6 @@ * ov-list.cc (octave_list::subsasgn): Call Array::assign. * pr-output.cc (PRINT_ND_ARRAY): Use zero-based indices. - 2008-10-29 Thorsten Meyer * data.cc (Fcolumns): Remove "and" from @seealso string. @@ -3989,7 +3985,7 @@ * graphics.cc (F__go_delete__): Allow arrays of graphic handles. -2008-10-01 Jaroslav Hajek +2008-10-01 Jaroslav Hajek * OPERATORS/op-i64-i64.cc: Instantiate all 64-bit operations. * OPERATORS/op-ui64-ui64.cc: Instantiate all unsigned 64-bit operations. @@ -4420,7 +4416,7 @@ (Fdrawnow): Call redraw_figure and print_figure with a graphics_object argument. -2008-08-26 Maciek Gajewski +2008-08-26 Maciek Gajewski * graphics.h.in (base_property::set): Remove inline implementation. (base_graphics_backend::property_changed, @@ -5584,7 +5580,7 @@ (axes::properties::update_ylim): ditto (axes::properties::update_zlim): ditto -2008-06-04 Michael Goffioul +2008-06-04 Michael Goffioul * ov-fcn-inline.h (class octave_fcn_inline): Mark with OCTINTERP_API. * ov-fcn-handle.h (class Octave_fcn_handle): Likewise. @@ -6781,7 +6777,7 @@ New typedefs. (octave_mex_file_list::do_remove): Use them. -2008-05-03 Rafael Laboissiere +2008-05-03 Rafael Laboissiere * DLD-FUNCTIONS/time.cc, file_io.cc: Use ischar instead of deprecated isstr. @@ -17711,7 +17707,6 @@ * ov-base.cc, ov-base.h, ov-scalar.h, ov-complex.h, ov-bool.h, ov-range.h, ov-base-mat.h, (resize): New function. - 2004-07-23 John W. Eaton * symtab.cc (whos_parameter): Move decl here, from symtab.h. @@ -24897,7 +24892,6 @@ Fstat, Funlink, Fwaitpid, F): Ditto. (Flstat): Refer to stat for doc. - * help.cc (looks_like_texinfo): New function. (display_help_text): Use it to see if the doc string looks like Texinfo source. If so, use makeinfo to format the text before @@ -25801,7 +25795,6 @@ * pt-plot.cc (close_plot_stream): Send "quit" command to gnuplot before deleting plot_stream. - Thu Oct 1 22:39:44 1998 John W. Eaton * data.cc (Fis_complex): New function. @@ -27323,7 +27316,6 @@ tree_constant. * symtab.cc (symbol_record_info::symbol_record_info): Likewise. - Tue Apr 22 22:59:55 1997 John W. Eaton * file-io.cc (Ffprintf): If first arg is a string, assume FID = 1. diff -r bb37822e9b82 -r 3c40d81c197f test/ChangeLog --- a/test/ChangeLog Thu Aug 06 14:28:56 2009 -0400 +++ b/test/ChangeLog Thu Aug 06 14:41:24 2009 -0400 @@ -116,7 +116,7 @@ * build_sparse_tests.sh: Fix test. -2008-10-28 Jaroslav Hajek +2008-10-28 Jaroslav Hajek * test_logical-wfi-f.m: Fix error messages. * test_logical-wfi-t.m: Fix error messages. @@ -150,7 +150,7 @@ * test_args.m: Update format to allow running "test test_args" and add default argument tests. -2008-05-09 Rafael Laboissiere +2008-05-09 Rafael Laboissiere * test_io.m, test_system.m: Use ischar instead of deprecated isstr. @@ -201,7 +201,7 @@ * test_eval.m, test_diffeq.m, test_quad.m, test_signal.m: Delete files with no tests. -2008-02-25 Ben Abbott +2008-02-25 Ben Abbott * test_eval-catch.m, test_io.m, test_try.m: Use cstrcat instead of strcat. @@ -481,16 +481,16 @@ * octave.test/arith/prod-4.m, octave.test/arith/sum-4.m: Cover more cases for empty matrices. -2002-10-15 Paul Kienzle +2002-10-15 Paul Kienzle * Makefile.in: Use @library_path_var@ instead of LD_LIBRARY_PATH. -2002-09-27 Paul Kienzle +2002-09-27 Paul Kienzle * qr-7.m: Remove randomness from complex matrix generator. Increase tolerance on rosser matrix test. -2002-09-26 Paul Kienzle +2002-09-26 Paul Kienzle * octave.test/linalg/qr-7.m: Replace large random matrix tests of economy QR decomposition with small predictable tests. @@ -502,7 +502,7 @@ * test/octave.test/signal/signal.exp: Add unwrap test. * test/octave.test/signal/unwrap-1.m: New file. -2002-04-24 David Billinghurst +2002-04-24 David Billinghurst * octave.test/signal/signal.exp: Add tests for fft, ifft fft2, ifft2 and detrend. @@ -522,7 +522,7 @@ * octave.test/diffeq/lsode-2.m (tol): Likewise. * octave.test/diffeq/lsode-3.m (tol): Likewise. -2002-04-12 Kienzle +2002-04-12 Kienzle * config/unix.exp: Allow running of individual tests with "runtest *.exp" from any of the directories under test/octave.test. @@ -532,12 +532,12 @@ * octave.test/linalg/qr-7.m: New test. From Paul Kienzle . -2001-04-24 Christoph Spiel +2001-04-24 Christoph Spiel * Makefile.in (check): Allow user to specify which .exp file to run. * octave.test/try, octave.test/eval-catch: New directories and tests. -2000-06-07 Ben Sapp +2000-06-07 Ben Sapp * octave.test/quad/quad-1.m: Use absolute value of difference from expected value when comparing with sqrt (eps). Potential