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.