log src/ChangeLog @ 11577:b124b83e5626

age author description
Thu, 20 Jan 2011 02:43:31 -0500 John W. Eaton fix typo
Thu, 20 Jan 2011 02:29:57 -0500 John W. Eaton rename backend to graphics_toolkit
Wed, 19 Jan 2011 21:16:13 -0800 Rik Spellcheck documentation before 3.4 release.
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Wed, 19 Jan 2011 05:42:37 -0500 John W. Eaton octave_value_list::all_scalars: test for scalars, not strings
Mon, 17 Jan 2011 20:18:07 -0800 Rik Rename cquad to quadcc and add to documentation.
Mon, 17 Jan 2011 22:19:29 +0100 Jaroslav Hajek validate opts in lookup
Mon, 17 Jan 2011 13:59:35 -0500 John W. Eaton use .argn. to store argument names for inputname function
Mon, 17 Jan 2011 13:36:59 -0500 John W. Eaton mark automatic variables as automatic
Mon, 17 Jan 2011 13:25:13 -0500 Michael Godfrey update whos help text
Mon, 17 Jan 2011 04:58:42 -0500 John W. Eaton sighandlers.cc: wait for children in octave_signal_handler, not sigchld_handler
Sun, 16 Jan 2011 22:17:57 -0800 Rik ChangeLog fix
Sun, 16 Jan 2011 22:13:23 -0800 Rik Improve docstrings for functions in DLD-FUNCTIONS directory.
Sun, 16 Jan 2011 16:53:10 -0500 John W. Eaton write function name along with filename in docstring comments
Sun, 16 Jan 2011 08:58:46 -0600 Jordi GutiƩrrez Hermoso Don't invalidate iterators when calling std::map::erase, found by cppcheck
Sat, 15 Jan 2011 10:04:30 -0800 Rik Eliminate @deffn macros.
Sat, 15 Jan 2011 12:02:41 -0500 John W. Eaton syscalls.cc: missing semicolons
Sat, 15 Jan 2011 03:59:53 -0500 John W. Eaton ov-fcn-handle.cc: use version instead of flops in test
Fri, 14 Jan 2011 14:21:23 -0800 Rik Add undocumented function svd_driver to documentation.
Fri, 14 Jan 2011 14:05:15 -0800 Rik Add undocumented function cbrt to documentation.
Fri, 14 Jan 2011 15:54:30 -0500 John W. Eaton fnmatch: use DEFUNX until gnulib's fnmatch is C++ friendly
Fri, 14 Jan 2011 11:59:59 -0800 Rik Add undocumented function erfcx to documentation.
Fri, 14 Jan 2011 06:20:06 -0500 John W. Eaton avoid exposing gnulib:: in header files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 14 Jan 2011 01:39:59 -0500 John W. Eaton use mkstemp from gnulib
Thu, 13 Jan 2011 16:53:08 -0500 John W. Eaton ChangeLog fix
Thu, 13 Jan 2011 16:52:30 -0500 John W. Eaton style fixes
Thu, 13 Jan 2011 22:51:09 +0100 David Bateman Fix for savving of sparse matrices to matlab files when nnz is not equal to nzmax
Thu, 13 Jan 2011 10:00:13 -0500 John W. Eaton more data member initialization fixes
Thu, 13 Jan 2011 07:23:36 -0500 John W. Eaton prototype fixes for C language files
Wed, 12 Jan 2011 22:09:57 +0100 David Grundberg __magick_read__: Reword error message from user's perspective.
Wed, 12 Jan 2011 15:17:27 -0500 John W. Eaton rand.cc: delete unused static function
Wed, 12 Jan 2011 15:13:20 -0500 John W. Eaton graphics.cc: avoid GCC warning
Wed, 12 Jan 2011 15:12:07 -0500 John W. Eaton ChangeLog fix
Wed, 12 Jan 2011 15:08:36 -0500 John W. Eaton tag call to floor with gnulib::
Wed, 12 Jan 2011 03:40:19 -0500 Pascal Dupuis bash-like history control
Tue, 11 Jan 2011 19:27:12 +0100 Konstantinos Poulios Improve positioning of titles.
Mon, 10 Jan 2011 14:05:12 -0500 John W. Eaton struct printing changes
Sun, 09 Jan 2011 21:24:43 +0100 David Bateman Yet another single precision matlab file fix
Sun, 09 Jan 2011 14:57:31 -0500 John W. Eaton token.h, token.cc: delete obsolete and unused token type
Sun, 09 Jan 2011 14:52:36 -0500 John W. Eaton lex.ll (display_tokens): print token values
Sun, 09 Jan 2011 14:33:55 -0500 John W. Eaton avoid error when parsing nested functions
Sat, 08 Jan 2011 00:13:29 +0100 Konstantinos Poulios fixing bug #32074
Sat, 08 Jan 2011 11:53:51 +0100 David Grundberg Change mentions of "nested function" to the less misleading "subfunction"
Fri, 07 Jan 2011 13:36:58 -0500 John W. Eaton cellfun compatibility fix
Fri, 07 Jan 2011 12:52:46 -0500 John W. Eaton get: return empty matrix if no values are found
Thu, 06 Jan 2011 20:46:03 +0100 Konstantinos Poulios improvements in text-extent calculation
Thu, 06 Jan 2011 19:56:50 +0100 Konstantinos Poulios fix-older-changelogs
Thu, 06 Jan 2011 03:10:24 -0500 John W. Eaton substitute and use LAPACK_LIBS in mkoctfile script
Wed, 05 Jan 2011 16:17:35 -0500 John W. Eaton fix OO field access in subfunctions of private functions
Tue, 04 Jan 2011 16:57:19 -0500 John W. Eaton improve display of percentage full when printing sparse matrices
Tue, 04 Jan 2011 14:09:16 -0500 John W. Eaton typeinfo: return cellstr, not char array
Mon, 03 Jan 2011 18:36:49 -0800 Rik Add tests for sparse forms of logical matrices to islogical, isnumeric.
Sun, 02 Jan 2011 12:34:05 +0100 Jaroslav Hajek make insumeric return false on sparse logicals
Fri, 31 Dec 2010 15:02:57 -0800 Rik Add additional calling form "shell_cmd" to system() documentation.
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Tue, 28 Dec 2010 17:43:43 -0800 Rik Improve docstrings for functions which emulate operators.
Tue, 28 Dec 2010 20:46:17 +0100 David Bateman Fix for saving of single precision arrays to the matlab file format
Mon, 27 Dec 2010 21:38:55 -0800 Rik Add additional calling form using file descriptor (fid) to docstring for stat.
Sun, 26 Dec 2010 21:28:20 -0800 Michael Godfrey Add @tex blocks to gammainc and legendre docstrings.