log

age author description
Thu, 03 Apr 2008 14:09:49 -0400 John W. Eaton make_constant: stash original text for strings
Thu, 03 Apr 2008 13:13:01 -0400 John W. Eaton octave_fcn_handle::subsref: don't call next_subsref
Thu, 03 Apr 2008 14:19:59 +0200 Jaroslav Hajek increase testqr tolerance in test/test_linalg.m
Thu, 03 Apr 2008 10:37:14 -0400 Ben Abbott spaugment: reduce test script tolerance
Thu, 03 Apr 2008 00:01:07 -0400 John W. Eaton fix typos in xzdotu and xzdotc wrappers
Wed, 02 Apr 2008 23:24:33 -0400 John W. Eaton scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
Wed, 02 Apr 2008 16:13:35 -0400 John W. Eaton scripts/general/Makefile.in (SOURCES): Add runlength.m
Wed, 02 Apr 2008 14:30:49 -0400 Jaroslav Hajek implement BLAS-F77 call compatibility check
Tue, 01 Apr 2008 00:29:51 -0400 bill lsqnonneg: new function
Wed, 02 Apr 2008 14:08:28 -0400 David Bateman Add the spaugment function
Wed, 02 Apr 2008 13:29:19 -0400 David Bateman Use popen2 for communication with gnuplot
Tue, 01 Apr 2008 16:35:48 -0400 John W. Eaton perl: don't provide default value for varargin
Tue, 01 Apr 2008 16:02:49 -0400 Richard Bovey handle negative column values in sortrows
Tue, 01 Apr 2008 13:50:27 -0400 John W. Eaton handle breakpoints in tree_identifier::do_lookup
Mon, 31 Mar 2008 22:12:01 -0400 David Bateman Fix spurious tics for plotyy with gnuplot backend
Mon, 31 Mar 2008 22:06:02 -0400 Julian Schnidder perl.m: new function
Mon, 31 Mar 2008 21:41:30 -0400 David Bateman Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
Mon, 31 Mar 2008 16:30:29 -0400 David Bateman ginput: new function
Mon, 31 Mar 2008 16:10:09 -0400 Ben Abbott run.m: fix check for file existence
Fri, 28 Mar 2008 15:53:09 -0400 Jaroslav Hajek implement compiled binary lookup
Fri, 28 Mar 2008 14:52:27 -0400 weber Fix tempdir's documention string to point at tempdir
Fri, 28 Mar 2008 14:50:10 -0400 Jaroslav Hajek trivial fix to del2
Fri, 28 Mar 2008 14:47:24 -0400 Julian Schnidder info.m added
Fri, 28 Mar 2008 18:26:29 +0100 David Bateman Allow negative zero imaginary part to be treated as zero for erf, erfc, gamma and lgamma mapper function
Fri, 28 Mar 2008 13:09:35 -0400 sh Fixed minor bugs in help texts of [x|y|z]lim and strtrim
Fri, 28 Mar 2008 12:52:31 -0400 David Bateman Fix axis handle treatment in plotyy
Fri, 28 Mar 2008 12:51:14 -0400 David Bateman Fix for plot(zeros(1,0),zeros(1,0))
Thu, 27 Mar 2008 22:26:57 -0400 John W. Eaton ChangeLog fix
Thu, 27 Mar 2008 22:23:54 -0400 John W. Eaton rename minmax.cc to max.cc
Thu, 27 Mar 2008 16:18:05 -0400 John W. Eaton __convn__.cc: fix typo in previous change
Thu, 27 Mar 2008 16:15:36 -0400 sh Allow convolving real data with complex data
Thu, 27 Mar 2008 15:17:53 -0400 Bill Denny datenum: allow vector inputs in any orientation
Thu, 27 Mar 2008 15:14:10 -0400 bill nargoutchk.m, validatestring.m, addtodate.m: new functions
Thu, 27 Mar 2008 15:00:18 -0400 bill genvarname.m: new function
Thu, 27 Mar 2008 14:51:38 -0400 bill addtodate.m: new function
Thu, 27 Mar 2008 14:48:36 -0400 bill rectint.m: vectorize and add tests
Thu, 27 Mar 2008 13:26:06 -0400 John W. Eaton __axis_label__: use name of caller in error message
Thu, 27 Mar 2008 13:18:58 -0400 David Bateman Add the planerot function
Wed, 26 Mar 2008 23:01:16 -0400 John W. Eaton ismember: correctly size idx output for empty args
Wed, 26 Mar 2008 22:09:42 -0400 John W. Eaton require both subsref variants to be defined in octave_value subclasses
Wed, 26 Mar 2008 16:27:14 -0400 John W. Eaton Texinfo fixes
Wed, 26 Mar 2008 16:18:23 -0400 Jaroslav Hajek extend dmult to allow scaling arbitrary dimension
Wed, 26 Mar 2008 15:55:20 -0400 sh Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
Wed, 26 Mar 2008 17:36:18 +0100 Rafael Laboissiere Remove spurious whitespace before macros
Wed, 26 Mar 2008 15:38:25 -0400 David Bateman additional fixes for Array::assignN
Wed, 26 Mar 2008 14:46:48 -0400 John W. Eaton fntests.m: report number .m and .cc files without tests separately
Wed, 26 Mar 2008 12:56:51 -0400 John W. Eaton display percentage of elements that are nonzero when printing sparse matrices
Tue, 25 Mar 2008 23:57:49 -0400 Ben Abbott Modified statistics to calculate consistent median.
Tue, 25 Mar 2008 23:06:45 -0400 David Bateman refactor Array::assignN dimensioning code for empty initial matrices
Tue, 25 Mar 2008 21:36:58 -0400 John W. Eaton Makefile and ChangeLog fixes
Tue, 25 Mar 2008 21:28:02 -0400 sh Added support for N-dimensional convolution
Tue, 25 Mar 2008 20:22:46 -0400 David Bateman Add the num2hex and hex2num functions
Tue, 25 Mar 2008 19:47:21 -0400 Jaroslav Hajek implement expm1 and log1p functions
Tue, 25 Mar 2008 16:17:16 -0400 David Bateman Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
Tue, 25 Mar 2008 15:56:41 -0400 Jaroslav Hajek implement mapper function for banker's rounding
Tue, 25 Mar 2008 15:29:26 -0400 Jaroslav Hajek add -struct modifier to save
Tue, 25 Mar 2008 14:32:00 -0400 John W. Eaton fix parameter list initializer bug
Tue, 25 Mar 2008 12:03:26 -0400 David Bateman Add the contrast function
Mon, 24 Mar 2008 18:14:18 -0400 Thomas Weber Allow installation of already extracted packages
Mon, 24 Mar 2008 16:32:00 -0400 David Bateman Add the hypot function