log libinterp/parse-tree/lex.ll @ 28154:026bff6a54d7 stable

age author description
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:24:07 -0400 John W. Eaton improve treatment of comments at interactive command line (bug #57924) stable
Wed, 19 Feb 2020 15:21:28 -0500 John W. Eaton in push lexer, don't insert NL with ASCII 1 marker (bug #57859)
Tue, 21 Jan 2020 11:16:33 -0800 Rik Use "!=" in preference to "~=" everywhere in code.
Fri, 10 Jan 2020 10:08:44 -0500 John W. Eaton avoid parse exception when initial comment block is all whitespace
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 23:09:08 -0600 John W. Eaton style fix
Mon, 02 Dec 2019 22:58:55 -0600 John W. Eaton store begin and end position in tokens
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
Sun, 01 Dec 2019 19:51:35 -0600 John W. Eaton fix handling of full line comments at command prompt (bug #57208)
Fri, 22 Nov 2019 12:18:21 -0600 John W. Eaton improve parse error message for @()x+=expr (bug #57255)
Mon, 28 Oct 2019 12:05:06 -0400 John W. Eaton fix line count in lexer when mixing line and block comments (bug #57121)
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
Fri, 11 Oct 2019 12:29:18 -0400 John W. Eaton cache current input line in push lexer
Wed, 25 Sep 2019 13:44:06 -0400 John W. Eaton store ref to interpreter in lexical_feedback and symbol_table_context classes
Sun, 28 Jul 2019 17:24:42 -0400 John W. Eaton eliminate unnecessary application::interative function
Wed, 10 Apr 2019 21:45:54 -0700 Mike Miller interpret "SPDX-License-Identifier" comments as copyright headers (bug #56121)
Wed, 17 Apr 2019 20:35:52 +0000 John W. Eaton eliminate mysterious newline output (bug #44934)
Wed, 13 Mar 2019 18:54:11 +0000 John W. Eaton identify "x .foo@bar" or "x @foo" as command syntax (bug #55891)
Thu, 14 Feb 2019 16:04:12 +0000 John W. Eaton allow parsing of function handles of the form @foo.bar
Mon, 11 Feb 2019 20:49:48 +0000 John W. Eaton revise naming of the parts of a superclass reference
Sat, 09 Feb 2019 19:32:31 +0000 John W. Eaton use inline functions for matching whitespace in lexer
Sat, 09 Feb 2019 16:14:01 +0000 John W. Eaton revamp parsing of superclass identifiers in classdef decls
Sat, 09 Feb 2019 15:14:24 +0000 John W. Eaton allow spaces in FQ_IDENT, SUPERCLASSREF, and METAQUERY tokens in lexer
Thu, 07 Feb 2019 00:03:55 +0000 John W. Eaton eliminate unnecessary tree_funcall class
Thu, 31 Jan 2019 18:45:37 +0000 John W. Eaton update handling of command-style function call syntax in eval
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Mon, 07 Jan 2019 13:20:37 -0500 John W. Eaton don't increment line number twice when parsing continuation markers stable
Sat, 05 Jan 2019 07:28:53 -0800 Rik lex.ll: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. 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
Wed, 01 Aug 2018 15:32:46 -0400 John W. Eaton track column count in one more place in lexer
Tue, 31 Jul 2018 22:27:59 -0400 John W. Eaton track column count in lexer in a few more places (bug #34852)
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Fri, 08 Jun 2018 18:04:18 -0400 John W. Eaton new class for miscellaneous interpreter settings
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
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 21 Dec 2017 12:35:38 -0500 John W. Eaton lex.ll: Fix macro for implicit fallthrough warning.
Thu, 21 Dec 2017 12:34:51 -0500 John W. Eaton maint: Indent pragmas as other preprocessor directives.
Thu, 07 Dec 2017 13:47:55 -0800 Rik build: Silence compile warning about unknown GCC warning "-Wimplicit-fallthrough".
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Mon, 04 Dec 2017 12:30:40 -0500 John W. Eaton refactor symbol_record object
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Fri, 22 Sep 2017 22:03:01 -0400 John W. Eaton * lex.ll: Disable GCC diagnostic -Wimplicit-fallthrough.
Tue, 08 Aug 2017 11:55:59 -0700 Rik Back out changeset dca84dfe167f. Will use import function rather than keyword.
Tue, 08 Aug 2017 09:04:07 -0700 Rik Add "import" to list of Octave language keywords (bug #51688).
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Sun, 23 Jul 2017 21:34:22 -0700 Rik Replace += "\n" with += '\n' which avoids string constructor for performance.
Sun, 23 Jul 2017 20:51:24 -0700 Rik lex.ll: Fix heap-buffer-overflow (bug #51533).