log libinterp/parse-tree/oct-parse.yy @ 28647:f0414ee0fefe

age author description
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)