log src/oct-parse.yy @ 14172:cba1c681f1b7 stable

age author description
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
Mon, 09 Aug 2010 21:16:05 -0700 Rik oct-parse.yy: Restore parsing of help text.
Mon, 09 Aug 2010 04:46:14 -0400 John W. Eaton correctly .m files that are empty or contain only comments
Wed, 26 May 2010 12:03:45 +0200 Jaroslav Hajek fix slicing value lists with name tags (bug #29960)
Tue, 27 Apr 2010 12:07:04 -0400 John W. Eaton limit on recursion via calls to source function
Sun, 25 Apr 2010 23:18:48 +0200 David Bateman When loading a mex-file temporarily load the m-file version to get the help string (bug #29427)
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Wed, 07 Apr 2010 10:15:58 +0200 Jaroslav Hajek make feval work with overloaded handles
Thu, 25 Mar 2010 17:30:07 -0400 John W. Eaton undo recent gnulib-related changes
Wed, 24 Mar 2010 17:27:58 +0100 David Grundberg Use gnulib headers instead of C++ std headers where needed.
Wed, 24 Mar 2010 12:56:18 +0100 Jaroslav Hajek implement smart warnings about missing Matlab functionality
Sat, 20 Mar 2010 11:01:04 -0400 John W. Eaton oct-parse.yy, lex.ll: use symbols via gnulib namespace
Mon, 15 Mar 2010 15:57:23 -0400 John W. Eaton use gnulib namespace
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 03 Feb 2010 03:07:06 -0500 John W. Eaton use gnulib getcwd module