log libinterp/parse-tree/oct-parse.yy @ 29950:6549fa7558ba

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