log src/ov-base.cc @ 15466:d174210ce1ec stable

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
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Thu, 14 Jun 2012 23:31:59 +0200 Axel Mathéi New function: erfcinv (bug #36607)
Thu, 12 Apr 2012 16:27:39 -0400 John W. Eaton make diag (x, m, n) return a proper diagonal matrix object (bug #36099)
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
Fri, 23 Dec 2011 11:29:25 -0800 Rik Improve docstring for sparse_auto_mutate. stable
Sun, 27 Nov 2011 16:07:13 -0800 Rik doc: Document "local" option for configuration variables.
Tue, 06 Sep 2011 21:15:16 -0500 Jordi Gutiérrez Hermoso Remove all blank lines with "format compact"
Sat, 16 Jul 2011 12:56:58 -0700 Rik codesprint: Add tests for sparse_auto_mutate()
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Thu, 03 Feb 2011 01:40:00 -0500 John W. Eaton mex.cc (mxArray_octave_value::dup): if value can't be converted to mxArray object, create a clone of the mxArray_octave_value container
Wed, 26 Jan 2011 20:39:15 -0500 John W. Eaton fix bug in class assignment to undefined object with index
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, 16 Aug 2010 10:25:01 +0200 Jaroslav Hajek omit some unused named parameters to avoid warning
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
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
Tue, 22 Jun 2010 15:22:36 +0200 Jaroslav Hajek initial code for structs rewrite
Fri, 28 May 2010 12:28:06 +0200 Jaroslav Hajek make cellfun's fast scalar collection mechanism public
Tue, 25 May 2010 08:24:29 +0200 Jaroslav Hajek simplify octave_base_value::ndims
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, 13 Apr 2010 12:36:24 +0200 Jaroslav Hajek implement working spalloc
Tue, 16 Mar 2010 15:16:32 +0100 Jaroslav Hajek implement built-in cbrt
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
Tue, 12 Jan 2010 13:20:17 +0100 Jaroslav Hajek improve overload dispatching of built-in classes
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Sat, 28 Nov 2009 14:00:56 +0100 Kacper Kowalik Remove HDF5 cruft for older versions of HDF5
Thu, 19 Nov 2009 10:30:57 +0100 Jaroslav Hajek implement built-in erfinv
Fri, 13 Nov 2009 11:45:39 +0100 Jaroslav Hajek improve & partially revert previous change
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Mon, 09 Nov 2009 13:09:49 +0100 Jaroslav Hajek rewrite dispatch part & slightly improve min,max,cummin,cummax
Thu, 22 Oct 2009 08:56:58 +0200 Jaroslav Hajek improve error messages by auto-prepending current function name
Thu, 08 Oct 2009 08:03:59 +0200 Jaroslav Hajek avoid recursive overloaded calls in builtin numel
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Thu, 13 Aug 2009 11:52:07 +0200 Jaroslav Hajek simplify cloning
Wed, 10 Jun 2009 11:31:58 +0200 Jaroslav Hajek improve indexed assignment using indexed numel
Tue, 02 Jun 2009 09:57:44 +0200 Jaroslav Hajek don't crash on assignments like a() = 1
Thu, 23 Apr 2009 16:05:52 -0400 John W. Eaton object exemplars
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 06 Mar 2009 12:00:11 +0100 Jaroslav Hajek add diag & perm matrix query methods to octave_value
Thu, 12 Feb 2009 15:29:12 -0500 John W. Eaton rename internal issorted and issorted_rows functions to is_sorted and is_sorted_rows
Thu, 12 Feb 2009 15:16:35 -0500 John W. Eaton rename all uses of sortrows_idx to sort_rows_idx
Thu, 12 Feb 2009 14:37:43 -0500 John W. Eaton [mq]: x
Wed, 11 Feb 2009 15:25:53 +0100 Jaroslav Hajek imported patch sort3.diff
Thu, 05 Feb 2009 02:42:58 -0500 John W. Eaton eliminte some compiler warnings
Wed, 04 Feb 2009 00:47:53 -0500 John W. Eaton New evaluator and debugger derived from tree-walker class
Wed, 21 Jan 2009 13:02:49 +0100 Jaroslav Hajek further improve struct&cell indexing & indexed assignment
Mon, 12 Jan 2009 13:06:06 +0100 Jaroslav Hajek reimplement full as method of octave_base_value
Tue, 25 Nov 2008 14:04:55 +0100 Jaroslav Hajek smarter conversion lookup
Thu, 12 Jun 2008 10:42:56 -0400 John W. Eaton eliminate streamoff type
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Tue, 06 May 2008 05:51:17 -0400 John W. Eaton symbol table reporting functions
Wed, 30 Apr 2008 03:30:34 -0400 Jaroslav Hajek implement builtin log2
Wed, 16 Apr 2008 22:08:15 -0400 John W. Eaton octave_user_code: new base class for octave_user_script and octave_user_function
Tue, 25 Mar 2008 19:47:21 -0400 Jaroslav Hajek implement expm1 and log1p functions
Tue, 25 Mar 2008 15:56:41 -0400 Jaroslav Hajek implement mapper function for banker's rounding
Fri, 21 Mar 2008 00:08:24 +0100 David Bateman Move diag function into the octave_value class
Mon, 25 Feb 2008 15:57:49 -0500 John W. Eaton try to avoid ctype macro problems
Wed, 20 Feb 2008 04:22:50 -0500 David Bateman convert mapper functions to new format
Mon, 18 Feb 2008 14:54:10 -0500 John W. Eaton don't clear locked functions
Thu, 31 Jan 2008 18:59:11 +0000 dbateman [project @ 2008-01-31 18:59:09 by dbateman]
Fri, 28 Dec 2007 20:56:58 +0000 jwe [project @ 2007-12-28 20:56:55 by jwe]
Mon, 26 Nov 2007 22:20:25 +0000 dbateman [project @ 2007-11-26 22:20:25 by dbateman]
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Mon, 08 Oct 2007 11:06:48 +0000 jwe [project @ 2007-10-08 11:06:47 by jwe]
Wed, 23 Aug 2006 18:35:39 +0000 jwe [project @ 2006-08-23 18:35:38 by jwe]
Tue, 22 Aug 2006 20:36:57 +0000 jwe [project @ 2006-08-22 20:36:56 by jwe]
Fri, 18 Aug 2006 21:27:04 +0000 jwe [project @ 2006-08-18 21:27:03 by jwe]
Sat, 22 Jul 2006 08:31:17 +0000 jwe [project @ 2006-07-22 08:31:16 by jwe]
Wed, 19 Jul 2006 16:52:12 +0000 jwe [project @ 2006-07-19 16:51:50 by jwe]
Fri, 14 Jul 2006 20:29:35 +0000 jwe [project @ 2006-07-14 20:29:35 by jwe]
Sat, 01 Jul 2006 02:33:46 +0000 jwe [project @ 2006-07-01 02:33:45 by jwe]
Fri, 09 Jun 2006 16:37:20 +0000 jwe [project @ 2006-06-09 16:34:42 by jwe] ss-2-9-6
Mon, 08 May 2006 20:23:07 +0000 jwe [project @ 2006-05-08 20:23:04 by jwe]
Wed, 03 May 2006 19:32:48 +0000 dbateman [project @ 2006-05-03 19:32:46 by dbateman]
Tue, 02 May 2006 19:40:21 +0000 jwe [project @ 2006-05-02 19:40:19 by jwe]
Mon, 24 Apr 2006 19:13:11 +0000 jwe [project @ 2006-04-24 19:13:06 by jwe]
Thu, 13 Apr 2006 13:04:33 +0000 jwe [project @ 2006-04-13 13:04:32 by jwe]
Mon, 03 Apr 2006 19:33:27 +0000 jwe [project @ 2006-04-03 19:33:26 by jwe]
Fri, 24 Mar 2006 16:42:44 +0000 jwe [project @ 2006-03-24 16:42:43 by jwe]
Wed, 22 Mar 2006 05:07:29 +0000 jwe [project @ 2006-03-22 05:07:28 by jwe]
Tue, 31 Jan 2006 18:23:00 +0000 jwe [project @ 2006-01-31 18:22:59 by jwe]
Tue, 31 Jan 2006 03:43:41 +0000 jwe [project @ 2006-01-31 03:43:40 by jwe]
Wed, 18 May 2005 02:18:24 +0000 jwe [project @ 2005-05-18 02:18:24 by jwe]
Tue, 26 Apr 2005 19:24:47 +0000 jwe [project @ 2005-04-26 19:24:27 by jwe]
Tue, 12 Apr 2005 21:55:31 +0000 jwe [project @ 2005-04-12 21:55:31 by jwe]
Fri, 25 Feb 2005 19:55:28 +0000 jwe [project @ 2005-02-25 19:55:24 by jwe]
Tue, 28 Dec 2004 03:36:14 +0000 jwe [project @ 2004-12-28 03:36:13 by jwe]
Thu, 21 Oct 2004 06:30:39 +0000 jwe [project @ 2004-10-21 06:30:38 by jwe]
Tue, 31 Aug 2004 05:30:47 +0000 jwe [project @ 2004-08-31 05:30:46 by jwe]
Thu, 05 Aug 2004 16:08:28 +0000 jwe [project @ 2004-08-05 16:08:28 by jwe]
Fri, 23 Jul 2004 19:01:23 +0000 jwe [project @ 2004-07-23 19:01:22 by jwe]
Mon, 12 Jul 2004 17:14:13 +0000 jwe [project @ 2004-07-12 17:14:13 by jwe]
Wed, 23 Jun 2004 11:11:51 +0000 jwe [project @ 2004-06-23 11:11:50 by jwe]
Thu, 05 Feb 2004 21:57:51 +0000 jwe [project @ 2004-02-05 21:57:50 by jwe]
Wed, 04 Feb 2004 04:32:48 +0000 jwe [project @ 2004-02-04 04:32:48 by jwe]
Wed, 21 Jan 2004 03:28:32 +0000 jwe [project @ 2004-01-21 03:28:31 by jwe]
Tue, 06 Jan 2004 21:53:34 +0000 jwe [project @ 2004-01-06 21:53:34 by jwe]
Tue, 25 Nov 2003 05:41:36 +0000 jwe [project @ 2003-11-25 05:41:35 by jwe]
Sun, 23 Nov 2003 21:46:44 +0000 jwe [project @ 2003-11-23 21:46:44 by jwe]
Sun, 23 Nov 2003 08:07:53 +0000 jwe [project @ 2003-11-23 08:07:52 by jwe]
Sat, 22 Nov 2003 12:25:45 +0000 jwe [project @ 2003-11-22 12:25:44 by jwe]
Fri, 14 Nov 2003 19:50:38 +0000 jwe [project @ 2003-11-14 19:49:56 by jwe]
Thu, 13 Nov 2003 04:38:05 +0000 jwe [project @ 2003-11-13 04:38:05 by jwe]
Tue, 11 Nov 2003 17:25:42 +0000 jwe [project @ 2003-11-11 17:25:42 by jwe]
Fri, 31 Oct 2003 14:34:45 +0000 jwe [project @ 2003-10-31 14:34:45 by jwe]
Wed, 29 Oct 2003 20:11:16 +0000 jwe [project @ 2003-10-29 20:11:15 by jwe]
Mon, 27 Oct 2003 15:41:55 +0000 jwe [project @ 2003-10-27 15:41:55 by jwe]
Fri, 10 Oct 2003 00:49:55 +0000 jwe [project @ 2003-10-10 00:49:54 by jwe]
Wed, 10 Sep 2003 15:48:08 +0000 jwe [project @ 2003-09-10 15:48:02 by jwe]
Tue, 09 Sep 2003 19:14:06 +0000 jwe [project @ 2003-09-09 19:14:06 by jwe]
Fri, 11 Jul 2003 03:05:39 +0000 jwe [project @ 2003-07-11 03:05:38 by jwe]