log libinterp/parse-tree/oct-parse.yy @ 27018:a20ead51515d

age author description
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
Wed, 18 Jul 2018 15:35:51 -0400 John W. Eaton one more fix for parser change... Doh!
Wed, 18 Jul 2018 14:23:01 -0400 John W. Eaton fix errors in previous change
Wed, 18 Jul 2018 13:31:48 -0400 John W. Eaton don't substitute api.prefix style in bison input files base libinterp/parse-tree/oct-parse.in.yy@4291986dcd2a
Fri, 01 Mar 2013 07:18:18 -0500 John W. Eaton make push parser interface partially work
Fri, 01 Mar 2013 07:10:31 -0500 John W. Eaton move end_of_input flag from octve_parser class to octave_lexer class
Thu, 28 Feb 2013 11:24:38 -0500 John W. Eaton rename lexical_feedback to octave_lexer
Thu, 28 Feb 2013 10:53:27 -0500 John W. Eaton optionally use push parser interface
Thu, 28 Feb 2013 02:04:24 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 27 Feb 2013 21:43:34 -0500 John W. Eaton move some variables into the octave_parser class
Wed, 27 Feb 2013 20:32:42 -0500 John W. Eaton parser tweaks
Wed, 27 Feb 2013 18:49:16 -0500 John W. Eaton use pure parser and reentrant lexer interfaces
Wed, 27 Feb 2013 17:28:12 -0500 John W. Eaton don't access lexer values directly when grabbing help text from .m files.
Wed, 27 Feb 2013 16:05:59 -0500 John W. Eaton maint: reorder functions in oct-parse.yy
Wed, 27 Feb 2013 15:40:49 -0500 John W. Eaton rename yyerror to bison_error and make it a member of octave_parser class
Wed, 27 Feb 2013 13:09:33 -0500 John W. Eaton move a function and data member from lexical_feedback to octave_parser
Wed, 27 Feb 2013 13:07:38 -0500 John W. Eaton execute parser using member function of octave_parser class