log libinterp/corefcn/variables.cc @ 20616:fd0efcdb3718

age author description
Thu, 08 Oct 2015 19:00:51 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 20:21:55 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sun, 24 May 2015 04:47:20 +0100 Carnë Draug Deprecate Array::capacity() and Sparse::capacity() for numel() and nzmax().
Tue, 19 May 2015 13:49:21 -0700 Rik Validate second option to exist () (bug #42618).
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Mon, 11 May 2015 22:13:08 -0700 Rik doc: Clean up several deftypefn entries of Command type. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 19 Apr 2015 17:55:33 -0700 Rik doc: Periodic grammarcheck of documentation.
Sat, 07 Mar 2015 17:29:06 -0800 Rik Rewrite BIST tests for exist to pass on Windows (bug #44445).
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 18 Feb 2015 17:18:07 -0500 John W. Eaton fix tests failing after changeset c913247c85a8
Tue, 17 Feb 2015 17:34:48 -0800 Rik Remove unnecessary checking of error_state after is_string validation.
Thu, 05 Feb 2015 22:40:22 +0000 Colin Macdonald Temporary workaround for user-defined object sizes reported as 1x1 in GUI (bug #43096)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 16 Dec 2014 12:07:32 -0800 Rik A few more instances of stricter input validation for strings (bug #42651).
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Mon, 22 Sep 2014 20:46:54 -0700 Rik doc: Periodic grammarcheck of documentation.
Sat, 20 Sep 2014 17:16:56 -0400 Michael Goffioul isstruct for classdef objects should not return true.
Wed, 16 Jul 2014 18:38:55 -0400 John W. Eaton exist: don't search path for absolute or rooted relative file names
Sun, 29 Jun 2014 13:23:24 -0700 Rik Fix input validation for exist() which did not error on non-string input.
Sun, 29 Jun 2014 12:58:22 -0700 Rik doc: Update docstring for exist().
Sun, 29 Jun 2014 11:23:06 -0700 Rik Revert a0fd65914811 which does not truly fix bug #36067.
Thu, 26 Jun 2014 09:33:38 -0700 Rik Fix segfault in exist() when checking faulty mex/oct files (bug #36067).
Thu, 26 Jun 2014 09:02:01 -0700 Rik exist: Don't look up name in symbol table if "file" or "dir" specified.
Wed, 25 Jun 2014 14:48:39 -0700 Rik Simplify exist() code for recognizing command line functions.
Wed, 25 Jun 2014 14:03:20 -0700 Rik Return correct exist code for mex files when .mex extension given (bug #42614).
Wed, 25 Jun 2014 12:51:55 -0700 Rik Use Matlab return hierarchy for exist() codes when no type is specified.
Tue, 14 Jan 2014 13:47:20 -0800 Rik Clear all var, functions, globals when clearing classes (bug #41229)
Thu, 05 Dec 2013 15:00:45 -0500 Jordi Gutiérrez Hermoso maint: Dummy merge with gui-release, ignoring all recent backout merges
Thu, 05 Dec 2013 11:36:10 -0800 Rik maint: backout cset ff05d5b70411 on gui-release branch. gui-release
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Wed, 04 Dec 2013 08:23:42 -0800 Rik Rename function dir_in_path to dir_in_loadpath.
Tue, 03 Dec 2013 15:59:56 -0800 Rik Deprecate find_dir_in_path in favor of dir_in_path.
Tue, 03 Dec 2013 12:34:13 -0800 Rik doc: Add seealso links to find_dir_in_path function. stable
Wed, 20 Nov 2013 11:26:07 -0500 John W. Eaton improve performance of exist when searching for specific items
Wed, 06 Nov 2013 11:42:35 -0800 Rik maint: Use phrase "FIXME:" for problem areas in code.
Thu, 31 Oct 2013 17:26:04 -0400 John W. Eaton attempt to avoid setting persistent state on i/o streams (bug #40396)
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Thu, 24 Oct 2013 14:44:23 -0700 Rik doc: Add missing functions to manual.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sun, 29 Sep 2013 16:06:41 -0400 Mike Miller Add hook function to handle missing Octave components
Wed, 28 Aug 2013 23:00:42 -0400 John W. Eaton don't convert "end" token to "__end__" for indexing
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 09 Jul 2013 16:47:57 -0700 Rik maint: Rename regexp.h to lo-regexp.h, regexp.cc to lo-regexp.cc in liboctave.
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory. base libinterp/interpfcn/variables.cc@b04ce89618cd