log src/ChangeLog @ 9022:5e276a0b9997 ss-3-1-55

age author description
Wed, 25 Mar 2009 23:28:17 -0400 John W. Eaton bump version for snapshot ss-3-1-55
Wed, 25 Mar 2009 19:02:15 -0400 John W. Eaton compatibility fix for find called for empty arguments
Wed, 25 Mar 2009 16:44:45 -0400 John W. Eaton seek to skip if writing inside bounds of existing file
Wed, 25 Mar 2009 12:54:17 -0400 John W. Eaton save source file names for functions as comments in .texi files
Tue, 24 Mar 2009 11:29:53 -0400 rtshort Partial implementation of derived classes using the old form with "@" files.
Mon, 23 Mar 2009 19:29:01 -0400 John W. Eaton tag bug don't define forced variables
Sun, 22 Mar 2009 21:44:26 +0100 Jaroslav Hajek fix simple looping over structs
Sat, 21 Mar 2009 20:46:21 +0100 Jaroslav Hajek replace lo_ieee_isnan by xisnan, add missing includes
Fri, 20 Mar 2009 11:39:25 +0100 Jaroslav Hajek allow empty matrices in stream input operators
Thu, 19 Mar 2009 17:46:38 +0100 Jaroslav Hajek optimize isnan/isinf/isfinite mappers
Thu, 19 Mar 2009 06:57:50 -0400 Benjamin Lindner fix leaving stray '\r' in stream when reading from CRLF data file
Wed, 18 Mar 2009 12:06:46 +0100 Jaroslav Hajek cellfun optimizations
Tue, 17 Mar 2009 22:21:54 +0100 Jaroslav Hajek add missing binops installs
Tue, 17 Mar 2009 21:38:12 +0100 Jaroslav Hajek implement fast octave_value constructor
Sun, 15 Mar 2009 10:09:44 +0100 Jaroslav Hajek add cellslices function
Sun, 15 Mar 2009 12:15:50 +0800 Ben Abbott Fix ChangeLog entries.
Sat, 14 Mar 2009 23:08:08 +0100 Jaroslav Hajek implement compound logical ops
Fri, 13 Mar 2009 22:33:26 +0100 Jaroslav Hajek optimize element-wise power
Fri, 13 Mar 2009 10:26:59 -0400 John W. Eaton include line and file info in parser warnings
Fri, 13 Mar 2009 09:45:07 -0400 John W. Eaton fix warning backtrace
Fri, 13 Mar 2009 13:39:22 +0100 Jaroslav Hajek more indexing optimizations
Fri, 13 Mar 2009 12:18:50 +0100 Jaroslav Hajek fix range arithmetics
Tue, 10 Mar 2009 21:54:49 -0400 Jason Riedy Have sparse LU return permutation matrices rather than sparse matrices.
Tue, 10 Mar 2009 21:54:44 -0400 Jason Riedy Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Mon, 09 Mar 2009 17:49:14 -0400 Jason Riedy Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Mon, 09 Mar 2009 17:49:14 -0400 Jason Riedy Implement diag \ sparse and sparse / diag.
Mon, 09 Mar 2009 17:49:13 -0400 Jason Riedy Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Thu, 12 Mar 2009 12:45:38 -0400 John W. Eaton ls-mat-ascii.cc (get_mat_data_input_line): if looking at CR or LF, skip current line ending instead of skipping until the next
Thu, 12 Mar 2009 09:24:37 +0100 Jaroslav Hajek remove float perm matrices
Wed, 11 Mar 2009 14:07:24 +0100 Jaroslav Hajek implement raising a permutation matrix to integer power
Wed, 11 Mar 2009 10:31:08 +0100 Jaroslav Hajek ensure nonnegative char -> real conversion
Tue, 10 Mar 2009 21:54:39 -0400 Jason Riedy Add an override to Octave's find() for permutation matrices.
Tue, 10 Mar 2009 13:55:52 -0400 John W. Eaton include <iosfwd> instead of <iostream> in header files
Tue, 10 Mar 2009 12:28:42 +0100 Jaroslav Hajek update cummin, cummax docs
Tue, 10 Mar 2009 12:27:51 +0100 Jaroslav Hajek allow size_equal called with 1 arg
Tue, 10 Mar 2009 01:01:50 -0400 Benjamin Lindner fix CRLF issues with text-mode reading in windows when loading ascii data
Mon, 09 Mar 2009 17:13:58 -0400 John W. Eaton ChangeLog fix
Mon, 09 Mar 2009 17:12:18 -0400 John W. Eaton make default fontname * instead of Helvetica
Mon, 09 Mar 2009 13:36:11 -0400 Rafael Laboissiere Remove y.tab.h in maintainer-clean rule, not in distclean
Mon, 09 Mar 2009 10:59:19 +0100 Jaroslav Hajek partially optimize accumarray
Sat, 07 Mar 2009 22:09:25 +0100 Jaroslav Hajek optimize diag matrix division
Sat, 07 Mar 2009 15:12:25 -0500 John W. Eaton pr-output.cc: avoid unused variable warning
Sat, 07 Mar 2009 14:41:42 -0500 John W. Eaton utils.cc (octave_vsnprintf): avoid uninitialized variable warning
Sat, 07 Mar 2009 13:45:39 -0500 John W. Eaton qz.cc (Fqz): avoid maybe clobbred by vfork warning from GCC
Sat, 07 Mar 2009 13:28:03 -0500 John W. Eaton bump version info for snapshot ss-3-1-54
Sat, 07 Mar 2009 11:35:31 -0500 John W. Eaton document --doc-cache-file option
Fri, 06 Mar 2009 10:27:30 -0500 Jason Riedy Consistently use element_type in the array classes.
Fri, 06 Mar 2009 12:00:11 +0100 Jaroslav Hajek add diag & perm matrix query methods to octave_value
Thu, 05 Mar 2009 21:50:59 +0100 Jaroslav Hajek fix hdf5 saving of diag & perm matrices
Thu, 05 Mar 2009 13:50:25 -0500 John W. Eaton make tree::dup functions const
Thu, 05 Mar 2009 08:34:52 +0100 Jaroslav Hajek optimize diag -> sparse and perm -> sparse conversions
Tue, 03 Mar 2009 18:52:07 -0500 John W. Eaton preserve field order when saving structs
Tue, 03 Mar 2009 14:10:54 -0500 John W. Eaton improve symbol inheritance for anonymous functions
Tue, 03 Mar 2009 14:02:20 -0500 John W. Eaton assign rvalue1 result to octave_value object, not octave_value_list object
Tue, 03 Mar 2009 08:01:07 +0100 Jaroslav Hajek erase closed files from file list & cache lookup
Mon, 02 Mar 2009 01:08:33 -0500 John W. Eaton graphics.cc (Fget, F__get__): return column vector, not row vector
Sun, 01 Mar 2009 21:19:00 -0500 John W. Eaton op-fcm-fcm.cc: fix arg types for dbl_assign function
Sun, 01 Mar 2009 09:07:57 +0100 Jaroslav Hajek indicate diag & perm matrices on output
Fri, 27 Feb 2009 07:51:20 +0100 Jaroslav Hajek gripe when dividing a diagonal matrix by zero
Thu, 26 Feb 2009 13:58:47 -0500 John W. Eaton after defining a script or function, clear local variables created for parsing