log libinterp/parse-tree/pt-eval.cc @ 26004:94fecd437d9c

age author description
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
Tue, 15 May 2018 18:09:04 -0400 John W. Eaton use reference to tree_evaluator instead of pointer
Tue, 15 May 2018 17:05:47 -0400 John W. Eaton move convert_to_const_vector from tree_argument_list to tree_evaluator
Tue, 15 May 2018 15:34:09 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 14:53:41 -0400 John W. Eaton back out changes attempting to automatically call handle class destructor stable
Tue, 15 May 2018 01:28:40 -0400 John W. Eaton maint: Merge stable to default.
Mon, 14 May 2018 20:41:59 -0400 John W. Eaton also preserve temporaries in indexing expressions (bug #53844) stable
Mon, 14 May 2018 14:47:19 -0400 John W. Eaton defer deletion of temporaries in argument lists (bug #53844) stable
Tue, 08 May 2018 11:53:34 -0400 John W. Eaton eliminate some global accesses to the breakpoint table
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 09 Mar 2018 17:14:52 -0500 John W. Eaton prevent stack overflow crash on deeply nested function calls (bug #47620)
Mon, 12 Feb 2018 00:58:31 -0500 John W. Eaton don't use singleton pattern for bp_table
Sat, 10 Feb 2018 07:58:25 -0500 John W. Eaton avoid splitting namespace blocks unnecessarily
Tue, 23 Jan 2018 17:05:13 -0500 Joe Winegarden More descriptive error message for assignment to empty structure (bug #36003).
Wed, 10 Jan 2018 15:41:47 -0500 John W. Eaton stay in debug mode on Control-C interrupts (bug #52750)
Mon, 08 Jan 2018 16:45:26 -0500 John W. Eaton accept type_info obj as arg to binary_op, unary_op, and cat_op functions
Mon, 08 Jan 2018 15:51:52 -0500 John W. Eaton reorganize binding to ans in evaluator for clarity
Mon, 08 Jan 2018 13:25:10 -0500 John W. Eaton eliminate unnecessary value stack in evaluator
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Mon, 04 Dec 2017 12:30:40 -0500 John W. Eaton refactor symbol_record object
Thu, 30 Nov 2017 15:10:12 -0500 John W. Eaton restructure global variable handling in symbol table
Wed, 29 Nov 2017 15:08:37 -0500 John W. Eaton deprecate defun_isargout functions
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Tue, 05 Sep 2017 17:38:51 -0700 Piotr Held allow meta.class.fromName to work again (bug #51935)
Wed, 13 Sep 2017 17:10:51 -0400 John W. Eaton use more direct method for non-local symbol access (bug #38236)
Tue, 15 Aug 2017 08:47:39 -0400 John W. Eaton refactor function value return code
Mon, 14 Aug 2017 15:41:48 -0400 John W. Eaton mark octave_value from octave_value_list constructor explicit
Thu, 10 Aug 2017 18:03:58 -0400 John W. Eaton maint: eliminate TAB characters from source files
Thu, 10 Aug 2017 17:35:19 -0400 John W. Eaton revert unintended change to pt-eval.cc made in d56c18dc1373
Thu, 10 Aug 2017 13:20:48 -0700 Piotr Held Fix (once more) pkg.fcn with no arguments (bug #51715).
Thu, 10 Aug 2017 12:26:44 -0400 John W. Eaton new predicates for classdef_superclass_ref objects
Tue, 08 Aug 2017 18:22:30 -0400 John W. Eaton * pt-eval.cc: Style fixes.
Tue, 08 Aug 2017 18:21:07 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 08 Aug 2017 18:18:01 -0400 Piotr Held make calling parent class constructors work again (bug #51534)
Mon, 07 Aug 2017 15:05:19 -0700 Piotr Held Fix argument lookup in '+' package functions (Bug #51532).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).