log src/ov.cc @ 13712:f80473f24553

age author description
Mon, 17 Oct 2011 13:39:51 -0400 John W. Eaton new functions is_sq_string and is_dq_string
Fri, 07 Oct 2011 22:16:07 -0400 John W. Eaton make concatenation of class objects work
Mon, 05 Sep 2011 08:27:48 -0500 Jordi GutiƩrrez Hermoso ov.cc: Remove ancient, useless commented-out code
Mon, 05 Sep 2011 08:26:42 -0500 Jordi GutiƩrrez Hermoso Add 6 tests for ov.cc
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Wed, 26 Jan 2011 20:39:15 -0500 John W. Eaton fix bug in class assignment to undefined object with index
Mon, 22 Jun 2009 07:56:24 +0200 Jaroslav Hajek properly unshare variable in subsasgn release-3-2-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 09 Aug 2010 09:04:00 +0200 Jaroslav Hajek only allow struct assignments to non-struct values for empty arrays
Thu, 29 Jul 2010 12:45:23 +0200 Jaroslav Hajek allow user detect ignored outputs in m-functions
Wed, 07 Jul 2010 10:57:52 +0200 Jaroslav Hajek use octave_map for octave_class
Fri, 25 Jun 2010 10:19:26 +0200 Jaroslav Hajek fix resize with structs
Fri, 25 Jun 2010 09:50:55 +0200 Jaroslav Hajek yield compatible dims from cell2struct + more fixes. build & tests OK
Tue, 22 Jun 2010 15:22:36 +0200 Jaroslav Hajek initial code for structs rewrite
Tue, 08 Jun 2010 20:22:38 -0700 Rik Improve documentation strings.
Tue, 25 May 2010 08:55:23 +0200 Jaroslav Hajek simplify octave_value::length
Sat, 08 May 2010 15:15:22 +0200 Jaroslav Hajek optimize code handling ++,--
Fri, 23 Apr 2010 11:23:43 +0200 Jaroslav Hajek fix assignment to non-existing variables and octave_value::assign
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Tue, 09 Mar 2010 08:06:30 +0100 Jaroslav Hajek remove integer math warnings
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Tue, 16 Feb 2010 15:28:53 +0100 Jaroslav Hajek implement lazy index conversions
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Sat, 30 Jan 2010 22:35:27 +0100 Jaroslav Hajek remove deprecated list datatype
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Sun, 27 Dec 2009 21:56:53 +0100 Jaroslav Hajek optimize cellfun (@subsref, args, {subs}, uniformoutput, true) case
Tue, 01 Dec 2009 10:41:52 +0100 Jaroslav Hajek improve idx_vector->octave_value conversion
Fri, 27 Nov 2009 14:42:07 +0100 Jaroslav Hajek smarter treatment of mask indexing