log libinterp/parse-tree/lex.h @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sat, 19 Nov 2022 00:03:30 -0500 John W. Eaton maint: merge stable to default.
Fri, 18 Nov 2022 23:50:41 -0500 John W. Eaton eliminate unused function stable
Thu, 17 Nov 2022 11:50:20 -0500 John W. Eaton remove operators deprecated in version 7
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
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
Sat, 04 Sep 2021 07:50:08 -0400 John W. Eaton allow for invalid filepos objects
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 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
Fri, 18 Sep 2020 17:15:32 +0200 Markus Mützel Add function "dir_encoding" to set a file encoding per directory (bug #49685).
Thu, 16 Jul 2020 18:27:39 -0400 John W. Eaton improve Matlab compatibility for binary and hexadecimal constants
Mon, 13 Jul 2020 12:30:46 -0400 John W. Eaton return token ID directly from base_lexer::handle_number
Thu, 14 May 2020 23:27:43 -0400 John W. Eaton accept multi-line interactive input (bug #58370) stable
Tue, 05 May 2020 01:01:39 -0400 John W. Eaton handle comments in multi-line statements with push parser/lexer (bug #58198) stable
Thu, 12 Mar 2020 23:51:49 -0400 John W. Eaton allow @get and @set to work properly again (bug #57988) stable
Tue, 10 Mar 2020 07:51:20 -0400 John W. Eaton improve position tracking in the lexer (bug #57924) stable
Tue, 21 Jan 2020 20:14:13 -0600 John W. Eaton maint: merge stable to default.
Tue, 21 Jan 2020 13:33:02 -0800 Mike Miller fix more spelling errors (bug #57613) stable
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
Mon, 02 Dec 2019 23:43:27 -0600 John W. Eaton store beginning and ending location info for tokens recognized by lexer
Thu, 05 Dec 2019 22:01:02 -0600 John W. Eaton eliminate COMMAND_ARG_FINISH macro in lexer
Mon, 02 Dec 2019 23:37:39 -0600 John W. Eaton split base_lexer::is_keyword_token into two functions
Mon, 02 Dec 2019 22:37:05 -0600 John W. Eaton use filepos object to store beginning position of character strings
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
Fri, 22 Nov 2019 12:18:21 -0600 John W. Eaton improve parse error message for @()x+=expr (bug #57255)
Fri, 18 Oct 2019 11:06:11 -0400 John W. Eaton eliminate promptflag from the lexer and input reader classes
Fri, 18 Oct 2019 09:08:06 -0400 John W. Eaton refactor input_reader class and its use in lexer
Fri, 18 Oct 2019 07:41:02 -0400 John W. Eaton Backed out changeset 28ed77ca1e4a
Wed, 16 Oct 2019 10:16:17 -0400 John W. Eaton allow input reader to be associated with push lexer
Wed, 16 Oct 2019 08:45:39 -0400 John W. Eaton in base_reader, store reference to interpreter instead of lexer
Wed, 25 Sep 2019 13:44:06 -0400 John W. Eaton store ref to interpreter in lexical_feedback and symbol_table_context classes
Fri, 07 Jun 2019 16:53:09 -0400 John W. Eaton store reference to lexer in reader instead of pointer
Sat, 09 Feb 2019 16:14:01 +0000 John W. Eaton revamp parsing of superclass identifiers in classdef decls
Fri, 08 Feb 2019 16:40:56 -0800 Rik maint: Fix typos in comments where "intial" instead of "initial" used.
Thu, 31 Jan 2019 18:45:37 +0000 John W. Eaton update handling of command-style function call syntax in eval
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 01 Jan 2019 17:58:53 -0800 Rik lex.h: Fix static analyzer detected issues (bug #55347). stable
Sun, 11 Nov 2018 14:31:10 -0800 Rik Deprecate C++ function is_keyword in favor of iskeyword for readability.
Wed, 31 Oct 2018 19:32:41 -0400 John W. Eaton eliminate global and file-scope static variables in oct-hist.cc
Fri, 08 Jun 2018 18:04:18 -0400 John W. Eaton new class for miscellaneous interpreter settings
Fri, 08 Jun 2018 18:27:37 -0400 John W. Eaton store reference instead of pointer to interpreter in lexer
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 03 Mar 2018 09:34:16 -0500 John W. Eaton use m_ prefix for data members in more classes