log libinterp/parse-tree/lex.h @ 28149: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
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
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 07 Dec 2017 11:34:10 -0500 John W. Eaton * lex.h: Include symscope.h for clang on OS X.
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
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
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 07 Jul 2017 18:43:32 -0400 John W. Eaton move comment_list and comment_elt classes to octave namespace
Wed, 05 Jul 2017 15:24:55 -0400 John W. Eaton make echo work for command-line functions
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Wed, 21 Jun 2017 11:29:41 -0400 John W. Eaton store directory and package names in function when function is parsed
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Tue, 17 Jan 2017 14:40:40 -0500 John W. Eaton move input reader classes into octave namespace
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Fri, 02 Dec 2016 14:35:57 -0500 John W. Eaton eliminate size limit for token cache; provide destructor for class
Fri, 02 Dec 2016 14:16:43 -0500 John W. Eaton Backed out changeset d5b58e234c37
Fri, 02 Dec 2016 14:52:09 +0100 Kai T. Ohlhus lex.h: Remove wrapper class "token_cache" for std::deque.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.