log libinterp/parse-tree/lex.ll @ 25646:4d565baa475e

age author description
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).
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
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used 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
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
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)