log

age author description
Mon, 17 May 2010 13:46:57 +0200 Jaroslav Hajek implement 'local' parameter to pseudo-variables
Mon, 17 May 2010 11:52:59 +0200 Jaroslav Hajek remove deprecated Array method
Sun, 16 May 2010 22:26:54 -0700 Rik Print name of function in error() string messages.
Sun, 16 May 2010 18:28:59 -0700 Rik Check input arguments for size and type (bug #29861).
Fri, 14 May 2010 06:59:41 +0200 Jaroslav Hajek symbol_table minor improvements
Thu, 13 May 2010 17:36:41 -0400 John W. Eaton help.m: avoid unnecessary use of varargout
Thu, 13 May 2010 12:23:06 -0700 Rik Add filesep to end of tempdir (bug #29864).
Thu, 13 May 2010 13:47:20 +0200 Jaroslav Hajek use ID for singularity warning in matrix division
Thu, 13 May 2010 12:25:26 +0200 Jaroslav Hajek add specific ID for sqrtm singularity warning
Thu, 13 May 2010 11:46:47 +0200 Jaroslav Hajek correctly load global variables
Tue, 11 May 2010 10:28:16 +0200 Jaroslav Hajek fix typo in textread
Wed, 12 May 2010 16:26:08 -0700 Rik Correctly set output precision (#29870) in dlmwrite
Wed, 12 May 2010 17:49:28 -0400 Ben Abbott help.m: Allow docstring to be returned as output, and correct docstring.
Wed, 12 May 2010 02:25:05 +0200 David Bateman minor typo in previous changeset
Wed, 12 May 2010 02:17:18 +0200 David Bateman Fix error when saving sparse arrays to matlab files (bug #29786)
Tue, 11 May 2010 09:43:56 -0700 Rik Capitalize ARPACK in configure messages.
Tue, 11 May 2010 08:31:58 +0200 Jaroslav Hajek fix bug in binary saving of lazy indices
Tue, 11 May 2010 07:25:20 +0200 Jaroslav Hajek fix off-by-1 error in idx_vector (bug #29851)
Fri, 07 May 2010 12:40:06 +0200 Jaroslav Hajek mark sqrtm(triangular) as triangular
Mon, 10 May 2010 11:55:16 -0700 Rik Split qrdelete test into high precision test when QRUPDATE is present
Mon, 10 May 2010 07:50:56 +0200 Jaroslav Hajek make schur mark triangular matrices on output
Mon, 10 May 2010 07:50:11 +0200 Jaroslav Hajek optimize order of conditions in octave_range::index_vector
Sat, 08 May 2010 10:29:39 -0700 Rik Don't abort testing when merely skipping a testif block.
Sat, 08 May 2010 15:15:22 +0200 Jaroslav Hajek optimize code handling ++,--
Fri, 07 May 2010 15:58:51 -0400 John W. Eaton use internal variable instead of warning state to control whether to allow non-integer ranges as indices
Fri, 07 May 2010 20:53:27 +0100 Michael Goffioul Export symbol Vsparse_auto_mutate
Thu, 06 May 2010 16:55:23 -0400 John W. Eaton don't compile gl2ps.c unless we have OpenGL
Thu, 06 May 2010 14:47:27 +0200 Jaroslav Hajek fix null assignment bug #29785
Thu, 06 May 2010 08:02:07 -0400 John W. Eaton improve warning/error message
Thu, 06 May 2010 13:32:08 +0200 Jaroslav Hajek improve sqrtm