log

age author description
Fri, 23 Apr 2010 16:27:44 -0400 John W. Eaton ChangeLog fixes
Fri, 23 Apr 2010 15:57:32 -0400 John W. Eaton avoid GCC warnings
Fri, 23 Apr 2010 14:58:29 -0400 John W. Eaton avoid deprecated function warnings from GCC
Fri, 23 Apr 2010 14:46:17 -0400 John W. Eaton style fixes
Fri, 23 Apr 2010 14:43:41 -0400 John W. Eaton style fixes
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Fri, 23 Apr 2010 11:13:48 -0700 Rik Replace lowercase nan with NaN for visual cue in scripts
Fri, 23 Apr 2010 11:04:53 -0700 Rik Fix parsing error when NaN used inside of matrix declaration
Fri, 23 Apr 2010 09:58:23 -0700 Rik Eliminate compile warning about explicit braces
Fri, 23 Apr 2010 11:42:58 +0200 Jaroslav Hajek fix reshape() and permute() for scalars
Fri, 23 Apr 2010 11:23:43 +0200 Jaroslav Hajek fix assignment to non-existing variables and octave_value::assign
Fri, 23 Apr 2010 09:48:57 +0200 Jaroslav Hajek fix bug in sparse vector assignment (bug #29646)
Thu, 22 Apr 2010 20:01:15 -0700 Rik Return correct value (101) from sqp on succes. Fixes bug #29577.
Thu, 22 Apr 2010 14:38:58 -0700 Rik Eliminate repmat (Inf, x , y) and simply use Inf (x,y)
Thu, 22 Apr 2010 14:03:47 -0700 Rik Eliminate NaN*ones and Inf*ones constructs and just use Nan() and Inf()
Thu, 22 Apr 2010 13:37:35 -0700 Rik Return correct Hessenberg matrix when called with 0 or 1 output arguments
Thu, 22 Apr 2010 09:41:37 +0200 Jaroslav Hajek extend hypot to accept >2 args
Tue, 20 Apr 2010 09:05:16 +0200 Jaroslav Hajek remove old assign decls from Sparse.h
Tue, 20 Apr 2010 09:03:26 +0200 Jaroslav Hajek update NEWS
Tue, 20 Apr 2010 08:42:03 +0200 Jaroslav Hajek improve sparse concatenation operator
Mon, 19 Apr 2010 20:57:41 -0400 Ben Abbott colorbar.m: Allow 'peer' option to be specified.
Mon, 19 Apr 2010 15:31:49 +0200 Jaroslav Hajek reuse Array<T>::cat and Sparse<T>::cat in cat/horzcat/vertcat
Mon, 19 Apr 2010 07:22:30 -0400 Ben Abbott colorbar.m: Consistent treatment of plotboxaspectratio. Add listener for plotboxaspectratiomode.
Sun, 18 Apr 2010 17:56:16 +0200 Jaroslav Hajek basic cat functionality in liboctave
Sat, 17 Apr 2010 20:37:51 -0400 Ben Abbott __actual_axis_position__.m: Fix bug when restoring figure position property to its original value.
Fri, 16 Apr 2010 10:08:46 -0400 Ben Abbott plotyy.m: Add listener for dataaspectratiomode.
Fri, 16 Apr 2010 17:36:28 +0200 David Bateman Unset figure color in __go_draw_axes__ (partial fix for bug #29060)
Fri, 16 Apr 2010 16:14:45 +0200 David Bateman Replace nzmax by nnz as needed
Fri, 16 Apr 2010 12:45:31 +0200 David Bateman Don't call text_renderer.set_font if HAVE_FONTCONFIG is not set (bug #29570)
Fri, 16 Apr 2010 10:32:07 +0200 David Bateman Replace constructs like "NaN * one()" with "NaN()" and "Inf * ones ()" with "Inf()"