log

age author description
Wed, 27 Jan 2010 13:13:26 +0100 Jaroslav Hajek error when using ~ in matrix expression
Wed, 27 Jan 2010 12:41:49 +0100 Jaroslav Hajek support Matlab-style empty output/input arguments
Wed, 27 Jan 2010 02:24:17 -0500 John W. Eaton update doc/interpreter/contributors.in
Wed, 27 Jan 2010 02:22:04 -0500 jstorrs print class name for classes that don't define a display method
Tue, 26 Jan 2010 23:27:21 -0500 John W. Eaton general/chop.m: new function
Tue, 26 Jan 2010 23:10:24 +0200 Shai Ayal scale text position
Tue, 26 Jan 2010 11:55:18 +0100 Jaroslav Hajek support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Tue, 26 Jan 2010 09:48:07 +0100 Jaroslav Hajek handle cholesky update failure in pqpnonneg
Tue, 26 Jan 2010 08:11:53 +0100 Jaroslav Hajek again complement->setdiff
Tue, 26 Jan 2010 01:49:39 -0500 John W. Eaton file-ops.cc: don't tag functions with OCTAVE_API i source file
Tue, 26 Jan 2010 00:45:04 -0500 John W. Eaton attempt to avoid trouble with gnulib #defines in a consistent way
Sat, 23 Jan 2010 06:58:30 +0100 Jaroslav Hajek complement->setdiff in pkg.m
Sat, 23 Jan 2010 12:42:48 -0500 John W. Eaton use getopt directly instead of the (mostly useless) prog_args wrapper class
Sat, 23 Jan 2010 11:19:46 -0500 John W. Eaton more debug mode fixes
Fri, 22 Jan 2010 16:54:59 -0500 John W. Eaton undo unintended change to __magick_read__.cc
Fri, 22 Jan 2010 16:50:43 -0500 John W. Eaton don't make prog_args member functions const
Fri, 22 Jan 2010 16:44:01 -0500 John W. Eaton rename member functions in prog_args class to avoid conflicts with gnulib definitions
Fri, 22 Jan 2010 16:34:07 -0500 John W. Eaton octave.cc: don't include sys/types.h, unistd.h, or fstream
Fri, 22 Jan 2010 14:46:39 -0500 John W. Eaton file-ops.cc: don't include statdefs.h
Fri, 22 Jan 2010 14:37:33 -0500 John W. Eaton improve implementation of break, continue, and return commands
Fri, 22 Jan 2010 12:12:21 -0500 John W. Eaton don't skip literal text elements in scanf formats
Fri, 22 Jan 2010 07:30:44 -0500 John W. Eaton make dbstep work with keyboard function
Fri, 22 Jan 2010 12:37:03 +0100 Jaroslav Hajek fix norm and svd on empty matrices
Thu, 21 Jan 2010 21:27:16 +0100 Jaroslav Hajek partially revert a668fbd32e34
Thu, 21 Jan 2010 15:41:29 -0500 John W. Eaton configure.ac: don't check for standard C headers
Thu, 21 Jan 2010 15:41:19 -0500 John W. Eaton assume unistd.h and sys/types.h exist
Thu, 21 Jan 2010 14:22:20 +0100 Jaroslav Hajek improve cellfun & avoid undefined values from builtins
Thu, 21 Jan 2010 03:25:23 -0500 John W. Eaton bootstrap.conf fixes
Thu, 21 Jan 2010 03:06:56 -0500 John W. Eaton file-ops.cc cleanups
Thu, 21 Jan 2010 02:53:37 -0500 John W. Eaton provide wrapper for tempnam