log libinterp/octave-value/ov-usr-fcn.cc @ 22871:50495eeb5df1

age author description
Thu, 08 Dec 2016 06:55:30 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/octave-value.
Thu, 01 Dec 2016 04:42:28 -0800 Rik maint: Periodic merge of stable to default.
Tue, 29 Nov 2016 08:14:05 -0800 Rik doc: Small fixes to docstrings (bug #49733). stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 08 Nov 2016 10:01:17 -0800 Rik maint: Clean up code base to follow Octave coding conventions.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 06 Oct 2015 12:12:56 +0200 Olaf Till More informative messages for errors in anonymous functions (bug #46136).
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Sun, 24 Jul 2016 12:17:07 +0200 Andreas Weber doc: Fix "doubled words" typos (\b(\w+)\s+\1\b)
Thu, 30 Jun 2016 18:17:26 +1000 Lachlan Andrew Track line numbers when in debug mode (bug #45764)
Tue, 12 Jul 2016 11:51:39 -0400 John W. Eaton include builtin-defun-decls.h as needed
Tue, 12 Jul 2016 09:40:09 -0400 John W. Eaton include builtins.h only where needed
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Tue, 02 Feb 2016 23:51:45 -0500 John W. Eaton improve nargout error message (bug #47021)
Tue, 02 Feb 2016 18:02:58 -0500 John W. Eaton improve nargin error message (bug #47021)
Sat, 30 Jan 2016 21:34:51 -0800 Rik doc: Update docstring for nargin.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Thu, 14 Jan 2016 13:30:22 -0800 Rik doc: Rewrite documentation for Object Oriented Programming.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Thu, 24 Dec 2015 12:50:28 -0500 John W. Eaton maint: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless 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.
Wed, 16 Dec 2015 18:21:46 -0500 John W. Eaton eliminate trailing whitespace in source files
Mon, 14 Dec 2015 12:59:29 -0800 Rik 2015 Code Sprint: Eliminate useless return statements after error ().
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, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Thu, 29 Oct 2015 17:16:38 -0400 John W. Eaton eliminate more uses of error_state
Fri, 09 Oct 2015 14:43:36 -0400 John W. Eaton use new cell_value method to handle value extraction errors
Mon, 05 Oct 2015 20:37:19 -0400 John W. Eaton eliminate more simple uses of error_state
Tue, 22 Sep 2015 04:50:47 -0700 Rik maint: Periodic merge of stable to default.
Tue, 22 Sep 2015 03:08:14 -0700 Rik Fix regression in displayed error message for nargin and nargout. 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
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
Sun, 21 Dec 2014 17:49:28 -0500 John W. Eaton emit stack trace immediately at point of error
Wed, 12 Nov 2014 20:04:52 -0800 Rik maint: Periodic merge of gui-release to default.
Mon, 23 Jun 2014 18:46:32 +0200 Julien Bect Reduce profiling overhead using inlining and templates. gui-release
Tue, 30 Sep 2014 15:11:23 -0700 Rik inputname.m: Overhaul function.
Sun, 29 Jun 2014 18:35:44 -0700 Rik maint: Fix some spellings in error messages.
Thu, 15 May 2014 08:37:38 -0700 Rik maint: periodic merge of gui-release to stable.
Wed, 14 May 2014 17:48:43 -0700 Rik Change profile() to report method names of classes (bug #38480).
Mon, 24 Mar 2014 23:41:10 +0100 Stefan Mahr Fix segfault if subsasgn in @class returns no output (bug #41945) stable