log libinterp/parse-tree/oct-parse.in.yy @ 17693:efbe746f8fa8

age author description
Fri, 18 Oct 2013 21:00:33 -0400 John W. Eaton eliminate octave_comment_buffer singleton
Thu, 17 Oct 2013 12:32:28 -0400 John W. Eaton avoid memory leak in parser (bug #40231)
Mon, 14 Oct 2013 17:12:10 -0400 John W. Eaton attempt to catch possible memory leaks in parser cleanup
Mon, 14 Oct 2013 16:52:46 -0400 John W. Eaton delete unnecessary tok_type semantic value in parser classdef
Mon, 14 Oct 2013 16:49:14 -0400 John W. Eaton don't leak memory when parsing classdef objects fails classdef
Mon, 14 Oct 2013 16:15:13 -0400 Michael Goffioul * libinterp/parse-tree/oct-parse.in.yy: Mark <tok_type> non-destructible. classdef
Mon, 14 Oct 2013 15:00:12 -0400 Michael Goffioul maint: periodic merge of default to classdef classdef
Fri, 11 Oct 2013 12:28:26 -0400 John W. Eaton further reduce memory leaks from parse errors (bug #40231)
Fri, 11 Oct 2013 09:05:54 -0400 John W. Eaton clean up partially constructed parse tree objects on parse errors (bug #40231)
Thu, 10 Oct 2013 12:15:18 -0400 Axel Mathéi compatibility for power operator precedence and direction (bug #33304)
Wed, 09 Oct 2013 13:53:12 -0400 John W. Eaton avoid memory leak when parsing function files (bug #40218)
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 05 Sep 2013 10:34:09 -0700 Rik maint: Tweaks to remove compiler warnings.
Wed, 28 Aug 2013 14:46:02 -0400 John W. Eaton new function to help with debugging by parsing .m files without executing them
Sat, 24 Aug 2013 12:44:23 -0400 John W. Eaton avoid exiting Octave on parse error (bug #39862)
Fri, 23 Aug 2013 16:53:49 -0400 John W. Eaton allow parser to accept empty statements (bug #37099)
Thu, 22 Aug 2013 19:23:08 -0400 John W. Eaton disallow ~ in global and persistent declaration lists
Thu, 22 Aug 2013 14:48:09 -0400 John W. Eaton avoid reduce/reduce conflict in parser rules
Tue, 20 Aug 2013 06:42:54 -0400 John W. Eaton eliminate parse conflicts introduced by changeset 923ce8b42db2
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 13 Aug 2013 19:35:53 +0200 Stefan Mahr improve try-catch-statement to save exception to a variable (bug #33217)
Sun, 04 Aug 2013 13:08:39 -0700 Rik doc: Periodic grammarcheck of documentation.
Mon, 08 Jul 2013 12:20:04 -0400 John W. Eaton improve compatibility of parsing of matrices and cell arrays
Thu, 04 Jul 2013 10:09:58 -0400 John W. Eaton periodic merge of default to classdef classdef
Tue, 25 Jun 2013 13:59:35 -0700 Rik oct-parse-in.yy: Fix error compiling code in cset 77c8aae15908.
Tue, 25 Jun 2013 11:48:41 -0400 Juan Pablo Carbajal accept remove option for autoload
Thu, 20 Jun 2013 17:48:12 -0700 Rik doc: Update docstrings in oct-parse.in.yy.
Fri, 24 May 2013 15:41:52 -0400 Michael Goffioul Implement property accessors. classdef
Sat, 18 May 2013 22:43:10 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 18 May 2013 16:21:32 -0400 John W. Eaton recognize character string at beginning of statement (bug #38926, #38958)
Fri, 17 May 2013 23:17:25 -0400 Michael Goffioul Initial support for (classdef) packages. classdef
Sun, 12 May 2013 21:45:57 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 07 May 2013 15:29:00 -0400 John W. Eaton adjust location of eof marker for files with subfunctions but no explicit end statements
Mon, 29 Apr 2013 19:13:40 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 27 Apr 2013 21:30:55 -0400 John W. Eaton reset parser state on parse error (bug #38840)
Mon, 22 Apr 2013 16:37:53 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 06 Apr 2013 11:51:23 -0400 John W. Eaton deprecate symbol_table::varref functions
Sat, 23 Mar 2013 15:02:29 -0400 John W. Eaton recognize variables when parsing (bug #38576)
Sat, 16 Mar 2013 02:02:43 -0400 John W. Eaton don't modify symbol table scope in the parser
Thu, 14 Mar 2013 03:48:47 -0600 Max Brister oct-parse.in.yy: a{~}.b segfaults the interpreter (bug #37804)
Wed, 13 Mar 2013 03:19:35 -0400 John W. Eaton push parser/lexer interface
Wed, 13 Mar 2013 02:46:56 -0400 John W. Eaton create base class for lexer
Tue, 12 Mar 2013 00:46:47 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 12 Mar 2013 00:24:54 -0400 John W. Eaton rename curr_lexer, curr_parser, CURR_LEXER
Tue, 12 Mar 2013 00:18:28 -0400 John W. Eaton create base class for parser; use reference for curr_lexer
Mon, 11 Mar 2013 18:24:50 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 18:19:10 -0400 John W. Eaton improve validation of left hand side of assignment expressions in parser
Mon, 11 Mar 2013 17:20:34 -0400 John W. Eaton * lex.ll, oct-parse.in.yy (HERMITIAN): Rename token from QUOTE.
Mon, 11 Mar 2013 17:11:46 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 15:13:39 -0400 John W. Eaton maint: merge recent parser/lexer changes
Mon, 11 Mar 2013 15:12:33 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 15:01:32 -0400 John W. Eaton eliminate obsolete concepts of "pending local" and "forced" variables
Mon, 11 Mar 2013 14:33:12 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:32:53 -0400 John W. Eaton 9/10 commits reworking the lexer
Mon, 11 Mar 2013 14:30:39 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:29:19 -0400 John W. Eaton 5/10 commits reworking the lexer
Mon, 11 Mar 2013 14:28:38 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:28:11 -0400 John W. Eaton 4/10 commits reworking the lexer
Mon, 11 Mar 2013 14:25:38 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:18:39 -0400 John W. Eaton 2/10 commits reworking the lexer