log libinterp/parse-tree/oct-parse.in.yy @ 23576:00e518162fda

age author description
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton begin refactoring use of interpreter/evaluator in classdef objects
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Wed, 17 May 2017 14:34:05 -0400 John W. Eaton eliminate remaining do_multi_index_op methods
Tue, 09 May 2017 12:49:53 -0400 John W. Eaton maint: Use "" instead of <> for our own include files.
Mon, 08 May 2017 13:08:11 -0400 John W. Eaton prefer feval over do_multi_index_op
Thu, 04 May 2017 15:10:29 -0400 John W. Eaton use mark_global and mark_persistent consistently
Thu, 04 May 2017 15:02:46 -0400 John W. Eaton handle global and persistent in tree_decl_command, not as separate classes
Fri, 28 Apr 2017 13:52:02 -0400 John W. Eaton use builtin-defun-decls.h to ensure declarations of interpreter functions
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Fri, 21 Apr 2017 18:07:40 -0400 John W. Eaton begin refactoring parse tree evaluator
Thu, 13 Apr 2017 14:25:16 -0400 John W. Eaton eliminate some compiler warnings
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
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 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Fri, 27 Jan 2017 09:17:57 -0500 John W. Eaton eliminate global variable reading_startup_message_printed
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)
Mon, 16 Jan 2017 15:44:21 -0500 John W. Eaton move octave_call_stack inside octave namespace
Mon, 16 Jan 2017 15:18:46 -0500 John W. Eaton maint: Merge stable to default.
Mon, 16 Jan 2017 15:15:21 -0500 Olaf Till rethrow octave::exit_exception (bug #49304) stable
Thu, 05 Jan 2017 09:44:42 -0500 John W. Eaton move octave_dynamic_loader into octave namespace
Wed, 28 Dec 2016 13:58:01 -0800 Rik Don't mark nested functions in primary function as subfunctions.
Sat, 10 Dec 2016 11:36:50 -0500 John W. Eaton maint: Periodic merge of stable to default.
Sat, 10 Dec 2016 11:35:23 -0500 John W. Eaton don't require semicolon between property list elements (bug #49819) stable
Thu, 08 Dec 2016 14:50:52 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/parse-tree
Wed, 16 Nov 2016 21:03:16 -0500 John W. Eaton error if break statement is in script file separate from loop (bug #39168)
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 03 Nov 2016 08:24:10 -0700 Rik Fix regression in feval and emit an error when function does not exist (bug #49516). stable
Fri, 16 Sep 2016 09:22:33 -0700 Mike Miller Fix crash in evalc (bug #49057).
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 12:05:15 -0400 John W. Eaton doc fix
Mon, 15 Aug 2016 12:46:51 +0200 Ernst Reissner doc: improve documentation on oct-parse.in.yy(feval) (patch #9082)
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Thu, 30 Jun 2016 11:41:49 -0400 John W. Eaton use consistent style for including config.h in source files
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Sat, 11 Jun 2016 13:13:03 -0700 Rik oct-parse.in.yy: Shorten lines to < 80 characters where possible.
Thu, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Thu, 19 May 2016 22:08:42 +1000 Lachlan Andrew Fix memory bug in source() from cset 4c080cbc4ef9 (bug #47938)
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 14:58:29 -0400 John W. Eaton use namespace for system env class
Wed, 18 May 2016 15:23:05 -0400 John W. Eaton use namespace for system time classes
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Sat, 16 Apr 2016 00:02:57 +1000 Lachlan Andrew Make source() not re-parse a file if it is already loaded (bug #33411).
Wed, 06 Apr 2016 10:54:31 -0400 John W. Eaton eliminate memory leaks from classdef parse tree (bug #47372)
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
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)