log

age author description
Wed, 07 Oct 2009 10:08:37 +0200 Jaroslav Hajek fix typo from last patch
Wed, 07 Oct 2009 01:30:33 -0400 John W. Eaton additional octave_value character array constructor update
Tue, 06 Oct 2009 08:43:01 +0200 Jaroslav Hajek fix diag*diag multiplication
Tue, 06 Oct 2009 08:22:56 +0200 Jaroslav Hajek omission in base-lu::unpack
Mon, 05 Oct 2009 20:29:48 -0700 Rik Fix typo directing users to the wrong log file
Mon, 05 Oct 2009 17:03:13 +0200 Jaroslav Hajek correct algorithm for perm matrix det (sign)
Mon, 05 Oct 2009 15:39:44 +0200 Jaroslav Hajek allow unpacked form of LU
Mon, 05 Oct 2009 11:53:41 +0200 Jaroslav Hajek improve error reports for computed assignment
Mon, 05 Oct 2009 10:42:58 +0200 Jaroslav Hajek smart splitting of index chains
Mon, 05 Oct 2009 10:20:18 +0200 Jaroslav Hajek improve OOP subsref handling
Mon, 05 Oct 2009 07:53:29 +0200 Jaroslav Hajek don't register octave_char_matrix as a separate type
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Sun, 04 Oct 2009 01:04:29 -0400 John W. Eaton make squeeze and diag return char for char argument
Sat, 03 Oct 2009 10:42:34 -0400 Shai Ayal image clipping and axes fixes
Fri, 02 Oct 2009 11:15:02 +0200 Jaroslav Hajek don't store MatrixType with scalars
Fri, 02 Oct 2009 08:27:44 +0200 Jaroslav Hajek implement builtin_type
Thu, 01 Oct 2009 21:59:27 +0200 Jaroslav Hajek omission from last patch
Thu, 01 Oct 2009 21:58:01 +0200 Jaroslav Hajek fix crash in cellfun
Thu, 01 Oct 2009 15:10:14 -0400 John W. Eaton adjust axis limits for images
Thu, 01 Oct 2009 12:49:08 -0400 John W. Eaton gl-render.cc: style fixes
Thu, 01 Oct 2009 11:41:28 -0400 Shai Ayal initial implementation of OpenGL image rendering
Thu, 01 Oct 2009 11:10:10 -0400 John W. Eaton script/Makefile.in: tweak rules for building DOCSTRINGS
Thu, 01 Oct 2009 14:07:06 +0200 Jaroslav Hajek rewrite num2cell for speed-up + a few associated fixes
Thu, 01 Oct 2009 08:34:13 +0200 Jaroslav Hajek fix griddata with vectors
Wed, 30 Sep 2009 22:20:55 -0400 John W. Eaton doc fixes
Wed, 30 Sep 2009 16:16:14 -0400 John W. Eaton error: improve compatibility for calls with no arguments or empty format
Wed, 30 Sep 2009 21:59:44 +0200 Jaroslav Hajek simplify arrayfun
Wed, 30 Sep 2009 11:10:54 -0400 John W. Eaton make mkdoc work on list of filenames
Wed, 30 Sep 2009 10:18:32 -0400 Michael D. Godfrey document graphics structures
Tue, 29 Sep 2009 09:13:24 +0200 Jaroslav Hajek merge reinterpret.cc into typecast.cc