log libinterp/parse-tree/oct-parse.yy @ 27481:458adc344819

age author description
Mon, 07 Oct 2019 14:36:01 -0400 John W. Eaton avoid possible crash due to execution_exception in GUI thread
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Sun, 29 Sep 2019 17:50:52 -0700 Rik Don't print leading spaces before scalar values in interpeter (bug #56939)
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class
Fri, 30 Aug 2019 15:02:14 -0400 John W. Eaton don't use visitor pattern for expression evaluation (bug #56752)
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Sat, 15 Jun 2019 11:04:52 -0500 John W. Eaton use dummy stack frame when creating meta class (bug #55766 and #55768)
Sat, 08 Jun 2019 21:17:03 -0700 Rik Only accept 1xN character vectors as string input to eval (bug #49696).
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Mon, 06 May 2019 12:34:26 -0500 John W. Eaton display correct source line for parse errors in scripts (bug #56266)
Wed, 17 Apr 2019 14:54:25 +0000 John W. Eaton use correct line in classdef file name mismatch error message (bug #55812)
Wed, 17 Apr 2019 15:57:07 +0000 John W. Eaton improve error reporting for parse errors when reading from files
Mon, 01 Apr 2019 13:57:10 +0000 John W. Eaton move feval functions to interpreter class
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 08:23:16 -0700 Rik Simplify error messages when break or continue statements fail to parse (bug #55995).
Tue, 26 Mar 2019 15:48:31 +0000 John W. Eaton error if continue is used outside of a for loop (bug #55995)
Thu, 14 Mar 2019 06:09:29 +0000 John W. Eaton feval: silently return empty value list if function object is undefined
Sat, 09 Mar 2019 10:25:11 +0000 John W. Eaton fix const-ness of feval arguments
Mon, 25 Feb 2019 22:05:52 +0000 John W. Eaton fix error introduced in changeset 287eba9ed14b
Mon, 25 Feb 2019 20:10:06 +0000 John W. Eaton refactor predicates for classdef methods/constructors
Thu, 14 Feb 2019 16:04:12 +0000 John W. Eaton allow parsing of function handles of the form @foo.bar
Mon, 11 Feb 2019 20:49:48 +0000 John W. Eaton revise naming of the parts of a superclass reference
Sun, 10 Feb 2019 08:39:30 -0800 Rik Harden BIST tests against changes in format().
Sat, 09 Feb 2019 16:14:01 +0000 John W. Eaton revamp parsing of superclass identifiers in classdef decls
Fri, 08 Feb 2019 06:35:38 +0000 John W. Eaton use dynamic_cast instead of static_cast as appropriate parser
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
Tue, 22 Jan 2019 08:07:55 -0500 John W. Eaton maint: Merge stable to default.
Mon, 21 Jan 2019 13:27:28 -0800 Mike Miller test: use "format short" in tests depending on output format (bug #55539) stable
Sat, 05 Jan 2019 10:29:30 -0800 Mike Miller maint: back out change accidentally merged in cset db5c5e6c2371
Sat, 05 Jan 2019 06:36:52 -0800 Rik maint: merge default to default to fix issues after lack of repo connectivity.
Sat, 05 Jan 2019 06:33:32 -0800 Rik maint: merge stable to default.
Fri, 04 Jan 2019 00:06:57 -0800 Mike Miller maint: merge stable to default
Sun, 30 Dec 2018 13:28:18 -0800 Mike Miller rewrite eval_string wrappers to silence deprecation warnings (bug #55266) stable
Thu, 03 Jan 2019 13:25:06 -0500 John W. Eaton maint: Merge stable to default.
Thu, 03 Jan 2019 10:21:02 -0800 Rik oct-parse.yy: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Thu, 29 Nov 2018 12:15:25 -0800 Rik Silence unnecessary warnings about security-format (bug #55046).
Wed, 21 Nov 2018 15:24:17 -0500 John W. Eaton eliminate some unnecessary function arguments
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Tue, 13 Nov 2018 02:26:52 -0500 John W. Eaton partially refactor function lookup in symbol table
Fri, 09 Nov 2018 02:15:42 -0500 John W. Eaton store nesting depth and primary parent info in nested function scopes
Sun, 11 Nov 2018 14:31:10 -0800 Rik Deprecate C++ function is_keyword in favor of iskeyword for readability.
Sat, 03 Nov 2018 09:27:37 -0400 John W. Eaton install auto function vars in symbol scope when parsing function
Thu, 01 Nov 2018 18:08:27 -0400 John W. Eaton where possible, use octave_stdout and avoid including <iostream>
Wed, 31 Oct 2018 19:32:41 -0400 John W. Eaton eliminate global and file-scope static variables in oct-hist.cc
Tue, 28 Aug 2018 14:02:30 -0400 John W. Eaton maint: Merge stable to default. base libinterp/parse-tree/oct-parse.in.yy@b1c2b0754ba5
Thu, 09 Aug 2018 12:37:36 -0400 John W. Eaton maint: Merge stable to default. base libinterp/parse-tree/oct-parse.in.yy@ab7cf4036135
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Thu, 19 Jul 2018 13:40:47 -0400 John W. Eaton avoid bison warning about deprecated syntax