Sun, 04 Mar 2012 12:21:10 -0800 |
Rik |
Update %!tests in src/ directory with Octave coding conventions.
|
Wed, 15 Feb 2012 13:31:31 -0800 |
Rik |
doc: Periodic grammar check of documentation.
|
Mon, 13 Feb 2012 07:42:56 -0800 |
Rik |
doc: Correct off-by-1 spacings in all .cc docstrings
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Sun, 11 Dec 2011 22:19:57 -0500 |
John W. Eaton |
refactor regexp (bug #34440)
|
Sun, 27 Nov 2011 16:07:13 -0800 |
Rik |
doc: Document "local" option for configuration variables.
|
Wed, 28 Sep 2011 16:45:21 -0400 |
John W. Eaton |
improve default indexing for objects
|
Sat, 04 Jun 2011 16:05:37 -0700 |
Rik |
maint: Periodic merge of stable to default branch.
|
Wed, 25 May 2011 21:07:00 -0700 |
Rik |
doc: Update docstrings for a few functions
stable
|
Fri, 06 May 2011 18:45:05 -0400 |
John W. Eaton |
merge stable to default
|
Fri, 06 May 2011 18:38:30 -0400 |
Daniel Kraft |
interpreter: Add new attribute 'complex' in whos (bug #32053)
|
Sun, 01 May 2011 11:39:50 -0700 |
Rik |
doc: Periodic grammarcheck and spellcheck of documentation.
stable
|
Mon, 25 Apr 2011 09:24:33 -0700 |
Rik |
doc: miscellaneous touch-ups to documentation strings
stable
|
Sun, 03 Apr 2011 20:33:14 -0700 |
Rik |
Add new section on parsing to documentation.
|
Mon, 28 Mar 2011 16:38:13 -0700 |
Rik |
Improve docstrings for a number of functions.
|
Sat, 26 Feb 2011 17:28:11 -0800 |
Rik |
Rewrite error strings in src/ to use variables named in documentation.
|
Wed, 13 Jan 2010 09:48:17 +0100 |
Jaroslav Hajek |
fix extract_function & add obsoleteness warning
release-3-2-x
|
Thu, 20 Nov 2008 08:39:44 +0100 |
Brian Gough |
spelling corrections
release-3-0-x
|
Wed, 24 Sep 2008 14:08:58 +0200 |
David Bateman |
clear breakpoints is function found to be out of date
release-3-0-x
|
Mon, 07 Apr 2008 13:40:38 -0400 |
John W. Eaton |
update copyright dates
release-3-0-x
|
Mon, 24 Mar 2008 12:06:52 -0400 |
Ben Abbott |
variables.cc (exist): Clarify help.
release-3-0-x
|
Sat, 02 Feb 2008 18:13:44 +0000 |
jwe |
[3-0-0-branch @ 2008-02-02 18:13:44 by jwe]
release-3-0-x
|
Thu, 20 Jan 2011 21:29:14 -0800 |
Rik |
Prevent doubled quotes around @table items in Info.
|
Thu, 20 Jan 2011 19:33:32 -0800 |
Rik |
Use @nospell macro on certain words in docstrings.
|
Thu, 20 Jan 2011 18:43:39 -0500 |
John W. Eaton |
style fixes for warning and error messages in source files
|
Thu, 20 Jan 2011 17:24:59 -0500 |
John W. Eaton |
strip trailing whitespace from source files
|
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:25:13 -0500 |
Michael Godfrey |
update whos help text
|
Sat, 15 Jan 2011 10:04:30 -0800 |
Rik |
Eliminate @deffn macros.
|
Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
Fri, 31 Dec 2010 13:20:44 -0800 |
Rik |
Improve docstrings for all isXXX functions.
|
Sun, 24 Oct 2010 07:28:43 -0700 |
Rik |
Deprecate betai, gammai, is_global functions.
|
Fri, 01 Oct 2010 04:30:47 -0400 |
John W. Eaton |
variables.cc: Octave_map to octave_map and octave_scalar_map conversion
|
Tue, 28 Sep 2010 09:08:29 +0200 |
Jaroslav Hajek |
make an internal function for try simulation
|
Tue, 14 Sep 2010 13:51:23 -0400 |
John W. Eaton |
allow exist to work correctly for special files; recognize directories when searching for files
|
Sun, 01 Aug 2010 20:22:17 -0700 |
Rik |
Grammarcheck more of the documentation.
|
Sat, 31 Jul 2010 11:18:11 -0700 |
Rik |
Grammarcheck .cc files
|
Tue, 18 May 2010 08:34:02 +0200 |
Jaroslav Hajek |
determine string enum length by trailing null rather than sizeof
|
Mon, 17 May 2010 14:41:56 +0200 |
Jaroslav Hajek |
general mechanism for string enum variables
|
Mon, 17 May 2010 13:46:57 +0200 |
Jaroslav Hajek |
implement 'local' parameter to pseudo-variables
|
Wed, 14 Apr 2010 12:23:13 +0200 |
Jaroslav Hajek |
add some missing copyright stmts
|
Fri, 26 Mar 2010 08:24:04 +0100 |
Jaroslav Hajek |
guard against recursive calls of missing_function_hook
|
Wed, 24 Mar 2010 13:10:36 +0100 |
Jaroslav Hajek |
don't call missing_function_hook inside try block
|
Wed, 24 Mar 2010 12:56:18 +0100 |
Jaroslav Hajek |
implement smart warnings about missing Matlab functionality
|
Sat, 23 Jan 2010 21:41:03 +0100 |
Jaroslav Hajek |
merge MArray classes & improve Array interface
|
Thu, 11 Feb 2010 12:41:46 -0500 |
John W. Eaton |
untabify src C++ source files
|
Wed, 20 Jan 2010 20:39:26 -0500 |
John W. Eaton |
remove Emacs local-variable settings from source files in src directory
|
Thu, 07 Jan 2010 15:07:19 -0500 |
John W. Eaton |
variables.cc (get_top_level_value, set_top_level_value): new functions
|
Wed, 06 Jan 2010 13:18:41 +0100 |
Jaroslav Hajek |
make unwind_protect frames local
|
Wed, 21 Oct 2009 11:13:33 -0700 |
Rik |
Fix unbalanced parentheses warning during creation of pdf documentation.
|
Fri, 16 Oct 2009 13:12:31 +0200 |
Jaroslav Hajek |
remove ArrayN<T> + fix nonhom. diag-scalar ops
|
Thu, 15 Oct 2009 13:06:48 +0200 |
Jaroslav Hajek |
fix extract_function & add obsoleteness warning
|
Tue, 13 Oct 2009 21:10:37 -0700 |
Rik |
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
|
Wed, 07 Oct 2009 14:34:53 -0400 |
John W. Eaton |
whos: kluge fix to get size right for objects
|
Thu, 23 Jul 2009 14:57:53 -0400 |
John W. Eaton |
variables.cc (symbol_exist): ignore errors when parsing functions
|
Wed, 22 Jul 2009 11:41:41 +0200 |
Jaroslav Hajek |
simplify symbol_table::find and associated functions
|
Thu, 25 Jun 2009 13:57:38 +0200 |
Jaroslav Hajek |
yet more unwind_protect improvements
|
Thu, 25 Jun 2009 11:41:46 +0200 |
Jaroslav Hajek |
avoid passing local variable pointers to unwind_protect
|
Tue, 23 Jun 2009 08:22:13 +0200 |
Jaroslav Hajek |
update unwind_protect usage everywhere
|
Mon, 08 Jun 2009 15:12:16 -0400 |
John W. Eaton |
fix exist for function handles and inline functions
|