log

age author description
Tue, 02 Mar 2010 10:04:12 +0100 Jaroslav Hajek initial implementation of conv2/convn in liboctave
Tue, 02 Mar 2010 01:14:11 +0100 David Bateman Changelog for previous change
Tue, 02 Mar 2010 00:44:12 +0100 David Bateman Special case sparse index method for ranges and maybe_delete_elements method for sparse vectors
Mon, 01 Mar 2010 15:10:03 -0500 John W. Eaton str2double.cc: style fix
Mon, 01 Mar 2010 15:02:25 -0500 John W. Eaton configure checks for complex element setter/reference accessor methods
Mon, 01 Mar 2010 15:24:05 +0100 Jaroslav Hajek use C++-0x code in str2double
Mon, 01 Mar 2010 09:49:56 +0100 Jaroslav Hajek avoid g++ extension in str2double
Sun, 28 Feb 2010 23:27:09 -0500 David Bateman urlwrite: don't set CURLOPT_USERPWD if userpwd is empty
Sun, 28 Feb 2010 23:20:53 -0500 John W. Eaton Makefile.am rules for rebuilding .mk files
Sun, 28 Feb 2010 22:23:07 +0100 Jaroslav Hajek add missing initializers in octave_typeinfo ctor
Sun, 28 Feb 2010 20:20:05 +0000 Michael Goffioul Remove obsolete DiagArray2::Proxy explicit instantiations.
Sun, 28 Feb 2010 12:32:16 -0500 John W. Eaton improve performance of unique for sparse arrays
Sun, 28 Feb 2010 11:41:03 -0500 John W. Eaton unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
Sun, 28 Feb 2010 10:49:21 -0500 John W. Eaton improve conv2 performance
Sun, 28 Feb 2010 08:19:49 +0100 Jaroslav Hajek implement IDs for common liboctave exceptions
Sat, 27 Feb 2010 23:04:09 -0500 Ben Abbott datetick.m: Fix 'keepticks' bug, and untabify.
Sat, 27 Feb 2010 16:15:38 -0500 John W. Eaton undo unintended changes to conv2 in previous commit
Sat, 27 Feb 2010 16:05:16 -0500 John W. Eaton avoid indexing nonexistent elements in sparse diag
Sat, 27 Feb 2010 08:37:34 +0100 Jaroslav Hajek improve Array indexing error messages
Fri, 26 Feb 2010 12:22:00 +0100 Jaroslav Hajek remove mx_*_dup relics from mx-inlines.cc
Fri, 26 Feb 2010 12:05:48 +0100 Jaroslav Hajek remove dangerous pointer-acquiring Array ctors
Fri, 26 Feb 2010 11:44:38 +0100 Jaroslav Hajek improve diag matrix interface & implementation
Fri, 26 Feb 2010 09:47:54 +0100 Jaroslav Hajek simplify appliers in mx-inlines.cc
Thu, 25 Feb 2010 15:41:20 -0500 John W. Eaton eigs-base.cc: fix prototypes for arpack functions
Thu, 25 Feb 2010 12:02:39 -0500 John W. Eaton add gdbinit file to sources
Thu, 25 Feb 2010 14:45:32 +0100 Jaroslav Hajek guard against >2GB allocations with 32-bit ptrs on weird platforms
Thu, 25 Feb 2010 12:55:13 +0100 Jaroslav Hajek improve some size_t queries
Thu, 25 Feb 2010 11:11:45 +0100 Jaroslav Hajek handle Infs and NaNs in str2double
Wed, 24 Feb 2010 21:42:22 +0100 Jaroslav Hajek implement compiled str2double
Thu, 25 Feb 2010 08:21:35 +0100 Jaroslav Hajek make string_vector be a column vector as it used to be