Sun, 05 Feb 2012 15:32:24 -0800 |
Rik |
maint: periodic merge of stable to default.
|
Sat, 04 Feb 2012 22:12:50 -0800 |
Rik |
doc: Use Octave coding conventions in @example blocks of docstrings.
stable
|
Fri, 03 Feb 2012 19:16:01 -0500 |
John W. Eaton |
maint: periodic merge of stable to default
|
Thu, 02 Feb 2012 10:46:52 -0800 |
Philip Nienhuis |
strread.m: Fix missing semicolon and unnecessary "unable to parse" messages (Bug #35418).
stable
|
Wed, 18 Jan 2012 21:14:36 -0800 |
Rik |
Replace to-be-deprecated strmatch occurrences with alternate code.
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Thu, 29 Dec 2011 06:05:00 -0800 |
Rik |
doc: Final grammarcheck and spellcheck before 3.6.0 release.
stable
|
Thu, 22 Dec 2011 12:01:35 -0500 |
Philip Nienhuis |
Always separate numeric fields by whitespace too; gracefully catch too wide literals & fixed width format conversion specifiers
stable
|
Mon, 17 Oct 2011 23:41:49 -0400 |
Ben Abbott |
When single-quoted, the strread() "delimiter", "endofline", and "whitespace"
|
Tue, 20 Sep 2011 15:41:35 -0400 |
John W. Eaton |
maint: use specific endif, endfor tokens instead of simple end
|
Thu, 15 Sep 2011 12:51:10 -0400 |
John W. Eaton |
maint: untabify and remove trailing whitespace from source files
|
Tue, 09 Aug 2011 07:42:10 -0700 |
Philip Nienhuis |
strread.m: %Ns conversion format now honors user specified width (Bug #33950).
|
Sat, 06 Aug 2011 18:03:18 -0700 |
Rik |
Replace function handles with function names in cellfun calls for 15% speedup.
|
Wed, 03 Aug 2011 15:05:28 -0700 |
Philip Nienhuis |
More compatibility improvements for textscan and strread
|
Tue, 26 Jul 2011 22:24:32 -0700 |
Philip Nienhuis |
strread.m, textscan.m: More Matlab compatability
|
Sun, 24 Jul 2011 22:00:15 -0700 |
Rik |
maint: Reverse previous changeset 875c735c0929
|
Sun, 24 Jul 2011 18:04:16 -0500 |
Ben Abbott |
Limit the output of strread to the specified length.
|
Sun, 24 Jul 2011 14:15:31 -0700 |
Rik |
Various improvements to strread, textread, textscan functions
|
Fri, 22 Jul 2011 16:47:40 -0700 |
Rik |
Small touchups to textscan and strread revamp
|
Fri, 22 Jul 2011 13:05:26 -0700 |
Philip Nienhuis |
Revamp strread, textscan, textread functions for Matlab compatability
|
Tue, 22 Feb 2011 12:45:30 -0800 |
Rik |
Use single quotes around regexp patterns.
|
Thu, 20 Jan 2011 21:29:14 -0800 |
Rik |
Prevent doubled quotes around @table items in Info.
|
Thu, 20 Jan 2011 18:26:09 -0500 |
John W. Eaton |
missing semicolons in script files
|
Thu, 20 Jan 2011 17:35:29 -0500 |
John W. Eaton |
all script files: untabify and strip trailing whitespace
|
Wed, 19 Jan 2011 21:16:13 -0800 |
Rik |
Spellcheck documentation before 3.4 release.
|
Wed, 19 Jan 2011 04:10:26 -0500 |
John W. Eaton |
avoid PCRE-ism in regexp
|
Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
Sun, 09 Jan 2011 21:33:04 -0800 |
Rik |
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
|
Sun, 09 Jan 2011 12:41:21 -0800 |
Rik |
Overhaul m-script files to use common variable name between code and documentation.
|
Fri, 10 Dec 2010 19:59:25 -0500 |
Ben Abbott |
strread.m: Don't require space between format specifiers.
|