log

age author description
Wed, 12 Jan 2011 15:08:36 -0500 John W. Eaton tag call to floor with gnulib::
Wed, 12 Jan 2011 08:04:14 -0600 Jordi Gutiérrez Hermoso Replace history control macros with enum
Wed, 12 Jan 2011 09:38:08 -0800 Rik Add <BACKSPACE> documentation to cursor movement section.
Wed, 12 Jan 2011 03:40:19 -0500 Pascal Dupuis bash-like history control
Wed, 12 Jan 2011 01:15:23 -0500 John W. Eaton mat2str: handle logical arguments
Tue, 11 Jan 2011 19:27:12 +0100 Konstantinos Poulios Improve positioning of titles.
Tue, 11 Jan 2011 05:17:26 -0500 John W. Eaton ChangeLog fix
Mon, 10 Jan 2011 22:01:08 -0800 Rik ROADMAP: Update guide to Octave directory structure.
Mon, 10 Jan 2011 21:28:30 -0800 Rik Update ftp links in README.mirrors
Mon, 10 Jan 2011 15:55:57 -0500 John W. Eaton add Konstantinos Poulios to the list of contributors
Mon, 10 Jan 2011 15:43:41 -0500 Jordi Gutiérrez Hermoso Remove Matlab euphemisms in docs and use @file macro for filenames
Mon, 10 Jan 2011 15:09:45 -0500 John W. Eaton announce-others: remove obsolete file
Mon, 10 Jan 2011 14:50:33 -0500 John W. Eaton expm.m: new tests
Mon, 10 Jan 2011 14:48:55 -0500 John W. Eaton logm.m: handle scalar and diagonal matrix arguments specially; call log_pade_pf only if m > 1
Mon, 10 Jan 2011 14:32:08 -0500 John W. Eaton __isequal__: avoid possible overloading of struct function for objects
Mon, 10 Jan 2011 14:05:12 -0500 John W. Eaton struct printing changes
Sun, 09 Jan 2011 21:45:12 -0800 Rik Correct failing error() tests due to change in capitalization of previous changeset.
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Sun, 09 Jan 2011 16:01:05 -0800 Rik Use uppercase 'A' to refer to matrix inputs in m-files.
Sun, 09 Jan 2011 13:44:15 -0800 Rik Use common names for variables in documentation and code for a few more m-script files.
Sun, 09 Jan 2011 12:41:21 -0800 Rik Overhaul m-script files to use common variable name between code and documentation.
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:36:49 -0500 John W. Eaton logm: fix test
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 10:08:38 -0500 Ben Abbott legend.m: legend with more than two inline keys (bug 31991). Add/modifyy demos.
Sat, 08 Jan 2011 11:53:51 +0100 David Grundberg Change mentions of "nested function" to the less misleading "subfunction"
Fri, 07 Jan 2011 14:51:26 -0500 John W. Eaton ChangeLog fixes
Fri, 07 Jan 2011 14:48:55 -0500 John W. Eaton __isequal__: compare objects as if they are structures
Fri, 07 Jan 2011 14:14:35 -0500 John W. Eaton logm: style fixes
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 07:56:31 -0800 Rik README: Update WWW links and disk space requirements.
Thu, 06 Jan 2011 03:31:27 -0500 Jordi Gutiérrez Hermoso Add a GUD mode option to run-octave.in
Thu, 06 Jan 2011 03:20:42 -0500 John W. Eaton optimset: remove "i" option from call to lookup
Thu, 06 Jan 2011 03:10:24 -0500 John W. Eaton substitute and use LAPACK_LIBS in mkoctfile script
Wed, 05 Jan 2011 21:21:37 -0800 Rik isa.m: Add tests against logical types
Wed, 05 Jan 2011 21:11:24 -0800 Rik octave.texi: Put statistics detailmenu in correct order
Wed, 05 Jan 2011 21:07:37 -0800 Rik Use @headitem macro to create column heads for @multitable entries.
Wed, 05 Jan 2011 20:22:12 -0800 Rik Update list of keywords in Grammar chapter of documentation.
Wed, 05 Jan 2011 16:17:35 -0500 John W. Eaton fix OO field access in subfunctions of private functions
Wed, 05 Jan 2011 03:23:09 -0500 John W. Eaton doc fixes
Tue, 04 Jan 2011 20:47:30 -0800 Rik Update README.MacOS CFLAGS recommendation to -O2.
Tue, 04 Jan 2011 18:59:02 -0800 Rik Update README.gnuplot
Tue, 04 Jan 2011 14:23:11 -0800 Rik Remove obsolete documentation files README.MSVC and INSTALL.Windows
Tue, 04 Jan 2011 14:01:19 -0800 Marco Atzeri Update build instructions for Cygwin before 3.4 release.
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
Tue, 04 Jan 2011 10:57:24 -0800 Rik Add newline to demo error reporting for better formatting.
Mon, 03 Jan 2011 21:23:08 -0800 Rik Overhaul base statistics functions and documentation of same.
Mon, 03 Jan 2011 18:36:49 -0800 Rik Add tests for sparse forms of logical matrices to islogical, isnumeric.
Sun, 02 Jan 2011 21:11:24 -0500 Ben Abbott legend.m: Only one legend per axes (bug 32022)
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.
Fri, 31 Dec 2010 09:56:44 -0800 Rik Add isprop.m to list of function files for Automake.