log libinterp/parse-tree/parse.h @ 18927:09eb8a2ddb02

age author description
Wed, 16 Jul 2014 19:55:30 -0400 John W. Eaton eliminate some unused parameter warnings in parser functions
Sat, 22 Feb 2014 19:56:17 -0500 Michael Goffioul Allow multi-level classdef package.
Sun, 12 Jan 2014 15:54:43 -0500 Michael Goffioul Allow to parse external methods declaration in classdef files.
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
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.
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
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 20 Aug 2013 06:42:54 -0400 John W. Eaton eliminate parse conflicts introduced by changeset 923ce8b42db2
Tue, 13 Aug 2013 19:35:53 +0200 Stefan Mahr improve try-catch-statement to save exception to a variable (bug #33217)
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, 22 Apr 2013 16:37:53 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 19 Mar 2013 17:06:27 -0400 John W. Eaton if not interactive, bypass readline and read stdin as a file (bug #38520)
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 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
Sat, 09 Mar 2013 18:09:54 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 09 Mar 2013 18:04:51 -0500 John W. Eaton rearrange class heirarchy for tree_cell and tree_matrix
Thu, 07 Mar 2013 10:25:39 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 07 Mar 2013 10:23:02 -0500 John W. Eaton maint: fix botched merge of default to classdef classdef
Wed, 06 Mar 2013 22:56:56 -0500 John W. Eaton make global line_editing variable static in octave.cc
Wed, 06 Mar 2013 16:43:33 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 06 Mar 2013 14:36:19 -0500 John W. Eaton move more global parser and lexer variables to classes
Tue, 05 Mar 2013 10:19:51 -0500 John W. Eaton use class for reading lexer input
Sat, 02 Mar 2013 19:31:26 -0500 John W. Eaton eliminate global global_command variable
Fri, 01 Mar 2013 07:10:31 -0500 John W. Eaton move end_of_input flag from octve_parser class to octave_lexer class
Thu, 28 Feb 2013 11:24:38 -0500 John W. Eaton rename lexical_feedback to octave_lexer
Thu, 28 Feb 2013 10:53:27 -0500 John W. Eaton optionally use push parser interface
Thu, 28 Feb 2013 02:04:24 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 27 Feb 2013 21:43:34 -0500 John W. Eaton move some variables into the octave_parser class
Wed, 27 Feb 2013 18:49:16 -0500 John W. Eaton use pure parser and reentrant lexer interfaces
Wed, 27 Feb 2013 15:40:49 -0500 John W. Eaton rename yyerror to bison_error and make it a member of octave_parser class
Wed, 27 Feb 2013 13:09:33 -0500 John W. Eaton move a function and data member from lexical_feedback to octave_parser
Wed, 27 Feb 2013 13:07:38 -0500 John W. Eaton execute parser using member function of octave_parser class
Wed, 27 Feb 2013 11:14:44 -0500 John W. Eaton don't declare octave_parser member functions static
Tue, 26 Feb 2013 21:04:40 -0500 John W. Eaton move static parser helper functions to octave_parser class
Tue, 26 Feb 2013 20:10:00 -0500 John W. Eaton new class for parser state
Tue, 26 Feb 2013 12:43:15 -0500 John W. Eaton move reset_parser lexer helper function to lexical_feedback class
Tue, 26 Feb 2013 00:45:43 -0500 John W. Eaton new entry point for parser
Mon, 25 Feb 2013 21:30:51 -0500 John W. Eaton move input_line_number and current_input_column to lexical_feedback class
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/parse-tree/parse.h@80653cf3d41d