log libinterp/parse-tree/lex.ll @ 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
Tue, 07 Jun 2022 19:44:07 +0200 Torsten Lilge maint: merge stable to default
Tue, 07 Jun 2022 08:05:13 -0400 John W. Eaton store token ID, not keyword ID when parsing keywords (bug #62587) stable
Tue, 31 May 2022 23:34:23 -0400 John W. Eaton maint: merge stable to default
Tue, 31 May 2022 23:30:40 -0400 John W. Eaton * lex.ll (base_lexer::handle_identifier): Fix comment to match code. stable
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Thu, 10 Feb 2022 15:29:44 -0800 Rik build: Correctly build codebase when -DNDEBUG present (bug #62013) stable
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
Tue, 23 Nov 2021 12:28:40 -0500 John W. Eaton deprecate/eliminate additional instances of '**', '.**', '**=', and '.*=='
Mon, 22 Nov 2021 16:22:54 -0500 John W. Eaton deprecate ** and .** operators (bug #60882)
Mon, 22 Nov 2021 15:41:42 -0500 John W. Eaton new lexer utility function, warn_deprecated_syntax
Wed, 22 Sep 2021 23:09:12 -0400 John W. Eaton initialize filepos to (1, 1) when function appears in eval string
Sat, 04 Sep 2021 07:50:08 -0400 John W. Eaton allow for invalid filepos 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
Wed, 28 Jul 2021 07:19:31 -0400 John W. Eaton note future change for backslash operator
Wed, 28 Jul 2021 00:28:26 -0400 John W. Eaton fix logic error in changeset 28a39ddabbfc
Fri, 23 Jul 2021 11:59:40 -0400 John W. Eaton allow unrecognized characters to begin command-style function call parsing
Wed, 21 Jul 2021 13:25:46 -0400 John W. Eaton don't check status of symbol as variable when parsing at top level (bug #60882)
Wed, 21 Jul 2021 09:49:09 -0400 John W. Eaton handle all binary operators the same when detecting command syntax (bug #60882)
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 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 20:11:34 -0700 Rik maint: merge stable to default.