log libinterp/parse-tree/oct-parse.in.yy @ 24037:21915520ac7b

age author description
Wed, 13 Sep 2017 17:10:51 -0400 John W. Eaton use more direct method for non-local symbol access (bug #38236)
Wed, 09 Aug 2017 13:11:54 -0400 John W. Eaton disallow dynamic variable creation in static scopes (bug #51698)
Tue, 08 Aug 2017 19:45:47 -0400 John W. Eaton * oct-parse.in.yy (source_file): Restore source-ing of function files.
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).
Fri, 28 Jul 2017 11:45:07 -0700 Rik oct-parse.in.yy: Initialize m_classdef_object to nullptr when parser is reset.
Thu, 27 Jul 2017 08:32:17 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Wed, 26 Jul 2017 16:26:31 -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
Mon, 26 Jun 2017 23:54:43 -0400 John W. Eaton move Vmax_recursion_depth and Vsilent_functions to tree_evaluator class
Mon, 26 Jun 2017 18:05:53 -0400 John W. Eaton move bind_ans to tree_evaluator class
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Mon, 26 Jun 2017 08:06:05 -0400 John W. Eaton use m_ prefix for member variables in parser
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Wed, 21 Jun 2017 14:23:47 -0400 John W. Eaton refactor bison rules for parsing functions
Wed, 21 Jun 2017 11:29:41 -0400 John W. Eaton store directory and package names in function when function is parsed
Tue, 20 Jun 2017 10:25:54 -0400 John W. Eaton improve colon expression construction and avoid possible memory leak
Tue, 20 Jun 2017 09:28:48 -0400 John W. Eaton avoid possible memory leak in parser
Tue, 20 Jun 2017 06:57:59 -0400 John W. Eaton avoid possible memory errors when parsing function files
Sun, 18 Jun 2017 22:26:07 -0400 John W. Eaton Backed out changeset 2208cc0e89a3
Sun, 18 Jun 2017 22:25:21 -0400 John W. Eaton Backed out changeset fca2f775ab4c
Sat, 17 Jun 2017 20:34:49 -0400 John W. Eaton don't create tree_function_def objects for local functions in classdef files
Sat, 17 Jun 2017 20:08:06 -0400 John W. Eaton avoid possible memory error in parser
Fri, 16 Jun 2017 21:10:16 -0400 John W. Eaton avoid memory leak in source_file function
Fri, 16 Jun 2017 16:38:47 -0400 John W. Eaton eliminate memory leak when parsing local functions in a classdef file
Fri, 16 Jun 2017 14:42:35 -0400 John W. Eaton don't use singleton pattern for dynamic_loader class
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
Wed, 14 Jun 2017 11:45:47 -0400 John W. Eaton make symbol table context info mostly local to symbol table scopes
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Sun, 11 Jun 2017 16:37:26 -0400 John W. Eaton explicitly limit anonymous functions to a single expression
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton begin refactoring use of interpreter/evaluator in classdef objects
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Wed, 17 May 2017 14:34:05 -0400 John W. Eaton eliminate remaining do_multi_index_op methods
Tue, 09 May 2017 12:49:53 -0400 John W. Eaton maint: Use "" instead of <> for our own include files.
Mon, 08 May 2017 13:08:11 -0400 John W. Eaton prefer feval over do_multi_index_op
Thu, 04 May 2017 15:10:29 -0400 John W. Eaton use mark_global and mark_persistent consistently
Thu, 04 May 2017 15:02:46 -0400 John W. Eaton handle global and persistent in tree_decl_command, not as separate classes
Fri, 28 Apr 2017 13:52:02 -0400 John W. Eaton use builtin-defun-decls.h to ensure declarations of interpreter functions
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Fri, 21 Apr 2017 18:07:40 -0400 John W. Eaton begin refactoring parse tree evaluator
Thu, 13 Apr 2017 14:25:16 -0400 John W. Eaton eliminate some compiler warnings
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 03 Apr 2017 16:21:19 -0400 John W. Eaton local functions in classdef files (bug #41723)
Mon, 03 Apr 2017 12:50:55 -0400 John W. Eaton elminate unused global variable LEXER
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
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Fri, 27 Jan 2017 09:17:57 -0500 John W. Eaton eliminate global variable reading_startup_message_printed
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Sat, 14 Jan 2017 10:33:28 -0500 John W. Eaton avoid invalid nested function and subfunctions definitions (bug #50014)
Mon, 16 Jan 2017 15:44:21 -0500 John W. Eaton move octave_call_stack inside octave namespace
Mon, 16 Jan 2017 15:18:46 -0500 John W. Eaton maint: Merge stable to default.
Mon, 16 Jan 2017 15:15:21 -0500 Olaf Till rethrow octave::exit_exception (bug #49304) stable
Thu, 05 Jan 2017 09:44:42 -0500 John W. Eaton move octave_dynamic_loader into octave namespace
Wed, 28 Dec 2016 13:58:01 -0800 Rik Don't mark nested functions in primary function as subfunctions.