log src/ov.cc @ 16088:b29b10fbb744 stable release-3-6-4

age author description
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Fri, 21 Sep 2012 16:42:33 -0400 Jordi Gutiérrez Hermoso Fix diag handling of diagvectors (bug #37411) stable
Fri, 27 Jul 2012 17:10:25 -0400 John W. Eaton improvements in parsing classdef classdef
Sat, 14 Jul 2012 06:22:56 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in src/ directory
Thu, 05 Apr 2012 11:55:47 -0700 Rik maint: Backed out changeset 8c988dabbe8e
Wed, 04 Apr 2012 21:08:38 -0700 Rik Add new internal variable single_quote_escape_processing
Thu, 15 Mar 2012 20:03:01 -0700 Rik Rename array-as-vector, array-as-scalar warning IDs to match documentation (bug #35838)
Sun, 04 Mar 2012 12:21:10 -0800 Rik Update %!tests in src/ directory with Octave coding conventions.
Mon, 13 Feb 2012 07:42:56 -0800 Rik doc: Correct off-by-1 spacings in all .cc docstrings
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 08 Dec 2011 11:01:52 -0500 John W. Eaton fix include file name
Thu, 08 Dec 2011 00:52:39 -0500 John W. Eaton move onCleanup function and class to liboctinterp
Wed, 23 Nov 2011 02:35:37 -0500 John W. Eaton subsref, subsasgn: allow empty subscript structs
Wed, 02 Nov 2011 11:17:01 -0700 Rik Add seealso links to docstrings for is_sq_string and is_dq_string
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
Thu, 22 Oct 2009 08:56:58 +0200 Jaroslav Hajek improve error messages by auto-prepending current function name
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Thu, 15 Oct 2009 13:07:44 +0200 Jaroslav Hajek again allow the obsolete syntax for cellfun
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Mon, 05 Oct 2009 11:53:41 +0200 Jaroslav Hajek improve error reports for computed assignment
Mon, 05 Oct 2009 07:53:29 +0200 Jaroslav Hajek don't register octave_char_matrix as a separate type
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Thu, 03 Sep 2009 08:51:45 +0200 Jaroslav Hajek possibly mutate after in-place computed assignment
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Sat, 20 Jun 2009 10:13:30 +0200 Jaroslav Hajek properly unshare variable in subsasgn
Mon, 15 Jun 2009 12:52:53 +0200 Jaroslav Hajek autocache indices returned from find et al.
Wed, 10 Jun 2009 11:31:58 +0200 Jaroslav Hajek improve indexed assignment using indexed numel
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files