log libinterp/parse-tree/pt-eval.cc @ 23563:614d71cdf614

age author description
Thu, 08 Jun 2017 18:21:07 -0400 John W. Eaton maint: Strip trailing whitespace from files.
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Tue, 23 May 2017 14:27:44 -0400 John W. Eaton undo part of previous change
Tue, 23 May 2017 13:55:43 -0400 John W. Eaton fix compound binary op error introduced in c452180ab672
Tue, 23 May 2017 12:24:44 -0400 John W. Eaton improve compatibility and simplify evaluation of index expressions
Sun, 21 May 2017 18:03:58 -0700 Rik Don't iterate over empty for loop expressions (bug #50893).
Wed, 17 May 2017 16:31:04 -0400 John W. Eaton improve some function names
Wed, 17 May 2017 14:34:05 -0400 John W. Eaton eliminate remaining do_multi_index_op methods
Wed, 17 May 2017 11:17:42 -0400 John W. Eaton use feval instead of do_multi_index_op
Wed, 10 May 2017 13:37:43 -0400 John W. Eaton make isargout work again for nested function calls
Wed, 10 May 2017 11:09:52 -0400 John W. Eaton eliminate lvalue list arguments from evaluator functions
Thu, 04 May 2017 15:10:29 -0400 John W. Eaton use mark_global and mark_persistent consistently
Thu, 04 May 2017 15:02:46 -0400 John W. Eaton handle global and persistent in tree_decl_command, not as separate classes
Fri, 28 Apr 2017 16:40:17 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Fri, 21 Apr 2017 18:07:40 -0400 John W. Eaton begin refactoring parse tree evaluator
Thu, 13 Apr 2017 14:25:16 -0400 John W. Eaton eliminate some compiler warnings
Fri, 07 Apr 2017 17:16:00 -0400 John W. Eaton * pt-eval.cc (quit_loop_now): Avoid deprecated variable warnings.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Thu, 02 Feb 2017 16:16:26 -0500 John W. Eaton move bp_table class to separate file
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Mon, 16 Jan 2017 15:44:21 -0500 John W. Eaton move octave_call_stack inside octave namespace
Thu, 08 Dec 2016 14:50:52 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/parse-tree
Wed, 16 Nov 2016 21:03:16 -0500 John W. Eaton error if break statement is in script file separate from loop (bug #39168)
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 31 Oct 2016 11:40:55 -0700 Mike Miller Ignore continue statement when used outside of a loop (bug #48665) stable
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Thu, 30 Jun 2016 18:17:26 +1000 Lachlan Andrew Track line numbers when in debug mode (bug #45764)
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
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Thu, 16 Jun 2016 08:23:30 -0700 Rik Make debug_on_error to apply to the "catch" block of try/catch (bug #47685)
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, 26 Feb 2016 09:52:43 +1100 Lachlan Andrew Record correct line number with "until" command (bug #43249)
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 08:48:47 -0500 John W. Eaton use "#if defined (HAVE_FOO)" instead of "#if HAVE_FOO" for feature tests
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Mon, 01 Feb 2016 08:53:01 -0500 John W. Eaton strip trailing space from source files we maintain
Sun, 24 Jan 2016 11:02:30 +1100 Lachlan Andrew dbstop: conditional breakpoint, dbstop if caught error etc. (bug #46795)
Wed, 20 Jan 2016 20:57:45 -0800 Rik maint: Remove unused variables.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Tue, 08 Dec 2015 12:34:23 -0500 John W. Eaton better handling of exceptions in unwind-protect blocks
Wed, 02 Dec 2015 14:41:32 -0500 John W. Eaton * pt-eval.cc: Style fixes.
Wed, 18 Nov 2015 16:40:22 -0800 Rik Remove trailing whitespace at end of lines.
Fri, 23 Oct 2015 16:55:23 -0400 John W. Eaton defer stack trace until back at top level
Mon, 05 Oct 2015 22:47:42 -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