log libinterp/parse-tree/oct-parse.yy @ 30197:f692ecc135d6

age author description
Fri, 17 Sep 2021 16:13:16 -0400 John W. Eaton * oct-parse.yy (colon_expr): Fix comments to match code.
Thu, 09 Sep 2021 13:36:50 -0400 John W. Eaton * oct-parse.yy (OCTAVE_YYUSE): Use variadic macro.
Thu, 09 Sep 2021 13:27:49 -0400 John W. Eaton attempt more uniform handling of list concatenation in the parser
Wed, 08 Sep 2021 17:35:39 -0400 John W. Eaton use parser functions to build parse tree objects in grammar rule actions
Sat, 04 Sep 2021 05:33:27 -0400 John W. Eaton eliminate unnecessary construction of parse tree elements
Thu, 02 Sep 2021 11:20:53 -0400 John W. Eaton eliminate duplicate parent function name info in symbol scope objects
Wed, 01 Sep 2021 23:50:07 -0400 John W. Eaton eliminate redundant storage of parent function name in function objects
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Fri, 13 Aug 2021 14:08:16 -0400 John W. Eaton eliminate some unnecessary octave:: namespace tags
Fri, 09 Jul 2021 04:05:58 -0400 John W. Eaton improve previous change for command syntax parsing (bug #60882)
Tue, 06 Jul 2021 23:16:14 -0400 John W. Eaton fix command syntax parsing error (bug #60882)
Mon, 14 Jun 2021 16:43:33 -0400 John W. Eaton allow properties function to be called inside classdef method (bug #60763)
Fri, 04 Jun 2021 13:58:59 -0400 John W. Eaton also accept validation syntax for classdef properties
Fri, 04 Jun 2021 08:25:35 -0400 John W. Eaton rename some non-terminal symbols in the parser
Fri, 04 Jun 2021 08:19:25 -0400 John W. Eaton eliminate unused lexical feedback flag
Tue, 01 Jun 2021 13:34:57 -0400 John W. Eaton initial implementation of parsing for arguments validaton block (bug #59405)
Tue, 01 Jun 2021 16:57:40 -0400 John W. Eaton enter symbols into current scope in parser instead of lexer
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 25 Jan 2021 13:11:00 -0500 John W. Eaton maint: merge stable to default.
Mon, 25 Jan 2021 13:09:45 -0500 John W. Eaton avoid crash on null statement list (bug #59938) stable
Sun, 10 Jan 2021 14:22:16 -0500 John W. Eaton eliminate extra YYUSE on default missed when merging 59696b24ea53 from stable
Wed, 06 Jan 2021 17:13:54 -0500 John W. Eaton maint: merge stable to default.
Mon, 04 Jan 2021 16:09:33 -0500 John W. Eaton avoid YYUSE in Octave parser files (see bug #59806) stable
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Fri, 30 Oct 2020 11:21:49 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows. stable
Fri, 18 Sep 2020 17:15:32 +0200 Markus Mützel Add function "dir_encoding" to set a file encoding per directory (bug #49685).
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Mon, 28 Sep 2020 12:31:35 -0400 John W. Eaton maint: merge stable to default.
Mon, 21 Sep 2020 10:45:18 -0400 John W. Eaton refactor implementation of END indexing in interpreter (bug #58953) stable
Wed, 09 Sep 2020 15:16:05 -0400 John W. Eaton maint: merge stable to default.
Wed, 09 Sep 2020 15:15:47 -0400 John W. Eaton allow keboard to work in functions defined in script files (bug #54789) stable
Wed, 09 Sep 2020 13:45:32 -0400 John W. Eaton maint: merge stable to default.
Wed, 09 Sep 2020 13:41:46 -0400 John W. Eaton allow functions to be redefined in scripts (bug #52851) stable
Fri, 21 Aug 2020 08:36:47 -0400 John W. Eaton disallow keywords in function parameter lists (bug #58945)
Thu, 16 Jul 2020 16:02:45 -0400 John W. Eaton use octave_value object to store numeric tokens in the lexer
Thu, 09 Jul 2020 13:04:54 -0400 John W. Eaton maint: merge stable to default.
Thu, 09 Jul 2020 09:15:58 -0400 John W. Eaton don't allow function return_list objects to be null stable
Wed, 01 Jul 2020 13:18:19 -0400 John W. Eaton make parsing of spmd and endspmd keywords work properly (bug #58676)
Tue, 30 Jun 2020 15:52:25 -0400 John W. Eaton accept spmd command blocks as language elements (bug #58676)
Tue, 30 Jun 2020 09:34:14 -0700 Rik Add 'spmd' as interpreter keyword for Matlab compatibility (bug #58676).
Mon, 29 Jun 2020 15:12:39 -0400 John W. Eaton maint: merge stable to default.
Thu, 28 May 2020 13:48:37 -0400 John W. Eaton capture comments for classdef classes, properties, events, and enumerations stable
Thu, 28 May 2020 12:00:24 -0400 John W. Eaton refactor some classdef parsing rules stable
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows.
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Fri, 03 Apr 2020 22:00:06 -0400 John W. Eaton refactor handling of parent functions and localfunctions stable
Fri, 05 Jun 2020 11:40:49 -0400 John W. Eaton maint: Merge stable to default.
Thu, 14 May 2020 23:27:43 -0400 John W. Eaton accept multi-line interactive input (bug #58370) stable
Thu, 28 May 2020 13:48:37 -0400 John W. Eaton capture comments for classdef classes, properties, events, and enumerations
Thu, 28 May 2020 12:00:24 -0400 John W. Eaton refactor some classdef parsing rules
Mon, 25 May 2020 15:03:47 -0700 Rik Emit an error if m-file size is >512 MB to prevent segfault in interpreter (bug #58345).
Wed, 06 May 2020 13:34:22 -0400 John W. Eaton maint: merge stable to default.
Wed, 06 May 2020 10:58:16 -0400 John W. Eaton restore pull parser interface when input is not interactive (bug #58198) stable
Sat, 02 May 2020 12:24:26 -0700 Rik maint: merge stable to default.
Fri, 01 May 2020 00:51:01 -0400 John W. Eaton fix printing of functions with varargin/varargout (bug #58279) stable
Tue, 10 Mar 2020 07:51:55 -0400 John W. Eaton maint: merge stable to default.
Tue, 10 Mar 2020 07:51:20 -0400 John W. Eaton improve position tracking in the lexer (bug #57924) stable
Mon, 09 Mar 2020 10:25:21 -0400 John W. Eaton maint: merge stable to default.
Mon, 09 Mar 2020 10:24:07 -0400 John W. Eaton improve treatment of comments at interactive command line (bug #57924) stable
Sun, 08 Mar 2020 17:54:55 -0400 John W. Eaton maint: merge stable to default.
Sun, 08 Mar 2020 17:49:43 -0400 John W. Eaton display code and error location when input is from terminal (bug #57536) stable
Mon, 17 Feb 2020 15:47:35 -0500 John W. Eaton remove functions deprecated in version 5
Thu, 30 Jan 2020 15:12:52 -0500 John W. Eaton allow reloading of handles to private functions (bug #57439)
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Fri, 10 Jan 2020 14:19:28 -0500 John W. Eaton simplify handling of temporary output buffer in evalc
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 10 Dec 2019 13:47:48 -0800 Rik maint: remove trailing spaces from code.
Mon, 02 Dec 2019 23:43:27 -0600 John W. Eaton store beginning and ending location info for tokens recognized by lexer
Mon, 02 Dec 2019 18:20:28 -0600 John W. Eaton use file position object to track line and column info in lexer and parser
Mon, 02 Dec 2019 10:25:57 -0600 John W. Eaton report missing semicolon location for array expressions (bug #57159)
Mon, 02 Dec 2019 01:16:12 -0600 John W. Eaton make location info available for more tokens in parser
Sun, 24 Nov 2019 14:01:16 -0600 John W. Eaton allow private scripts to be called from other private scripts
Fri, 22 Nov 2019 12:18:21 -0600 John W. Eaton improve parse error message for @()x+=expr (bug #57255)
Wed, 20 Nov 2019 19:34:15 -0600 John W. Eaton eliminate unnecessary expr_no_assign non-terminal in parser
Wed, 20 Nov 2019 19:22:54 -0600 John W. Eaton disallow lvalue references in anonymous functions (bug #57255)
Wed, 16 Oct 2019 13:35:08 -0400 John W. Eaton skip constant folding if expression evaluation generates warning
Fri, 11 Oct 2019 11:42:09 -0400 John W. Eaton fix push parser to return status indicating more input is needed
Fri, 11 Oct 2019 11:17:02 -0400 John W. Eaton declare base_parser class data protected
Fri, 11 Oct 2019 09:36:08 -0400 John W. Eaton move parse_fcn_file from interpreter member function to parser friend
Thu, 10 Oct 2019 16:50:58 -0400 John W. Eaton eliminate warn_for argument for source_file and parse_fcn_file functions
Thu, 10 Oct 2019 13:54:14 -0400 John W. Eaton eliminate some uses of bare pointers to octave_function objects
Thu, 10 Oct 2019 13:33:33 -0400 John W. Eaton use shared_ptr for storing classdef and statement_list objects in parser
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