log libinterp/parse-tree/parse.h @ 26376:00f796120a6d stable

age author description
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Fri, 08 Jun 2018 18:27:37 -0400 John W. Eaton store reference instead of pointer to interpreter in lexer
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
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
Thu, 21 Sep 2017 11:15:43 -0400 John W. Eaton install local functions after classdef parse is complete (bug #52080)
Fri, 07 Jul 2017 18:43:32 -0400 John W. Eaton move comment_list and comment_elt classes to octave namespace
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
Wed, 21 Jun 2017 14:23:47 -0400 John W. Eaton refactor bison rules for parsing functions
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
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
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
Wed, 17 May 2017 14:34:05 -0400 John W. Eaton eliminate remaining do_multi_index_op methods
Mon, 08 May 2017 13:08:11 -0400 John W. Eaton prefer feval over do_multi_index_op
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 03 Apr 2017 16:21:19 -0400 John W. Eaton local functions in classdef files (bug #41723)
Mon, 03 Apr 2017 12:50:55 -0400 John W. Eaton elminate unused global variable LEXER
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Fri, 27 Jan 2017 09:17:57 -0500 John W. Eaton eliminate global variable reading_startup_message_printed
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Sat, 14 Jan 2017 10:33:28 -0500 John W. Eaton avoid invalid nested function and subfunctions definitions (bug #50014)
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sat, 13 Aug 2016 16:19:19 -0700 Mike Miller * parse.h (eval_string): Fix typo of "nargout" in parameter list.
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Tue, 08 Mar 2016 12:14:15 -0500 John W. Eaton Backed out changeset 74a676d5ce09
Tue, 08 Mar 2016 06:19:57 -0500 John W. Eaton use safe_source_file for PKG_ADD and PKG_DEL files (bug #47346)
Fri, 26 Feb 2016 20:35:45 -0500 John W. Eaton also disallow assignment to keywords in assignin (bug #46459)
Fri, 26 Feb 2016 13:13:21 -0500 John W. Eaton disallow assignment to "end" in indexed assignments (bug #46459)
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Thu, 14 Jan 2016 16:40:12 -0500 John W. Eaton additional reworking of error handling in the parser (bug #46877)
Thu, 14 Jan 2016 14:00:32 -0500 John W. Eaton overhaul parser error handling for end token mismatch
Thu, 14 Jan 2016 06:20:28 -0500 John W. Eaton allow location info to be passed to octave_base_parser::bison_error
Thu, 14 Jan 2016 05:35:36 -0500 John W. Eaton store parser state in base class; use it in push and pull parsers
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
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