log libinterp/parse-tree/oct-parse.in.yy @ 20579:52ce821a52fd

age author description
Sat, 03 Oct 2015 16:21:58 -0400 John W. Eaton eliminate simple uses of error_state in parser and lexer
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 13 Apr 2015 23:41:08 -0400 John W. Eaton handle all end token types when reporting parse errors (bug #44824)
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Fri, 20 Feb 2015 04:25:35 -0500 John W. Eaton eliminate bison warnings from oct-parse.yy
Fri, 13 Feb 2015 16:46:21 -0500 John W. Eaton style fixes for resource management
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Mon, 08 Dec 2014 12:59:47 -0500 John W. Eaton allow ranges to be disabled
Fri, 01 Aug 2014 12:10:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 01 Aug 2014 09:06:21 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Fri, 01 Aug 2014 08:09:02 -0400 John W. Eaton handle changes in bison 3.x stable
Wed, 16 Jul 2014 19:55:30 -0400 John W. Eaton eliminate some unused parameter warnings in parser functions
Sat, 01 Mar 2014 22:11:32 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 01 Mar 2014 22:10:36 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Fri, 28 Feb 2014 14:04:41 -0800 Rik doc: Improve documentation strings in parse-tree directory. stable
Sat, 22 Feb 2014 19:56:17 -0500 Michael Goffioul Allow multi-level classdef package.
Fri, 31 Jan 2014 12:02:04 -0500 Michael Goffioul Allow empty classdef or methods/properties/... blocks
Sat, 25 Jan 2014 20:04:46 -0500 Michael Goffioul Fix parsing of classdef property accessors.
Thu, 23 Jan 2014 10:38:10 -0500 Michael Goffioul Allow "end" method declaration/definition in classde files.
Sat, 18 Jan 2014 22:43:07 -0500 Michael Goffioul * oct-parse.in.yy: Suppress TAB characters.
Sat, 18 Jan 2014 15:31:21 -0500 Michael Goffioul Fix out-of-date status check for package functions.
Sun, 12 Jan 2014 15:54:44 -0500 Michael Goffioul Initial implementation for classdef methods in separate files.
Sun, 12 Jan 2014 15:54:43 -0500 Michael Goffioul Allow to parse external methods declaration in classdef files.
Fri, 13 Dec 2013 17:24:57 -0500 John W. Eaton eliminate constant folding in parser
Thu, 12 Dec 2013 00:24:02 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 11 Dec 2013 20:51:22 -0500 John W. Eaton enable do_braindead_shortcircuit_evaluation by default and deprecate gui-release
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 29 Oct 2013 16:29:46 -0400 John W. Eaton find symbols in proper scope when debugging (bug #40397)
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 23 Oct 2013 20:30:03 -0400 John W. Eaton oct-parse.in.yy: Add %expect declaration.
Mon, 14 Oct 2013 17:16:36 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 22 Oct 2013 18:43:36 -0400 John W. Eaton eliminate global LEXER variable
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.