log

age author description
Wed, 08 Aug 2012 20:51:24 -0700 Ed Meyer use the default ARPACK convergence tolerance (bug #34461)
Wed, 03 Apr 2013 00:10:56 -0400 Daniel J Sebald remove _terminal pointer from main_window, it is contained by other Qt object
Tue, 02 Apr 2013 20:48:40 -0400 Ben Abbott Use legacy implementation for strsplit().
Tue, 02 Apr 2013 19:36:52 -0400 Ben Abbott Improve speed and backward compatibility for strsplit()
Tue, 02 Apr 2013 19:43:52 +0200 Torsten gui: always show file names in file dock widget
Tue, 02 Apr 2013 19:32:24 +0200 Torsten * default-qt-settings: remove editor font and size settings
Mon, 01 Apr 2013 22:19:35 -0400 Ben Abbott Add strjoin to strings.txi
Mon, 01 Apr 2013 21:19:23 +0200 Torsten gui: call external editor when opening a file and custom editor is selected
Sun, 31 Mar 2013 23:08:17 -0700 Rik write_index.m: Adjust indentation that was incorrect.
Sun, 31 Mar 2013 23:54:46 -0400 John W. Eaton make command window text black on white background for Windows systems
Sun, 31 Mar 2013 23:49:50 -0400 John W. Eaton remove special sigint handling for Windows systems
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Sun, 31 Mar 2013 23:56:11 +0200 Torsten gui: individually configurable styles of the editor lexers
Sun, 31 Mar 2013 14:45:28 -0400 Ben Abbott * NEWS: include strjoin() in list of new functions for Octave 3.8.
Sun, 31 Mar 2013 10:36:56 -0400 Ben Abbott New function strjoin.m
Sat, 30 Mar 2013 10:57:15 -0400 John W. Eaton allow command-line edit function to use GUI editor
Sat, 30 Mar 2013 10:56:15 +0100 Carlo de Falco simplify test for bug #38236
Fri, 29 Mar 2013 22:52:41 -0400 John W. Eaton allow continue and quit debug buttons to work
Fri, 29 Mar 2013 22:00:57 -0400 John W. Eaton make "dbstep out" and "dbstep" after "dbstep in" work properly
Fri, 29 Mar 2013 22:37:01 -0400 John W. Eaton also provide a hook for exiting debugger
Fri, 29 Mar 2013 12:14:52 -0700 Rik doc: Update texinfo @detailmenu to include Java chapter.
Fri, 29 Mar 2013 12:07:17 -0700 Rik doc: Add new allowed Java words to spellcheck dictionary.
Fri, 29 Mar 2013 12:05:45 -0700 Rik doc: Improve documentation for Java chapter and java functions.
Fri, 29 Mar 2013 12:21:12 -0400 John W. Eaton * main-window.cc: Include <QDesktopWidget>
Fri, 29 Mar 2013 11:11:09 +0100 Philip Nienhuis doc: removed unneeded Matlab references in java.texi
Thu, 28 Mar 2013 17:01:43 +0100 Torsten gui: add shortcut for goto line action in the editor and center the target line
Thu, 28 Mar 2013 14:56:19 +0100 Torsten gui: prevent a second breakpoint marker when adding a breakpoint in the editor
Thu, 28 Mar 2013 12:02:30 +0100 Torsten gui: recenter the line in the editor where the debugger stopped
Thu, 28 Mar 2013 03:20:25 -0400 John W. Eaton callbacks to set markers in editor using command line dbstop function
Thu, 28 Mar 2013 02:52:18 -0400 John W. Eaton move hook_function constructor to .cc file
Thu, 28 Mar 2013 02:49:07 -0400 John W. Eaton * hook-fcn.h: Commit file omitted from previous changeset.
Wed, 27 Mar 2013 23:42:21 -0400 John W. Eaton improve naming of debug pointer update callbacks and signals
Wed, 27 Mar 2013 20:29:06 -0400 John W. Eaton allow gui to force readline to return from its idle/read loop
Wed, 27 Mar 2013 18:37:42 -0400 John W. Eaton move hook_function classes to separate file
Wed, 27 Mar 2013 18:35:52 -0400 John W. Eaton don't delete terminal widget, it's managed by terminal_dock_widget
Wed, 27 Mar 2013 19:52:26 +0100 Torsten gui: provide defaults for all values read from the settings file
Wed, 27 Mar 2013 16:12:35 -0400 John W. Eaton use class for lists of input hook functions
Wed, 27 Mar 2013 12:59:12 -0400 John W. Eaton open editor tab and insert marker for debugging with gui
Wed, 27 Mar 2013 00:45:49 -0400 John W. Eaton * contributors.in: Include John Donoghue in the list.
Wed, 27 Mar 2013 00:44:04 -0400 John Donoghue editor goto line menu item (bug #38590)
Tue, 26 Mar 2013 13:52:03 -0400 John W. Eaton provide hook function for dbstop events
Tue, 26 Mar 2013 13:26:34 -0400 John W. Eaton allow initial args to be passed to input hook functions
Tue, 26 Mar 2013 13:18:05 -0400 John W. Eaton return hook function ids
Tue, 26 Mar 2013 09:48:18 -0700 Rik configure.ac: Fix Java version detection on NixOS (bug #38593)
Tue, 26 Mar 2013 10:43:42 -0400 Axel Mathéi min Matlab compatibility issue (bug #33530)
Tue, 26 Mar 2013 09:50:20 -0400 John W. Eaton maint: merging omitted commit message
Mon, 25 Mar 2013 18:54:11 -0400 John W. Eaton set breakpoint on if command list, not if command itself
Mon, 25 Mar 2013 18:54:11 -0400 John W. Eaton /home/jwe/foo.cl
Mon, 25 Mar 2013 14:32:49 -0700 Rik hot.m: Make colormap compatible with Matlab (bug #36473).
Sun, 24 Mar 2013 13:22:06 -0400 John W. Eaton use secondary prompt when reading block comments
Sun, 24 Mar 2013 13:01:17 -0400 John W. Eaton properly recognize nested block comments
Sat, 23 Mar 2013 16:58:39 -0400 John W. Eaton recognize block comment begin while processing line comments (bug #38559)
Sat, 23 Mar 2013 15:55:45 -0400 John W. Eaton new test for command syntax
Sat, 23 Mar 2013 15:29:15 -0400 John W. Eaton and foo NUMBER as command syntax (bug #38565)
Sat, 23 Mar 2013 15:02:29 -0400 John W. Eaton recognize variables when parsing (bug #38576)
Sat, 23 Mar 2013 00:09:25 +0100 Philip Nienhuis doc: java.texi: dropped OF package specific text
Fri, 22 Mar 2013 10:43:00 -0700 Rik maint: update gnulib for upstream fix for bug #38424
Fri, 22 Mar 2013 17:46:04 +0100 Philip Nienhuis textscan.m, textread.m: allow reading multi-column data files with empty format + tests (bug #38317)
Thu, 21 Mar 2013 21:38:36 -0700 Rik doc: Update docstring for view.m
Thu, 21 Mar 2013 21:24:40 -0700 Rik build: Disallow packaging distribution unless Java is present (bug #38532)
Thu, 21 Mar 2013 16:30:00 -0400 John W. Eaton track line and column info directly in call stack (bug #38556)
Thu, 21 Mar 2013 07:45:04 -0700 Rik hsv.m: Make colormap compatible with Matlab (bug #36473).
Thu, 21 Mar 2013 07:42:59 -0700 Rik copper.m: Make colormap compatible with Matlab (bug #36473).
Thu, 21 Mar 2013 02:31:09 -0400 John W. Eaton scroll to bottom of history list directly
Thu, 21 Mar 2013 02:28:48 -0400 John W. Eaton use direct callbacks instead to handle history and workspace list updates
Thu, 21 Mar 2013 02:14:19 -0400 John W. Eaton provide pre- and post-input hook functions
Thu, 21 Mar 2013 02:07:59 -0400 John W. Eaton use function handle for fltk input event hook function
Thu, 21 Mar 2013 02:04:12 -0400 John W. Eaton allow add_input_event_hook to accept function handles
Wed, 20 Mar 2013 14:10:48 -0700 Rik doc: Replace \" with " in deprecated java m-files copied from C++ sources.
Wed, 20 Mar 2013 14:06:42 -0700 Rik NEWS: Update list of Java functions added for release 3.8.
Wed, 20 Mar 2013 13:39:48 -0700 Rik voronoin.m: Update documentation about which options are passed to QHull.
Wed, 20 Mar 2013 12:26:05 -0700 Rik __voronoi__.cc: Change QHull arguments for 4D inputs to match Matlab.
Wed, 20 Mar 2013 11:43:19 -0700 Rik Remove extra line printed at end of dbtype (off-by-1 error).
Wed, 20 Mar 2013 10:47:21 -0700 Rik build: remove GUI built translation files with distclean target.
Wed, 20 Mar 2013 08:59:04 -0700 Rik Stop compilation warning about signal function declared virtual.
Tue, 19 Mar 2013 20:51:27 -0400 John W. Eaton allow exponent in output to always have 3 digits
Tue, 19 Mar 2013 16:00:09 -0700 Rik fplot.m: Overhaul code to use modern coding practices.
Tue, 19 Mar 2013 18:03:23 -0400 John W. Eaton don't swallow statements that follow comment lines (bug #38549)
Tue, 19 Mar 2013 17:28:53 -0400 John W. Eaton "\n" is the new empty string (bug #38552)
Tue, 19 Mar 2013 17:06:27 -0400 John W. Eaton if not interactive, bypass readline and read stdin as a file (bug #38520)
Tue, 19 Mar 2013 17:06:22 -0400 John W. Eaton handle foo @... as command syntax
Tue, 19 Mar 2013 13:54:10 -0700 Rik text.m: Fix null label if string is "default" (bug #36156)
Sun, 17 Mar 2013 05:12:56 -0400 John W. Eaton conditionally define HAVE_FFTW and HAVE_ZLIB in config.h
Sun, 17 Mar 2013 05:01:00 -0400 John W. Eaton build top-level directory after scripts and src directories
Sun, 17 Mar 2013 04:58:33 -0400 John W. Eaton move AH_BOTTOM output to separate header file
Sat, 16 Mar 2013 16:44:24 -0400 Mike Miller build: allow make dist in libgui without Qt (bug #38518)
Sat, 16 Mar 2013 16:19:03 -0400 Mike Miller build: include GUI translation source files in the distribution tarball
Sat, 16 Mar 2013 16:19:00 -0400 Mike Miller build: generate GUI language files in the build directory
Sat, 16 Mar 2013 15:54:58 -0400 Mike Miller build: Call Qt tools using make variables
Sat, 16 Mar 2013 04:43:30 -0400 John W. Eaton also accept "." as possibly beginning a command
Sat, 16 Mar 2013 09:22:11 +0100 Torsten * configure.ac: look for lrelease and lrelease-qt4/-qt5
Sat, 16 Mar 2013 03:58:07 -0400 John W. Eaton provide int64 extractors for octave_value class
Sat, 16 Mar 2013 03:41:21 -0400 John W. Eaton include test file in distribution tarball
Sat, 16 Mar 2013 02:26:42 -0400 John W. Eaton distribute parser header files omitted in changeset faaf60aa457c
Sat, 16 Mar 2013 02:02:43 -0400 John W. Eaton don't modify symbol table scope in the parser
Fri, 15 Mar 2013 14:52:02 -0400 John W. Eaton maint: merge away extra head on default
Fri, 15 Mar 2013 14:37:32 -0400 John W. Eaton check for correct SuiteSparse functions if --enable-64
Fri, 15 Mar 2013 04:23:25 -0400 John W. Eaton * toplev.cc: Include sys/select.h.
Fri, 15 Mar 2013 04:23:02 -0400 John W. Eaton * symbfact.cc (Fsymbfact): Use CHOLMOD_NAME to access allocate_sparse and free_sparse functions.
Fri, 15 Mar 2013 04:17:30 -0400 John W. Eaton * ax_blas_f77_func.m4: Correct expression to generate 2^32.
Fri, 15 Mar 2013 04:14:09 -0400 John W. Eaton use intptr_t instead of long
Fri, 15 Mar 2013 07:07:08 -0400 John W. Eaton use int64_t for idx type if --enable-64
Fri, 15 Mar 2013 10:21:06 -0700 Rik Accept only case-sensitive keywords 'default', 'factory', 'remove' for graphics properties.
Fri, 15 Mar 2013 09:54:53 +0100 Philip Nienhuis textscan.m, textread.m: fix wrong code assessing EOL char(s), remove duplicate code
Thu, 14 Mar 2013 23:53:56 -0400 John W. Eaton * __xzip__.m: Use parens around anonymous function expression that spans multiple lines.
Thu, 14 Mar 2013 22:23:24 -0400 John W. Eaton allow newline to terminate anonymous function definition
Thu, 14 Mar 2013 22:23:24 -0400 John W. Eaton avoid trouble if pclose is a macro
Thu, 14 Mar 2013 22:23:23 -0400 John W. Eaton avoid shadowed variable warning from GCC
Thu, 14 Mar 2013 23:49:34 +0100 Philip Nienhuis strread.m: fix division by zero when called with no output args; test added
Thu, 14 Mar 2013 23:38:22 +0100 Philip Nienhuis textscan.m: re-enable reading from file id, test added (bug #38517)
Thu, 14 Mar 2013 14:47:29 -0700 Rik pkg.m: Fix str-to-num warnings (bug #37785)
Thu, 14 Mar 2013 10:25:23 -0700 Rik Fix saving names >31 characters to -v6 format (bug #34676)
Thu, 14 Mar 2013 03:48:47 -0600 Max Brister oct-parse.in.yy: a{~}.b segfaults the interpreter (bug #37804)
Wed, 13 Mar 2013 16:05:07 -0400 John W. Eaton * ov-float.cc (SCALAR_MAPPER): Use gnulib::floorf.
Wed, 13 Mar 2013 15:45:05 -0400 John W. Eaton eliminate some variable might be clobbered by 'longjmp' or 'vfork' warnings
Wed, 13 Mar 2013 15:40:03 -0400 John W. Eaton eliminate some unused variables
Wed, 13 Mar 2013 14:33:14 -0400 John W. Eaton use separate automake convenience library for bison and flex generated files
Wed, 13 Mar 2013 11:22:31 -0700 Rik configure.ac: Use quotes around $octave_cv_lib_qscintilla in the case variable is undefined.
Wed, 13 Mar 2013 09:08:10 -0700 Rik configure.ac: Unconditionally define AMCOND_HAVE_QSCINTILLA.
Wed, 13 Mar 2013 08:28:16 -0700 Rik Convert logical class to Java Boolean class when passing args to Java functions.
Wed, 13 Mar 2013 03:19:35 -0400 John W. Eaton push parser/lexer interface
Wed, 13 Mar 2013 02:46:56 -0400 John W. Eaton create base class for lexer
Wed, 13 Mar 2013 02:25:50 -0400 John W. Eaton delete unused obsolete code
Tue, 12 Mar 2013 19:03:07 -0700 Rik build: Use AMCOND to build GUI editor if Qscintilla available.
Tue, 12 Mar 2013 14:53:34 -0700 Rik build: Add more #ifdefs to build GUI when Qscintilla is not present.
Tue, 12 Mar 2013 00:46:47 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 12 Mar 2013 00:24:54 -0400 John W. Eaton rename curr_lexer, curr_parser, CURR_LEXER
Tue, 12 Mar 2013 00:18:28 -0400 John W. Eaton create base class for parser; use reference for curr_lexer
Mon, 11 Mar 2013 18:24:50 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 18:19:10 -0400 John W. Eaton improve validation of left hand side of assignment expressions in parser
Mon, 11 Mar 2013 17:20:34 -0400 John W. Eaton * lex.ll, oct-parse.in.yy (HERMITIAN): Rename token from QUOTE.
Mon, 11 Mar 2013 17:17:48 -0400 John W. Eaton delete unused class and unused functions
Mon, 11 Mar 2013 17:11:46 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 17:10:36 -0400 John W. Eaton adjust line and column info when inserting new text in lexer input stream
Mon, 11 Mar 2013 15:36:46 -0400 John W. Eaton avoid eat_continuation in classdef branch classdef
Mon, 11 Mar 2013 15:13:39 -0400 John W. Eaton maint: merge recent parser/lexer changes
Mon, 11 Mar 2013 15:12:33 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 15:01:32 -0400 John W. Eaton eliminate obsolete concepts of "pending local" and "forced" variables
Mon, 11 Mar 2013 14:40:45 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:40:29 -0400 John W. Eaton 10/10 commits reworking the lexer
Mon, 11 Mar 2013 14:33:12 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:32:53 -0400 John W. Eaton 9/10 commits reworking the lexer
Mon, 11 Mar 2013 14:32:35 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:32:15 -0400 John W. Eaton 8/10 commits reworking the lexer
Mon, 11 Mar 2013 14:31:56 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:31:48 -0400 John W. Eaton 7/10 commits reworking the lexer
Mon, 11 Mar 2013 14:31:19 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:30:57 -0400 John W. Eaton 6/10 commits reworking the lexer
Mon, 11 Mar 2013 14:30:39 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:29:19 -0400 John W. Eaton 5/10 commits reworking the lexer
Mon, 11 Mar 2013 14:28:38 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:28:11 -0400 John W. Eaton 4/10 commits reworking the lexer
Mon, 11 Mar 2013 14:27:26 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:26:29 -0400 John W. Eaton 3/10 commits reworking the lexer
Mon, 11 Mar 2013 14:25:38 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:18:39 -0400 John W. Eaton 2/10 commits reworking the lexer
Mon, 11 Mar 2013 14:17:44 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:14:41 -0400 John W. Eaton 1/10 commits reworking the lexer
Mon, 11 Mar 2013 14:12:58 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 14:08:50 -0400 John W. Eaton store more info in token value class
Mon, 11 Mar 2013 14:04:05 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 09 Mar 2013 21:44:14 -0500 John W. Eaton partial cleanup of continuation handling in lexer
Mon, 11 Mar 2013 14:03:02 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sun, 10 Mar 2013 00:37:06 -0500 John W. Eaton undo previous change to add optional semicolon non-terminal in the parser
Mon, 11 Mar 2013 13:59:37 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 11 Mar 2013 11:39:58 -0700 Rik oct-parse.in.yy: Remove unused variable causing compilation warning.
Mon, 11 Mar 2013 11:13:49 -0700 Rik doc: Mention octave_config_info ("features") as new way of looking for HAVE_XXX targets.
Mon, 11 Mar 2013 11:07:39 -0700 Rik doc: Clarify how indentation defines %!test blocks.
Mon, 11 Mar 2013 10:49:44 -0700 Rik build: Add creation of Doxygen docs to build system
Mon, 11 Mar 2013 09:03:56 -0700 Rik build: Add __have_feature__.m script to list of Octave sources.
Sun, 10 Mar 2013 20:31:16 +0100 Torsten gui: remove binary language files from repo and generate them during build
Sun, 10 Mar 2013 09:11:44 -0700 Rik maint: Remove commented out lines from history fix in changeset 2a81ce01c383.
Sat, 09 Mar 2013 19:43:58 -0800 Rik Fix history() so that it shows all commands when called with no arguments.
Sun, 10 Mar 2013 02:39:06 +0000 Carnë Draug maint: remove repeated entry from contributors list
Sat, 09 Mar 2013 20:50:20 -0500 Jordi Gutiérrez Hermoso maint: update gnulib
Sat, 09 Mar 2013 18:09:54 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 09 Mar 2013 18:04:55 -0500 John W. Eaton new opt_semi non-terminal for parser; use opt_comma in cell_or_matrix_row
Sat, 09 Mar 2013 18:04:51 -0500 John W. Eaton rearrange class heirarchy for tree_cell and tree_matrix
Sat, 09 Mar 2013 17:54:40 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 09 Mar 2013 18:42:43 +0000 Carnë Draug maint: git is no longer a dependency
Sat, 09 Mar 2013 17:57:13 +0100 Torsten gui: include new language file nl_NL into installation
Sat, 09 Mar 2013 01:12:53 +0100 Sander Added Dutch language support for GUI
Sat, 09 Mar 2013 14:14:25 +0100 Torsten gui: removed setlocale LC_ALL before starting the interpreter
Sat, 09 Mar 2013 02:02:22 -0500 John W. Eaton put all tokens in the token cache
Sat, 09 Mar 2013 01:20:23 -0500 John W. Eaton use a queue to hold tokens in the lexer
Sat, 09 Mar 2013 00:02:58 -0500 John W. Eaton use functions instead of token return macros in lexer
Fri, 08 Mar 2013 17:13:54 -0500 John W. Eaton revamp most comment handling
Fri, 08 Mar 2013 16:57:28 -0500 John W. Eaton avoid deprecated function
Fri, 08 Mar 2013 15:58:56 -0500 Jordi Gutiérrez Hermoso Fix bad #endif in 28be9be86240
Fri, 08 Mar 2013 13:16:09 -0500 Jordi Gutiérrez Hermoso better diagnostic when reading compressed fields in mat files (bug #38488)
Fri, 08 Mar 2013 10:46:13 -0500 John W. Eaton use stack for tracking lexer start states
Thu, 07 Mar 2013 16:35:12 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Thu, 07 Mar 2013 16:32:46 -0500 Jordi Gutiérrez Hermoso Doxyfile: miscellaneous tweaks stable
Thu, 07 Mar 2013 12:51:02 -0800 Rik unique.m: Avoid recursion in checking input arguments.
Thu, 07 Mar 2013 14:51:51 -0500 Jordi Gutiérrez Hermoso Update Doxyfile to dev branch
Thu, 07 Mar 2013 14:44:56 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Thu, 07 Mar 2013 14:44:11 -0500 Jordi Gutiérrez Hermoso Doxyfile: new file for generating Doxygen output stable
Sun, 03 Mar 2013 19:59:26 +0100 Julien Bect unique.m: Correctly check invalid options (bug #38460)
Thu, 07 Mar 2013 13:08:59 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Thu, 07 Mar 2013 10:02:13 -0800 Rik test: Remove trailing spaces from ends of lines in test/ directory.
Thu, 07 Mar 2013 00:51:35 -0500 Michael Godfrey put save functions text after save command stable
Thu, 07 Mar 2013 09:26:17 -0800 Rik test: Use Octave coding standards for scripts in test/ directory.
Thu, 07 Mar 2013 10:25:39 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 07 Mar 2013 10:23:02 -0500 John W. Eaton maint: fix botched merge of default to classdef classdef
Wed, 06 Mar 2013 22:56:56 -0500 John W. Eaton make global line_editing variable static in octave.cc
Wed, 06 Mar 2013 20:20:35 -0500 John W. Eaton move global promptflag variable to octave_reader class
Wed, 06 Mar 2013 19:45:53 -0500 John W. Eaton eliminate stdin_is_tty global variable
Wed, 06 Mar 2013 19:39:48 -0500 John W. Eaton move current_input_line to lexical_feedback class
Wed, 06 Mar 2013 15:10:22 -0800 Rik Add new verticalalignment option 'cap' for OpenGL plotting.
Wed, 06 Mar 2013 16:43:33 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 06 Mar 2013 12:14:11 -0800 Rik Set default xlabel "verticalalignment" to "top".
Wed, 06 Mar 2013 14:36:19 -0500 John W. Eaton move more global parser and lexer variables to classes
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