log libinterp/parse-tree/oct-parse.in.yy @ 24283:81557c74be7f

age author description
Sun, 19 Nov 2017 16:01:05 -0500 John W. Eaton improve error message for invalid anonymous functions
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
Wed, 08 Nov 2017 16:30:07 -0500 John W. Eaton clean up change merged from stable
Wed, 08 Nov 2017 16:32:48 -0500 John W. Eaton Fix syntax error introduced in previous merge.
Wed, 08 Nov 2017 16:17:30 -0500 John W. Eaton maint: Merge stable to default.
Wed, 08 Nov 2017 15:58:53 -0500 John W. Eaton tag global and persistent symbols as variables when parsing (bug #52363) stable
Wed, 30 Aug 2017 10:47:15 -0700 Piotr Held fix memory leak when raising errors inside cdef_class::make_meta_class
Wed, 20 Sep 2017 15:34:33 -0700 Piotr Held make local functions and method names unique for parser (Bug #52075)
Thu, 21 Sep 2017 11:15:43 -0400 John W. Eaton install local functions after classdef parse is complete (bug #52080)
Mon, 18 Sep 2017 12:49:54 -0400 John W. Eaton give script scopes names
Fri, 15 Sep 2017 14:03:33 -0400 John W. Eaton avoid memory leak when parsing function and classdef files
Thu, 14 Sep 2017 10:36:37 -0400 John W. Eaton install nested local functions only once (bug #51993)
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)