log

age author description
Mon, 23 Feb 2009 16:37:40 -0500 John W. Eaton Fix small error in previous commit, which was two changes that should not have been combined; the first change was to improve breakpoints in debugging and was not mentioned in the commit message. Ugh.
Mon, 23 Feb 2009 16:29:20 -0500 John W. Eaton eigs.cc (Feigs): fix handling of sigma arg
Mon, 23 Feb 2009 12:55:32 -0500 John W. Eaton better handling of end of script/function no-op command
Mon, 23 Feb 2009 12:44:57 -0500 John W. Eaton don't store breakpoint info in tree_statement object
Mon, 23 Feb 2009 12:29:10 -0500 John W. Eaton line/column info for switch and if statements
Mon, 23 Feb 2009 12:25:45 -0500 John W. Eaton auto repeat for debugging commands
Mon, 23 Feb 2009 14:54:56 +0100 Jaroslav Hajek support diagonal matrices in pinv
Mon, 23 Feb 2009 13:55:44 +0100 Jaroslav Hajek add chapter about diagonal and permutation matrices to manual
Mon, 23 Feb 2009 12:47:30 +0100 Jaroslav Hajek omission from last patch
Mon, 23 Feb 2009 08:46:19 +0100 Jaroslav Hajek add missing volatile declaration in quit.h
Sun, 22 Feb 2009 13:31:04 -0500 John W. Eaton fix sparse diag divide by zero test
Sat, 21 Feb 2009 01:27:23 +0100 David Bateman Don't perform narrowing to full matrices in mixed spare scalar operators
Fri, 20 Feb 2009 21:49:26 +0100 Jaroslav Hajek specialize sqrt for diagonal matrices
Fri, 20 Feb 2009 15:23:47 -0500 Steffen Groot __patch__.m: fix indexing of varargin
Fri, 20 Feb 2009 14:59:29 -0500 John W. Eaton automatically reload out of date mex files
Fri, 20 Feb 2009 14:11:04 -0500 John W. Eaton pt-bp.cc: call accept for function and script commands
Fri, 20 Feb 2009 12:24:03 -0500 John W. Eaton doc fixes
Fri, 20 Feb 2009 12:13:21 -0500 John W. Eaton doc fixes
Fri, 20 Feb 2009 11:17:01 -0500 Brian Gough Doc fixes.
Fri, 20 Feb 2009 12:30:39 +0100 Jaroslav Hajek omission from last patch
Fri, 20 Feb 2009 12:07:30 +0100 Jaroslav Hajek make dmult deprecated
Fri, 20 Feb 2009 10:55:03 +0100 Jaroslav Hajek reuse cellstr cache in strcmp
Fri, 20 Feb 2009 07:53:47 +0100 Jaroslav Hajek auto-set cellstr cache when sorting cells
Fri, 20 Feb 2009 07:44:48 +0100 Jaroslav Hajek make issorted work for cells
Fri, 20 Feb 2009 07:33:40 +0100 Jaroslav Hajek ov-base-mat.cc: correctly compute all-scalar index for indexing
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
Wed, 18 Feb 2009 00:47:48 -0500 Thomas Treichl Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Wed, 18 Feb 2009 00:46:24 -0500 Ben Abbott Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Wed, 18 Feb 2009 00:43:03 -0500 Ben Abbott gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Wed, 18 Feb 2009 00:35:57 -0500 John W. Eaton doc fix
Wed, 18 Feb 2009 00:30:29 -0500 Olaf Till Documentation fixes.