Mercurial > hg > octave-nkf
graph
-
doc: Update docstring for dbtype().Thu, 01 Nov 2012 19:59:47 -0700, by Rik
-
maint: periodic merge of default to classdef classdefThu, 01 Nov 2012 15:01:20 -0400, by Jordi Gutiérrez Hermoso
-
maint: Shorten long line to less than 80 characters in checkin d20cbfec6df7.Thu, 01 Nov 2012 11:54:08 -0700, by Rik
-
Fix off-by-1 error when executing 'dbstep N'Thu, 01 Nov 2012 11:42:21 -0700, by Rik
-
doc: Add seealso links between debug_on_XXX functions (bug #37576) stableWed, 31 Oct 2012 20:46:17 -0700, by Rik
-
Fix saved struct with function handle fails to load (bug #33857)Tue, 30 Oct 2012 22:14:05 -0700, by Max Brister
-
Don't report '-struct' as an unrecognized option to save().Tue, 30 Oct 2012 22:10:26 -0700, by Rik
-
maint: Periodic merge of stable to default.Tue, 30 Oct 2012 11:38:02 -0700, by Rik
-
legend.m: Fix segmentation fault when deleting legend where plot has already been removed (Bug #37640) stableTue, 30 Oct 2012 11:35:19 -0700, by Rik
-
doc: Workaround text overlap in pdf documentation caused by bug in Texinfo.Tue, 30 Oct 2012 10:24:34 -0700, by Rik
-
Print an error message if save() called with unrecognized option (bug #37502)Tue, 30 Oct 2012 08:16:30 -0700, by Rik
-
area.m: Add demos and redo docstring.Sun, 28 Oct 2012 21:48:02 -0700, by Rik
-
test: Add demos for bar.m and barh.mSat, 27 Oct 2012 18:53:51 -0700, by Rik
-
perms.m: make it work for string argumentsFri, 26 Oct 2012 10:46:17 -0400, by Jordi Gutiérrez Hermoso
-
Close bad file renameThu, 25 Oct 2012 17:04:25 -0400, by Jordi Gutiérrez Hermoso
-
maint: Rename unimplemented.m to __unimplemented__.m.Thu, 25 Oct 2012 17:02:26 -0400, by Juan Pablo Carbajal
-
maint: Rename unimplemented.m to __unimplemented__.m.Thu, 25 Oct 2012 12:37:02 -0700, by Juan Pablo Carbajal
-
importdata.m: Added tests and made small corrections.Wed, 24 Oct 2012 21:28:31 +0200, by Erik Kjellson
-
print_usage.m: Adding error identifiers.Tue, 23 Oct 2012 23:09:33 +0200, by Juan Pablo Carbajal (desktop)
-
unimplemented.m: Add docstring for internal function.Wed, 24 Oct 2012 10:46:06 -0700, by Rik
-
importdata.m: 3X speedup by using str2double rather than num2str.Tue, 23 Oct 2012 13:37:15 -0700, by Rik
-
Merge in Erik's changesTue, 23 Oct 2012 15:41:27 -0400, by Jordi Gutiérrez Hermoso
-
importdata.m: style fixesTue, 23 Oct 2012 15:41:09 -0400, by Jordi Gutiérrez Hermoso
-
importdata: Speeded up the import by a factor 2.Tue, 23 Oct 2012 20:39:16 +0200, by Erik Kjellson
-
Merge in Torsten's changesTue, 23 Oct 2012 10:01:34 -0400, by Jordi Gutiérrez Hermoso
-
make a floating widget behave like a normal window (bug #37190)Sat, 20 Oct 2012 17:43:35 +0200, by Torsten
-
importdata.m: properly fall back to unimplemented.m & allow spreadheet I/OSun, 21 Oct 2012 23:18:31 +0200, by Philip Nienhuis
-
unimplemented.m: add sections for/drop functions in octave-forgeSun, 21 Oct 2012 22:23:59 +0200, by Philip Nienhuis
-
fix copyright header in importdataFri, 19 Oct 2012 17:11:55 -0400, by Jordi Gutiérrez Hermoso
-
unimplemented.m: remove importdataFri, 19 Oct 2012 15:14:24 -0400, by Jordi Gutiérrez Hermoso
-
Incorporate importdata.m into Octave sourcesFri, 19 Oct 2012 15:09:45 -0400, by Jordi Gutiérrez Hermoso
-
importdata: new functionFri, 19 Oct 2012 13:56:22 -0400, by Erik Kjellson
-
maint: Periodic merge of stable to default.Fri, 19 Oct 2012 08:57:10 -0700, by Rik
-
doc: Replace 'on-line' with modern 'online' in documentation and messages. stableFri, 19 Oct 2012 08:46:06 -0700, by Rik
-
doc: Use now standard 'online' rather than 'on-line' in man page. stableFri, 19 Oct 2012 08:34:06 -0700, by Rik
-
Correct big-endian/little-endian reversal in typecast documentation. stableFri, 19 Oct 2012 08:11:39 -0700, by Rik
-
Fix backslash handling in regexp pattern (Bug #37092)Wed, 17 Oct 2012 20:13:19 -0700, by Rik
-
doc: Add documentation about new command-line options available.Wed, 17 Oct 2012 15:56:33 -0700, by Rik
-
doc: Update docstrings for enable_jit_debugging and enable_jit_compiler.Wed, 17 Oct 2012 08:57:42 -0700, by Rik
-
maint: periodic merge of stable to defaultWed, 17 Oct 2012 11:51:35 -0400, by John W. Eaton
-
Added tag rc-3-6-4-0 for changeset 2e8eb9ac43a5 stableWed, 17 Oct 2012 11:49:29 -0400, by John W. Eaton
-
doc: Update docstring form rmfield() and add another %!test.Tue, 16 Oct 2012 14:17:00 -0700, by Rik
-
unimplemented.m: Remove gco and fminsearch from list of missing functions.Tue, 16 Oct 2012 14:03:57 -0700, by Rik
-
doc: Add seealso links between uigetfile, uiputfile, uigetdir.Tue, 16 Oct 2012 12:50:13 -0700, by Rik
-
Fix loading of empty structures from .mat files (bug #37087).Tue, 16 Oct 2012 12:37:43 -0700, by Rik
-
Fix wavread to support truncated files (bug #37532)Mon, 15 Oct 2012 21:44:52 -0400, by Mike Miller
-
Fix wavwrite to accept a row vector input (bug #37540)Mon, 15 Oct 2012 21:02:42 -0400, by Mike Miller
-
Allow missing_function_hook to fail silentlyMon, 15 Oct 2012 19:07:11 -0400, by Mike Miller
-
Merge in Richard's changesMon, 15 Oct 2012 13:16:58 -0400, by Jordi Gutiérrez Hermoso
-
add ability to edit multiple files (bug #37573)Mon, 15 Oct 2012 09:44:30 +0100, by Richard Crozier
-
maint: Merge stable to default to pick up documentation fix for warning ids.Mon, 15 Oct 2012 08:50:29 -0700, by Rik
-
Document form of warning IDs is NAMESPACE:WARNING-NAME (bug #37559) stableMon, 15 Oct 2012 07:18:31 -0700, by Rik
-
maint: periodic merge of stable to defaultMon, 15 Oct 2012 08:40:01 -0400, by Jordi Gutiérrez Hermoso
-
test: Modify strsplit test suite to match new mapper function behavior (bug #37535).Sun, 14 Oct 2012 20:54:53 -0700, by Rik
-
Improve demo() to warn when an input function does not exist.Sun, 14 Oct 2012 20:18:22 -0700, by Rik
-
Add missing DisplayName and EraseMode properties to hggroups (bug #37442)Sun, 14 Oct 2012 20:15:58 -0700, by Ben Abbott
-
rgbplot.m: Tweak docstring.Sun, 14 Oct 2012 09:01:34 -0700, by Rik