log

age author description
Wed, 06 Mar 2013 11:29:44 -0800 Rik Remove temporary y.tab.c file used by configure script.
Wed, 06 Mar 2013 10:56:12 -0800 Rik Fix spacing between ylabel and y-axis (bug #38461)
Tue, 05 Mar 2013 18:01:24 -0500 John W. Eaton * input.h: Delete stray comment.
Tue, 05 Mar 2013 17:50:37 -0500 John W. Eaton move more global variables to octave_lexical_feedback class
Tue, 05 Mar 2013 17:43:00 -0500 John W. Eaton clean up input.cc and eliminate ff_instream global variable
Tue, 05 Mar 2013 14:03:36 -0800 Rik num2str.m: Clarify in docstring that leading spaces will be trimmed (bug #38463)
Tue, 05 Mar 2013 09:36:31 -0800 Rik oct-hist.cc: Stop unused function declaration warning.
Tue, 05 Mar 2013 10:19:51 -0500 John W. Eaton use class for reading lexer input
Tue, 05 Mar 2013 10:19:47 -0500 John W. Eaton reset lexical_feedback state before starting a new parse
Tue, 05 Mar 2013 10:19:38 -0500 John W. Eaton use inheritance to simplify initialization in octave_lexer constructor
Mon, 04 Mar 2013 19:04:27 -0800 Rik find-docstring-files.sh: Fix typo in comment.
Mon, 04 Mar 2013 19:00:00 -0800 Rik celldisp.m: Tweak docstring and error message.
Mon, 04 Mar 2013 16:47:22 -0500 Jordi Gutiérrez Hermoso doc: Update 'test' and "fail" documentation stable
Mon, 04 Mar 2013 12:13:29 -0800 Rik doc: Fix docstrings for edit_history, run_history to match true behavior.
Mon, 04 Mar 2013 08:51:40 -0800 Rik Allow negative numbers to be used in specifying edit_history commands.
Mon, 04 Mar 2013 09:13:32 -0500 John W. Eaton don't use new to create parser object
Sun, 03 Mar 2013 16:22:21 -0800 Rik Use proper OO-class for __rangeidx_helper().
Sun, 03 Mar 2013 15:46:53 -0500 John W. Eaton * lex.h (octave_lexer::octave_lexer): Explicity initialize token_stack.
Sun, 03 Mar 2013 11:42:52 -0800 Rik Fix 'make dist' failing for oct-parse-in.yy.
Sun, 03 Mar 2013 14:02:41 -0500 John W. Eaton handle lexer input buffering with class
Sun, 03 Mar 2013 10:07:54 -0500 John W. Eaton fix typo
Sun, 03 Mar 2013 06:52:11 -0800 Rik stemleaf.m: Use Octave coding conventions, remove unused variables.
Sat, 02 Mar 2013 18:01:47 -0500 Michael Godfrey Update stemleaf to provide new features and minor fix to printd
Sat, 02 Mar 2013 21:13:27 -0800 Rik range.tst: Correct typo min -> max in test.
Sun, 03 Mar 2013 02:34:44 +0000 Carnë Draug New function citation() to display citation information (patch #7960)
Sat, 02 Mar 2013 19:31:26 -0500 John W. Eaton eliminate global global_command variable
Sat, 02 Mar 2013 22:41:00 +0100 Torsten gui: improve shortcuts for the editor (bug #38383) and for widget navigation
Sat, 02 Mar 2013 22:31:40 +0100 Torsten gui: make sure settings are really written into the settings file
Sat, 02 Mar 2013 12:26:42 -0500 John W. Eaton check syntax used to enable bison push/pull parser
Sat, 02 Mar 2013 07:59:25 -0800 Rik pkg.m: Restore ability to use '~' in specifying prefix directories.
Sat, 02 Mar 2013 07:51:08 -0800 Rik Fix check of canonicalize_file_name output status in pkg bulding (Bug #38451)
Sat, 02 Mar 2013 08:10:56 -0500 John W. Eaton eliminate UGLY_DEFS
Sat, 02 Mar 2013 07:41:50 -0500 John W. Eaton new way to test for features in Octave scripts
Fri, 01 Mar 2013 14:06:02 -0800 Rik Fix range behavior with -0 endpoints (bug #38423)
Fri, 01 Mar 2013 12:46:56 -0800 Rik Set LC_NUMERIC to "C" locale regardless of user value. (Matlab compatibility and bug #38372)
Fri, 01 Mar 2013 07:18:18 -0500 John W. Eaton make push parser interface partially work
Fri, 01 Mar 2013 07:12:45 -0500 John W. Eaton don't attempt to print unprintable tokens
Fri, 01 Mar 2013 07:05:32 -0500 John W. Eaton * input.cc (get_user_input): Only return eof if retval is empty.
Fri, 01 Mar 2013 07:10:31 -0500 John W. Eaton move end_of_input flag from octve_parser class to octave_lexer class
Thu, 28 Feb 2013 12:07:23 -0800 Rik build: Fix unused variable warning in compiling input.cc.
Thu, 28 Feb 2013 11:12:58 -0800 Rik build: Fix sed pattern exceeding shell command line length (bug #38075)
Thu, 28 Feb 2013 12:01:29 -0500 Ben Abbott Increase gnuplot linestyle dash lengths.
Thu, 28 Feb 2013 11:41:31 -0500 Jordi Gutiérrez Hermoso maint: merge in Julien's changes
Thu, 28 Feb 2013 08:57:27 +0100 Julien Bect test/classes/classes.tst: Fix erroneous bug numbers in comments
Thu, 28 Feb 2013 11:24:38 -0500 John W. Eaton rename lexical_feedback to octave_lexer
Thu, 28 Feb 2013 10:53:27 -0500 John W. Eaton optionally use push parser interface
Thu, 28 Feb 2013 02:25:44 -0500 John W. Eaton maint: periodic merge of stable to default
Thu, 28 Feb 2013 02:04:24 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 27 Feb 2013 21:45:29 -0500 John W. Eaton * lex.ll: Change y.tab.h to oct-parse.h in comment.
Wed, 27 Feb 2013 21:43:34 -0500 John W. Eaton move some variables into the octave_parser class
Wed, 27 Feb 2013 21:23:27 -0500 John W. Eaton * input.cc (input_event_hook): Return 0.
Wed, 27 Feb 2013 20:32:42 -0500 John W. Eaton parser tweaks
Wed, 27 Feb 2013 18:52:46 -0500 John W. Eaton * lex.ll: Use C-style comments in preamble.
Wed, 27 Feb 2013 18:49:16 -0500 John W. Eaton use pure parser and reentrant lexer interfaces
Wed, 27 Feb 2013 18:21:50 -0500 John W. Eaton delete unnecessary X-> references inside class X member functions
Wed, 27 Feb 2013 17:28:12 -0500 John W. Eaton don't access lexer values directly when grabbing help text from .m files.
Wed, 27 Feb 2013 16:06:03 -0500 John W. Eaton use %option noyywrap
Wed, 27 Feb 2013 16:05:59 -0500 John W. Eaton maint: reorder functions in oct-parse.yy
Wed, 27 Feb 2013 15:58:06 -0500 Jordi Gutiérrez Hermoso maint: Merge in Jaane's changes
Wed, 27 Feb 2013 21:31:55 +0200 Janne Olavi Paanajärvi Fix mex function reloading (bug 34861).