log src/oct-parse.yy @ 16088:b29b10fbb744 stable release-3-6-4

age author description
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Fri, 27 Jul 2012 17:10:25 -0400 John W. Eaton improvements in parsing classdef classdef
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Wed, 25 Apr 2012 14:12:12 -0600 Max Brister src/symtab.yy (ABORT_PARSE): Prevent multiple parse errors in eval (bug #35154)
Tue, 10 Apr 2012 20:42:22 -0400 Max Brister Nested function support (bug #35772)
Wed, 04 Apr 2012 20:59:57 -0600 Max Brister Allow comma at the end of an assignment list (bug #35645)
Fri, 30 Mar 2012 16:40:03 -0400 Max Brister Avoid double delete for nested functions in commandline
Wed, 28 Mar 2012 23:21:44 -0400 John W. Eaton check for function/file name mismatch when parsing class methods
Mon, 13 Feb 2012 07:42:56 -0800 Rik doc: Correct off-by-1 spacings in all .cc docstrings
Sun, 05 Feb 2012 13:53:55 -0500 John W. Eaton also save and restore symbol table context in parser (bug #35448)
Mon, 30 Jan 2012 23:42:41 -0500 John W. Eaton deprecate the static keyword
Mon, 30 Jan 2012 23:06:01 -0500 John W. Eaton improve parsing of classdef methods
Tue, 10 Jan 2012 17:35:38 -0800 Rik oct-parse.yy: Remove unused variable to stop compiler warning. stable
Mon, 09 Jan 2012 15:19:21 -0500 Jordi Gutiérrez Hermoso Merge in Carn̈́ë's changes stable
Sat, 24 Dec 2011 23:15:29 +0000 Carnë Draug oct-parse.yy: also identify Author as start of license text stable
Sun, 08 Jan 2012 15:04:45 -0800 Rik doc: Update seealso references for eval family of functions. stable
Fri, 06 Jan 2012 09:41:16 -0500 John W. Eaton use gnulib::fopen stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 21 Dec 2011 09:12:59 -0800 Rik Modernize %!tests for eval() stable
Thu, 01 Dec 2011 04:26:46 -0500 John W. Eaton plug some memory leaks
Tue, 08 Nov 2011 14:39:02 -0500 John W. Eaton eliminate warnings for changes in operator precedence made years ago
Thu, 29 Sep 2011 14:16:58 -0400 John W. Eaton use opt_sep instead of literal '\n' in parser rules for classdef
Thu, 29 Sep 2011 14:11:39 -0400 John W. Eaton accept enumeration keyword
Thu, 29 Sep 2011 03:35:58 -0400 John W. Eaton additional parfor changes
Thu, 29 Sep 2011 02:50:53 -0400 John W. Eaton parfor keyword and infrastructure, but handle parfor as normal for loop for now
Wed, 28 Sep 2011 16:45:21 -0400 John W. Eaton improve default indexing for objects
Tue, 27 Sep 2011 03:22:48 -0400 John W. Eaton fix parsing of anonymous functions inside cell array lists.
Fri, 09 Sep 2011 20:14:53 +0200 Daniel Kraft Show row/column for anonymous functions in the profiler
Tue, 30 Aug 2011 14:37:25 -0400 John W. Eaton maint: periodic merge of stable to default
Sun, 28 Aug 2011 20:30:41 -0700 Rik doc: Fix warnings and errors in Texinfo required for building docs on stable branch. stable
Tue, 23 Aug 2011 17:08:51 -0400 John W. Eaton eliminate duplication of internal variables controlling command history
Tue, 16 Aug 2011 10:03:33 -0700 Rik doc: Correct various Texinfo warnings about incorrect use of macros.
Fri, 12 Aug 2011 14:16:34 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 11 Aug 2011 02:39:31 -0500 Jordi Gutiérrez Hermoso Backed out changeset 982d59e27565
Thu, 11 Aug 2011 02:34:42 -0500 Jordi Gutiérrez Hermoso cellfun.cc (cellfun): Small optimisation for function handles to built-ins
Thu, 11 Aug 2011 01:46:06 -0500 Jordi Gutiérrez Hermoso octave-parse.yy (feval): Update docstring to refer to function handles. stable
Thu, 04 Aug 2011 10:56:31 -0400 John W. Eaton periodic merge of stable to default
Thu, 04 Aug 2011 10:39:37 -0400 John W. Eaton use gnulib:: qualifiers for more stdio functions stable
Thu, 30 Jun 2011 20:04:34 +0200 Daniel Kraft First experimental profiler implementation with flat profile.
Thu, 09 Jun 2011 13:53:34 -0400 John W. Eaton periodic merge of stable to default
Wed, 08 Jun 2011 13:20:04 -0700 Rik doc: Don't use @code macro within @deftypefn macro stable
Tue, 05 Apr 2011 11:15:50 +0200 Daniel Kraft oct-parse.yy (skip_white_space): Fix column number calculation.
Thu, 21 Apr 2011 17:41:56 -0400 John W. Eaton fix precedence level of transpose operators (bug #32533)
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Tue, 08 Feb 2011 03:22:12 -0500 John W. Eaton don't warn about coercing nested functions to subfunctions if yyparse failed
Sun, 30 Jan 2011 04:38:10 -0500 Pascal Dupuis oct-parse.yy (class stdio_stream_reader): disallow copying
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 14:33:55 -0500 John W. Eaton avoid error when parsing nested functions
Sat, 08 Jan 2011 11:53:51 +0100 David Grundberg Change mentions of "nested function" to the less misleading "subfunction"
Fri, 17 Dec 2010 22:20:54 -0800 Rik Remove seealso reference to deprecated function dispatch.
Wed, 15 Dec 2010 00:44:10 -0500 John W. Eaton don't process input_event_hook when we are parsing a function
Tue, 07 Dec 2010 12:57:55 -0500 John W. Eaton accept otherwise clause in switch statement without preceding case statements
Wed, 17 Nov 2010 02:40:43 -0500 John W. Eaton eliminate some possible memory leaks
Wed, 10 Nov 2010 16:09:07 -0500 John W. Eaton move builtin function from dispatch.cc to oct-parse.yy
Fri, 22 Oct 2010 05:31:36 -0400 John W. Eaton oct-parse.yy: fix typo in previous change
Fri, 22 Oct 2010 04:24:11 -0400 John W. Eaton oct-parse.yy (load_fcn_from_file): also strip directory when computing function name from filename
Fri, 08 Oct 2010 15:22:47 -0400 John W. Eaton Matlab compatible short-circuit behavior for & and | operators
Thu, 30 Sep 2010 09:13:37 +0200 Jaroslav Hajek replace Octave_map->octave_scalar_map in oct-parse.yy and ov-fcn-handle.cc