log liboctave/Array.cc @ 12986:f217edac2c71 stable

age author description
Tue, 26 Jul 2011 02:16:13 -0500 Jordi GutiƩrrez Hermoso Fix incorrect loop (bug #32683) stable
Tue, 29 Mar 2011 17:47:26 -0700 Rik Treat empty vector (1x0 or 0x1) as valid input to diag().
Mon, 24 Jan 2011 14:57:07 -0500 Pascal Dupuis Explicitly disallow copying in some classes
Mon, 29 Sep 2008 07:57:57 +0200 Jaroslav Hajek add missing return in Array<T>::delete_elements_2 release-3-0-x
Mon, 29 Sep 2008 07:32:19 +0200 Jaroslav Hajek fix null assignment behaviour release-3-0-x
Sun, 21 Sep 2008 08:21:52 +0200 John W. Eaton clear index before throwing error in Array indexed assignment functions release-3-0-x
Sun, 21 Sep 2008 08:21:52 +0200 Jaroslav Hajek make null assignment more Matlab-compatible release-3-0-x
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator = release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 26 Mar 2008 15:41:59 -0400 David Bateman refactor Array::assignN dimensioning code for empty initial matrices release-3-0-x
Wed, 19 Mar 2008 14:13:37 -0400 David Bateman Fix for array indexing if original matrix is empty release-3-0-x
Tue, 18 Mar 2008 15:39:43 -0400 David Bateman shortened empty indexing fix release-3-0-x
Thu, 20 Jan 2011 18:43:39 -0500 John W. Eaton style fixes for warning and error messages in source files
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 00:12:05 -0500 John W. Eaton attempt better backward compatibility for Array resize functions
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 06:01:08 -0500 John W. Eaton Array.h, Array.cc: more constructor fixes
Fri, 12 Nov 2010 13:19:24 -0500 John W. Eaton simplify special case for concatenation of empty matrices
Thu, 11 Nov 2010 14:53:26 -0500 John W. Eaton special case for concatenation of empty matrices
Tue, 09 Nov 2010 01:28:45 -0500 John W. Eaton Array.cc: use comparisons to sortmode values instead of testing mode directly
Mon, 21 Jun 2010 15:48:56 +0200 Jaroslav Hajek improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
Mon, 14 Jun 2010 14:53:11 +0200 Jaroslav Hajek fix sort and nth_element when trailing singleton dim is specified
Fri, 04 Jun 2010 15:08:33 +0200 Jaroslav Hajek make cat() (hopefully) more matlab compatible
Tue, 01 Jun 2010 12:34:16 +0200 Jaroslav Hajek new Array method for internal use
Tue, 01 Jun 2010 12:29:01 +0200 Jaroslav Hajek remove deprecated Array method
Thu, 20 May 2010 15:10:34 +0200 Jaroslav Hajek abstract scalar index checking off Array<T> (prep for struct optimizations)
Mon, 17 May 2010 11:52:59 +0200 Jaroslav Hajek remove deprecated Array method
Thu, 06 May 2010 14:47:27 +0200 Jaroslav Hajek fix null assignment bug #29785
Tue, 20 Apr 2010 08:42:03 +0200 Jaroslav Hajek improve sparse concatenation operator