log

age author description
Fri, 20 Feb 2009 01:23:04 -0500 John W. Eaton ov-base-mat.cc: correctly compute all-scalar index for assignment
Fri, 20 Feb 2009 07:08:09 +0100 Jaroslav Hajek fix previously introduced problem in octave_sort, improve design
Fri, 20 Feb 2009 01:00:25 -0500 John W. Eaton also stash directory name for subfunctions
Thu, 19 Feb 2009 16:26:27 -0500 John W. Eaton fix "Deprecated in version" comments in deprecated fuctions
Thu, 19 Feb 2009 15:39:19 -0500 John W. Eaton include docstrings for new functions in the manual
Thu, 19 Feb 2009 17:04:28 +0100 Jaroslav Hajek fix missing init in octave_sort<T>::sortrows
Thu, 19 Feb 2009 16:37:17 +0100 Jaroslav Hajek cache cellstr_value in ov-cell
Thu, 19 Feb 2009 15:19:59 +0100 Jaroslav Hajek improve lookup, provide Array<T>::lookup
Thu, 19 Feb 2009 07:34:15 -0500 Ben Abbott gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Thu, 19 Feb 2009 02:16:34 -0500 John W. Eaton use consistent format for doc strings of internal functions
Wed, 18 Feb 2009 23:34:03 -0500 John W. Eaton int -> octave_idx fixes
Wed, 18 Feb 2009 17:46:07 -0500 John W. Eaton eliminate unnecessary casts
Wed, 18 Feb 2009 15:05:06 -0500 John W. Eaton strfns.cc: use size_t or octave_idx_type instead of int as needed
Wed, 18 Feb 2009 14:51:47 -0500 John W. Eaton hex2num.cc: use union to avoid cast and GCC warning
Wed, 18 Feb 2009 14:32:53 -0500 John W. Eaton use 'invalid', not 'illegal'
Wed, 18 Feb 2009 13:45:20 -0500 John W. Eaton avoid some GCC warnings
Wed, 18 Feb 2009 13:05:04 -0500 John W. Eaton test_args.m: don't use assert to test for function handles
Wed, 18 Feb 2009 11:53:56 -0500 Ben Abbott subplot.m: Compatible placement of subplots.
Wed, 18 Feb 2009 11:27:47 -0500 John W. Eaton ov-flt-cx-mat.cc, ov-cx-mat.cc: comment out unused static function
Wed, 18 Feb 2009 11:24:14 -0500 John W. Eaton c-file-ptr-stream.cc: avoid unused parameter warnings
Wed, 18 Feb 2009 11:20:31 -0500 John W. Eaton eliminate some unused static variables and functions
Wed, 18 Feb 2009 11:15:13 -0500 John W. Eaton liboctave/Makefile.in: don't compile TEMPLATE_SRC files
Wed, 18 Feb 2009 11:26:56 +0100 Jaroslav Hajek improve resize & resize on assignment
Wed, 18 Feb 2009 09:16:45 +0100 Jaroslav Hajek fix typo in qr.cc
Wed, 18 Feb 2009 08:53:45 +0100 Jaroslav Hajek avoid warning in oct-inttypes.cc
Wed, 18 Feb 2009 02:08:01 -0500 Frederick Umminger wavread.m: improve search for data chunks
Wed, 18 Feb 2009 01:31:14 -0500 Ivan Sutoris improve documentation for edit.m
Wed, 18 Feb 2009 01:10:43 -0500 John W. Eaton __gnuplot_version__.m: don't use regexp to extract version number
Wed, 18 Feb 2009 01:06:46 -0500 John W. Eaton gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
Wed, 18 Feb 2009 00:55:32 -0500 Benjamin Lindner use mkstemps as replacement for mkstemp on mingw32