log libinterp/parse-tree/lex.ll @ 23602:214cb58ccc1c

age author description
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
Wed, 07 Jun 2017 12:11:33 -0700 Rik Pick correct help text when shebang is present (bug #51191).
Tue, 09 May 2017 12:49:53 -0400 John W. Eaton maint: Use "" instead of <> for our own include files.
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
Tue, 21 Feb 2017 16:56:38 -0800 Rik maint: Periodic merge of stable to default.
Sun, 19 Feb 2017 22:01:18 -0800 Rik Fix incorrect handling of 0b binary numbers in complex contstants. 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
Thu, 08 Dec 2016 14:50:52 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/parse-tree
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.
Fri, 16 Sep 2016 11:52:25 -0700 Rik Expand warning for '\' continuation marker to recommend "..." (bug #48810).
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Thu, 30 Jun 2016 11:41:49 -0400 John W. Eaton use consistent style for including config.h in source files
Tue, 28 Jun 2016 13:46:03 -0400 John W. Eaton disable -Wsign-compare for code generated by flex
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Wed, 15 Jun 2016 12:59:43 -0400 John W. Eaton prefer C++ wrappers for C standard headers in C++ code
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Wed, 01 Jun 2016 19:02:03 -0400 John W. Eaton when parsing function, check variable status in new function scope (bug #48031)
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 17 May 2016 01:23:24 -0400 John W. Eaton * oct-parse.in.yy: Correct pattern string in call to HANDLE_IDENTIFIER.
Sun, 15 May 2016 21:08:30 -0700 Rik Avoid use of REJECT in parser (bug #45947).
Wed, 20 Apr 2016 10:58:29 +0200 mmuetzel Handle large hex and binary integer input (bug #47690)
Fri, 26 Feb 2016 20:35:45 -0500 John W. Eaton also disallow assignment to keywords in assignin (bug #46459)
Wed, 24 Feb 2016 09:52:27 -0500 John W. Eaton eliminate deprecated register storage class specifier
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Thu, 18 Feb 2016 11:19:47 -0500 John W. Eaton eliminate unused << and >> operators from Octave scripting language
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Thu, 14 Jan 2016 16:56:46 -0500 John W. Eaton rework fatal flex error handler (bug #46877)
Thu, 14 Jan 2016 05:28:27 -0500 John W. Eaton handle lexical errors as parser errors (bug #46877)
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Thu, 31 Dec 2015 17:06:36 -0500 John W. Eaton rework method of disabling warnings from GCC
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Mon, 14 Dec 2015 14:22:57 -0800 Rik doc: Remove class of function from docstring from generated C++ files.
Wed, 09 Dec 2015 16:35:12 -0500 John W. Eaton use 'invalid' instead of 'bogus' in source files
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Thu, 03 Dec 2015 15:07:01 -0500 John W. Eaton eliminate return statements after calls to print_usage
Sat, 28 Nov 2015 14:07:09 -0500 John W. Eaton maint: periodic merge of stable to default
Fri, 27 Nov 2015 16:49:44 -0500 John W. Eaton set all lexical_feedback variables in init function (bug #46522) stable
Fri, 09 Oct 2015 18:52:58 -0700 Rik Extend parser to accept binary constants that begin with '0b' or '0B'.
Mon, 05 Oct 2015 14:05:58 -0700 Rik Extend parser to accept '_' in numbers.
Sat, 03 Oct 2015 16:21:58 -0400 John W. Eaton eliminate simple uses of error_state in parser and lexer
Thu, 14 May 2015 04:02:45 -0400 John W. Eaton allow keywords as structure fields again (bug #45092) stable
Wed, 13 May 2015 14:17:08 -0400 John W. Eaton don't crash if structure field is keyword (bug #45092) stable
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 25 Feb 2015 12:04:01 -0500 John W. Eaton maint: Periodic merge of stable to default.
Wed, 25 Feb 2015 11:33:39 -0500 John W. Eaton avoid crash when __FILE__ is used at top level (bug #44363) stable
Mon, 23 Feb 2015 20:43:54 +0000 Carnë Draug Rename 'matlab-incompatible' warning to 'language-extension'.
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Fri, 20 Feb 2015 03:53:38 -0500 John W. Eaton avoid some GCC unused parameter warnings
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.