log libinterp/corefcn/variables.cc @ 21301:40de9f8f23a6

age author description
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Tue, 16 Feb 2016 14:39:52 -0500 John W. Eaton new set_internal_variable variant
Mon, 08 Feb 2016 21:29:57 -0800 Rik maint: invert if/else/error pattern in variables.cc
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Wed, 20 Jan 2016 21:30:55 -0800 Rik doc: Periodic spellcheck of documentation.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Sat, 16 Jan 2016 12:58:18 +1100 Lachlan Andrew Update documentation of "exist" to warn of buggy .oct files (bug #36067).
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Thu, 17 Dec 2015 16:19:51 +0100 Kai T. Ohlhus Extracted header class octave-preserve-stream-state from utils.{cc/h}.
Wed, 16 Dec 2015 11:41:11 -0500 John W. Eaton omit unnecessary nargout checks
Mon, 14 Dec 2015 15:34:39 -0800 Rik maint: Replace argc variable name with nargin in C++ code.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin
Thu, 03 Dec 2015 16:40:05 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 27 Nov 2015 11:14:46 -0500 John W. Eaton handle exceptions when discarding error messages (bug #46534)
Wed, 25 Nov 2015 16:20:34 -0800 Rik doc: Add docstring for internal function __varval__.
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Thu, 19 Nov 2015 14:39:04 -0800 Rik Preface warning() messages with name of function when possible.
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
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.