Thu, 04 Apr 2013 13:20:43 -0400 |
John W. Eaton |
use signal for setting, appending to, and clearing history widget
|
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.
|
Tue, 05 Mar 2013 09:36:31 -0800 |
Rik |
oct-hist.cc: Stop unused function declaration warning.
|
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.
|
Tue, 12 Feb 2013 07:43:59 -0800 |
Rik |
doc: Update history() docstring.
|
Mon, 11 Feb 2013 21:39:04 -0800 |
Rik |
Fix off-by-1 error in history list when running 'edit_history'.
|
Sat, 09 Feb 2013 07:14:39 -0800 |
Rik |
Change default history size to 1000.
|
Fri, 08 Feb 2013 17:37:14 -0800 |
Rik |
Fix off-by-1 error in run_history when called with no arguments.
|
Thu, 07 Feb 2013 17:21:10 -0800 |
Rik |
Plug memory leak in edit_history.
|
Wed, 30 Jan 2013 17:02:21 -0300 |
Júlio Hoffimann |
Check if history edition was successful, abort operation on failure.
|
Thu, 20 Dec 2012 14:54:12 -0500 |
John W. Eaton |
allow history commands to take numeric arguments
|
Wed, 19 Dec 2012 10:47:11 -0500 |
Jordi Gutiérrez Hermoso |
Fix argument passing to history() command
|
Tue, 18 Dec 2012 14:29:15 -0500 |
Jordi Gutiérrez Hermoso |
Return history as a cell string when called with an output argument (bug #37947)
|
Mon, 01 Oct 2012 18:30:44 -0400 |
John W. Eaton |
maint: periodic merge of stable to default
base
src/oct-hist.cc@74292d6d0d45
|
Wed, 22 Aug 2012 17:36:54 -0400 |
John W. Eaton |
use std::numeric_limits for integer max and min values
|
Sat, 18 Aug 2012 16:23:39 -0400 |
John W. Eaton |
split libinterp from src
base
src/interpfcn/oct-hist.cc@5c28446ff898
|