log libinterp/parse-tree/pt-eval.cc @ 27200:dc1edf932248

age author description
Mon, 01 Apr 2019 17:32:02 +0000 John W. Eaton eliminate direct access to call_stack in input functions
Mon, 01 Apr 2019 16:58:05 +0000 John W. Eaton eliminate direct access to call_stack in error functions
Wed, 12 Jun 2019 10:04:34 -0700 Rik maint: merge stable to default.
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157) stable
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157)
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Tue, 28 May 2019 18:53:25 +0000 John W. Eaton update bug status for tests
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Tue, 21 May 2019 17:39:13 +0000 John W. Eaton improve error message when indexing undefined object with "end" (bug #33637)
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Mon, 01 Apr 2019 13:11:14 +0000 John W. Eaton move core of eval function to evaluator
Mon, 01 Apr 2019 12:51:58 +0000 John W. Eaton move core of evalin function to evaluator
Mon, 01 Apr 2019 12:11:33 +0000 John W. Eaton move parse_fcn_file to interpreter; source_file to evaluator
Mon, 01 Apr 2019 11:15:06 +0000 John W. Eaton move file-scope static autoload map variable and functions to evaluator
Sun, 31 Mar 2019 20:50:10 +0000 John W. Eaton move core of mfilename function to evaluator
Sun, 31 Mar 2019 19:35:39 +0000 John W. Eaton move core of assignin function to evaluator
Fri, 29 Mar 2019 20:47:01 +0000 John W. Eaton move do_who inside call_stack, make accessible from evaluator
Fri, 29 Mar 2019 18:34:33 +0000 John W. Eaton move toward limiting direct access of call stack
Tue, 26 Mar 2019 02:42:38 +0000 John W. Eaton make breakpoints in classdef methods work (bug #45404, bug #46451)
Fri, 15 Mar 2019 17:26:12 +0000 John W. Eaton ensure classdef dtor doesn't wipe out expression value (bug #53844, bug #55758)
Tue, 05 Mar 2019 22:30:09 +0000 John W. Eaton lazily evaluate fcn handles; fix overload resolution (bug #29447, bug #31821, bug #48802)
Sun, 03 Mar 2019 10:19:36 +0000 John W. Eaton allow handles to nested functions to work (bug #39257)
Fri, 22 Feb 2019 07:34:47 +0000 John W. Eaton split classdef into multiple smaller source files
Mon, 11 Feb 2019 20:49:48 +0000 John W. Eaton revise naming of the parts of a superclass reference
Thu, 07 Feb 2019 18:12:19 +0000 John W. Eaton pass reference to interpreter to make_fcn_handle function
Thu, 07 Feb 2019 00:03:55 +0000 John W. Eaton eliminate unnecessary tree_funcall class
Thu, 31 Jan 2019 18:45:37 +0000 John W. Eaton update handling of command-style function call syntax in eval
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Wed, 09 Jan 2019 14:49:01 -0500 John W. Eaton avoid double free of lexer on exit (bug #55347) stable
Tue, 08 Jan 2019 21:35:17 -0800 Rik pt-eval.cc: Fix static analyzer detected issues (bug #55347). stable
Sat, 05 Jan 2019 08:18:07 -0800 Rik pt-eval.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 08 Dec 2018 01:38:45 +0100 Kai T. Ohlhus Do not attempt to extract user code from oct-files (bug #55184).
Fri, 30 Nov 2018 20:07:20 +0100 Markus Mützel Silence compiler warnings about format identifier for octave_idx_type (bug #55046).
Thu, 29 Nov 2018 12:15:25 -0800 Rik Silence unnecessary warnings about security-format (bug #55046).
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Fri, 16 Nov 2018 11:31:22 -0500 John W. Eaton eliminate duplicate final_index_error function
Thu, 15 Nov 2018 15:05:36 -0500 John W. Eaton move whos_line_format to evaluator
Tue, 13 Nov 2018 02:26:52 -0500 John W. Eaton partially refactor function lookup in symbol table
Fri, 02 Nov 2018 16:13:08 -0400 John W. Eaton perform automatic function variable binding in tree_evaluator
Thu, 01 Nov 2018 14:38:27 -0400 John W. Eaton * pt-eval.cc: Fix call to JIT evaluate function.
Tue, 14 Aug 2018 15:25:21 -0400 John W. Eaton use consistent eval order in simple and multi assignment (bug #54490)
Wed, 01 Aug 2018 16:05:11 -0700 Rik maint: merge stable to default.
Wed, 01 Aug 2018 16:04:47 -0700 Rik Produce a single backtrace for global declaration overriding local variable. stable
Fri, 20 Jul 2018 18:38:03 -0400 John W. Eaton better use of templates for action_container and derived classes
Tue, 19 Jun 2018 09:37:03 -0400 John W. Eaton maint: Merge stable to default.
Tue, 19 Jun 2018 09:05:48 -0400 John W. Eaton improve warnings for global/local variable conflicts (bug #54052) stable
Fri, 15 Jun 2018 16:27:32 -0400 John W. Eaton maint: Merge stable to default.
Fri, 15 Jun 2018 15:35:45 -0400 John W. Eaton maybe preserve local value when declaring variable global (bug #54052) stable
Fri, 08 Jun 2018 18:27:37 -0400 John W. Eaton store reference instead of pointer to interpreter in lexer
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Tue, 22 May 2018 15:27:06 -0400 John W. Eaton eliminate unused octave_debug_on_interrupt_state variable
Tue, 22 May 2018 15:23:50 -0400 John W. Eaton move core of interpreter::main_loop to evaluator
Tue, 22 May 2018 13:23:49 -0400 John W. Eaton move returning, breaking, and continuing flags to evaluator
Tue, 22 May 2018 11:39:44 -0400 John W. Eaton eliminate some global variables from tree_evaluator
Tue, 22 May 2018 00:53:15 -0400 John W. Eaton eliminate some globals from tree_evaluator class
Mon, 21 May 2018 22:06:20 -0400 John W. Eaton evaluate script and function code in tree_evaluator methods
Mon, 21 May 2018 19:32:57 -0400 John W. Eaton store unwind protect frame for function evaluation in call_stack object
Wed, 16 May 2018 19:01:14 -0400 John W. Eaton refactor evaluation of tree_matrix object