log libinterp/parse-tree/oct-parse.in.yy @ 25517:7fbc39a46be8

age author description
Fri, 29 Jun 2018 15:35:11 +0200 Markus Mützel Add wrapper to fopen for files with non-ASCII chars in path on Windows (bug #49118).
Fri, 08 Jun 2018 18:34:26 -0400 John W. Eaton tmp-parser-namespace-fixes
Fri, 08 Jun 2018 18:27:37 -0400 John W. Eaton store reference instead of pointer to interpreter in lexer
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Tue, 22 May 2018 13:23:49 -0400 John W. Eaton move returning, breaking, and continuing flags to evaluator
Fri, 18 May 2018 19:31:24 -0400 John W. Eaton maint: Merge stable to default.
Fri, 18 May 2018 19:26:41 -0400 John W. Eaton make listing local functions for command completion work again (bug #53925) stable
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Sat, 21 Apr 2018 18:11:46 -0700 Rik Allow filenames which begin with a '.' to be returned from mfilename (bug #53707).
Tue, 06 Feb 2018 07:00:09 +0100 Olaf Till check success of loading oct-file (bug #52977) stable
Tue, 10 Apr 2018 09:54:07 -0400 John W. Eaton make .oct and .mex files in +package dirs work again (bug #51960) stable
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
Thu, 08 Feb 2018 01:08:36 -0500 John W. Eaton mark objects as nested or subfunctions when parsing
Fri, 19 Jan 2018 19:59:28 -0800 Mike Miller doc: make all Doxygen comment blocks more consistent
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 21 Dec 2017 12:34:51 -0500 John W. Eaton maint: Indent pragmas as other preprocessor directives.
Thu, 07 Dec 2017 01:31:34 -0500 John W. Eaton improve handling of invalid symbol_scope objects (bug #52607)
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
Sun, 03 Dec 2017 16:42:16 -0500 John W. Eaton give names to anonymous function scopes
Thu, 23 Nov 2017 10:45:19 -0800 Rik Recognize docstrings from subfunctions (bug #46008).
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