log libinterp/parse-tree/oct-parse.yy @ 31090:1779a64b2510

age author description
Fri, 10 Jun 2022 18:57:17 -0400 Arun Giridhar maint: Merge stable to default
Thu, 09 Jun 2022 16:44:10 +0200 Markus Mützel test: Move new BISTs to lexer and adapt syntax (bug #62587). stable
Thu, 09 Jun 2022 09:00:17 -0400 Arun Giridhar maint: Merge stable to default
Thu, 09 Jun 2022 08:59:55 -0400 Arun Giridhar test: Add BISTs for __FILE__ and __LINE__ (bug #52587) stable
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 23 Nov 2021 12:40:51 -0500 John W. Eaton deprecate .+ and .- operators
Sat, 30 Oct 2021 09:45:23 -0400 John W. Eaton store file name in classdef class object
Wed, 22 Sep 2021 23:13:36 -0400 John W. Eaton save file position info in more parse tree elements
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