log libinterp/parse-tree/lex.h @ 24534:194eb4bd202b

age author description
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.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 16 Aug 2016 15:48:22 -0400 John W. Eaton move some new numeric classes to namespace octave::math
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Wed, 01 Jun 2016 19:02:03 -0400 John W. Eaton when parsing function, check variable status in new function scope (bug #48031)
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Mon, 23 Feb 2015 20:43:54 +0000 Carnë Draug Rename 'matlab-incompatible' warning to 'language-extension'.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Sat, 22 Feb 2014 19:56:17 -0500 Michael Goffioul Allow multi-level classdef package.
Mon, 06 Jan 2014 14:34:56 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Mon, 06 Jan 2014 12:02:04 -0500 Michael C. Grant improve compatibility of command syntax parsing (bug #41032) gui-release
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 29 Oct 2013 16:29:46 -0400 John W. Eaton find symbols in proper scope when debugging (bug #40397)
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 22 Oct 2013 19:39:50 -0400 John W. Eaton use more direct method for checking input source for lexer
Tue, 22 Oct 2013 18:43:36 -0400 John W. Eaton eliminate global LEXER variable
Fri, 18 Oct 2013 21:00:33 -0400 John W. Eaton eliminate octave_comment_buffer singleton
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 04 Jul 2013 20:33:02 -0400 John W. Eaton rewrite string parsing to avoid unlimited lookahead
Mon, 22 Apr 2013 16:37:53 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 23 Mar 2013 15:02:29 -0400 John W. Eaton recognize variables when parsing (bug #38576)
Tue, 19 Mar 2013 18:03:23 -0400 John W. Eaton don't swallow statements that follow comment lines (bug #38549)
Sat, 16 Mar 2013 02:02:43 -0400 John W. Eaton don't modify symbol table scope in the parser
Wed, 13 Mar 2013 03:19:35 -0400 John W. Eaton push parser/lexer interface
Wed, 13 Mar 2013 02:46:56 -0400 John W. Eaton create base class for lexer
Wed, 13 Mar 2013 02:25:50 -0400 John W. Eaton delete unused obsolete code