log src/ov-class.cc @ 14981:50e9e02d7c0e

age author description
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 17 Nov 2011 04:01:04 -0500 John W. Eaton copy parent class info when performing operations on class objects
Tue, 01 Nov 2011 19:57:38 -0400 John W. Eaton octave_class::size: return matrix with correct dimensions
Tue, 01 Nov 2011 15:59:06 -0400 John W. Eaton correctly distribute parent classes
Mon, 17 Oct 2011 12:23:06 -0400 John W. Eaton don't forget to pass parent class names to objects created by indexing
Fri, 14 Oct 2011 17:06:49 -0400 John W. Eaton class: correctly handle parents when structure array has more than one element
Wed, 12 Oct 2011 22:25:01 -0400 John W. Eaton correctly handle multidimensional objects in num2cell
Wed, 12 Oct 2011 21:28:30 -0400 John W. Eaton char: when converting cell elements containing class objects, call overloaded char function if one exists
Wed, 28 Sep 2011 16:45:21 -0400 John W. Eaton improve default indexing for objects
Tue, 06 Sep 2011 21:15:16 -0500 Jordi GutiƩrrez Hermoso Remove all blank lines with "format compact"
Mon, 18 Apr 2011 17:40:03 -0700 David Bateman ov-class.cc: Fix segfault when assigning class to struct object (bug #33014) stable
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Thu, 27 Jan 2011 04:22:53 -0500 John W. Eaton fix construction of class exemplars
Wed, 26 Jan 2011 20:39:15 -0500 John W. Eaton fix bug in class assignment to undefined object with index
Sat, 22 Jan 2011 13:48:11 +0100 Jaroslav Hajek fix nested indexed assignemnt in superclasses
Wed, 25 Nov 2009 11:47:49 +0100 David Grundberg Call user-defined subsref/subsasgn with 1xN structs instead of Nx1 release-3-2-x
Tue, 01 Sep 2009 09:35:17 +0200 Jaroslav Hajek fix current class method determination 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, 10 Jan 2011 14:05:12 -0500 John W. Eaton struct printing changes
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Wed, 10 Nov 2010 00:54:34 -0500 John W. Eaton allow class function to be called from methods as well as constructors
Tue, 31 Aug 2010 21:29:12 +0200 Jaroslav Hajek fix typo in 10926:f687bd17ce21
Tue, 31 Aug 2010 08:04:05 +0200 Jaroslav Hajek fix field assignment from private class methods
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Wed, 07 Jul 2010 10:57:52 +0200 Jaroslav Hajek use octave_map for octave_class
Tue, 22 Jun 2010 15:22:36 +0200 Jaroslav Hajek initial code for structs rewrite
Sun, 28 Feb 2010 08:19:49 +0100 Jaroslav Hajek implement IDs for common liboctave exceptions
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files