log libinterp/parse-tree/oct-parse.in.yy @ 22327:d0562b3159c7

age author description
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)
Fri, 26 Feb 2016 13:13:21 -0500 John W. Eaton disallow assignment to "end" in indexed assignments (bug #46459)
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Thu, 18 Feb 2016 11:19:47 -0500 John W. Eaton eliminate unused << and >> operators from Octave scripting language
Tue, 19 Jan 2016 12:31:06 +1100 Lachlan Andrew Handle interrupt thrown by dbquit (bug #46931)
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Fri, 15 Jan 2016 09:19:46 -0800 Oliver Heimlich Add new function evalc to core.
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 07:02:41 -0800 Rik maint: Use "FIXME:" consistently in code base.
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:28:27 -0500 John W. Eaton handle lexical errors as parser errors (bug #46877)
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, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Thu, 31 Dec 2015 17:06:36 -0500 John W. Eaton rework method of disabling warnings from GCC
Thu, 31 Dec 2015 13:39:25 -0800 Rik maint: Use comparison operators rather than compare() for strings.
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Mon, 14 Dec 2015 14:22:57 -0800 Rik doc: Remove class of function from docstring from generated C++ files.
Mon, 07 Dec 2015 13:26:03 -0500 John W. Eaton eliminate unnecessary uses of nargin
Thu, 03 Dec 2015 15:07:01 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Fri, 27 Nov 2015 11:14:46 -0500 John W. Eaton handle exceptions when discarding error messages (bug #46534)
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Fri, 23 Oct 2015 16:55:23 -0400 John W. Eaton defer stack trace until back at top level
Fri, 09 Oct 2015 15:17:08 -0400 John W. Eaton eliminate remaining uses of error_state in parse-tree files
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Sun, 04 Oct 2015 08:01:12 -0700 Rik Fix compilation error introduced in 52ce821a52fd.
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.