log libinterp/octave-value/ov-fcn-handle.cc @ 21124:95f8c8cdbffe

age author description
Wed, 20 Jan 2016 21:54:36 -0800 Rik maint: Eliminate 'bool success' variable where possible.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Fri, 15 Jan 2016 13:44:13 -0800 Rik maint: Remove unnecessary retval declaration from ov-fcn-handle.cc.
Thu, 31 Dec 2015 13:45:43 -0500 John W. Eaton avoid old-style cast warnings from HDF5 macros used in C++ sources
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sun, 20 Dec 2015 08:16:36 -0800 Rik maint: Eliminate more useless statements after error().
Sun, 20 Dec 2015 07:42:17 -0800 Rik maint: Eliminate useless statements after error().
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Mon, 07 Dec 2015 13:26:03 -0500 John W. Eaton eliminate unnecessary uses of nargin
Thu, 03 Dec 2015 14:59:30 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Mon, 23 Nov 2015 20:50:07 -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
Sun, 11 Oct 2015 18:53:05 -0400 John W. Eaton avoid scope error in anonymous functions (bug #45835)
Thu, 08 Oct 2015 17:55:57 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Thu, 01 Oct 2015 12:50:00 -0400 John W. Eaton eliminate trailing whitespace and tabs from sources
Wed, 23 Sep 2015 02:33:35 -0700 Rik str2func: Allow anonymous function string inputs (bug #45682).
Tue, 22 Sep 2015 04:50:47 -0700 Rik maint: Periodic merge of stable to default.
Tue, 22 Sep 2015 02:06:17 -0700 Rik Fix typo in str2func docstring. stable
Mon, 17 Aug 2015 09:20:03 -0700 Rik maint: Rename instances of LS_ASCII to LS_TEXT for clarity.
Sun, 09 Aug 2015 20:24:42 -0700 Rik strfunc: Issue error when given anonymous function (partial fix bug #45682).
Sun, 09 Aug 2015 20:35:44 -0700 Rik maint: Periodic merge of stable to default.
Sun, 09 Aug 2015 20:24:42 -0700 Rik strfunc: Document function does not accept anonymous functions (partial fix bug #45682). stable
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 26 Feb 2015 10:49:20 -0500 John W. Eaton avoid needing to include hdf5 in public header files (bug #44370, #43180)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Sat, 01 Mar 2014 22:11:32 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 01 Mar 2014 21:50:13 -0800 Rik doc: Update documentation for functions in octave-value dir. stable
Sat, 08 Feb 2014 19:17:25 -0500 Michael Goffioul Support handle to classdef constructor.
Fri, 31 Jan 2014 11:41:19 -0500 Michael Goffioul Support disp/display overloading in classdef
Wed, 29 Jan 2014 15:28:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sat, 25 Jan 2014 01:02:12 -0500 Mike Miller Use std::ostream::fail instead of unsafe implicit bool conversion (bug #41335) stable
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Tue, 26 Nov 2013 12:38:46 -0500 John W. Eaton maint: Periodic merge of default to classdef. classdef
Mon, 11 Nov 2013 01:49:57 -0500 John W. Eaton maint: Avoid using NULL in C++ code.
Sun, 10 Nov 2013 12:26:14 +0530 PrasannaKumar Muralidharan Fix null pointer access in octave_fcn_binder::maybe_binder
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Fri, 17 May 2013 23:17:25 -0400 Michael Goffioul Initial support for (classdef) packages. classdef
Sat, 06 Apr 2013 11:51:23 -0400 John W. Eaton deprecate symbol_table::varref functions
Sat, 02 Mar 2013 07:41:50 -0500 John W. Eaton new way to test for features in Octave scripts
Tue, 30 Oct 2012 22:14:05 -0700 Max Brister Fix saved struct with function handle fails to load (bug #33857)
Sat, 25 Aug 2012 16:16:20 -0600 Max Brister Use correct context when saving anonymous functions (bug #35876)