Wed, 23 Oct 2013 22:09:27 -0400 |
John W. Eaton |
maint: Update copyright notices for release.
|
Wed, 28 Aug 2013 08:33:02 -0700 |
Rik |
maint: End m-files with 1 blank line.
|
Wed, 28 Aug 2013 08:27:38 -0700 |
Rik |
Use '##' for comments which stand alone on a line.
|
Mon, 19 Aug 2013 20:46:38 -0700 |
Rik |
doc: Add new @qcode macro for code samples which are quoted.
|
Tue, 09 Jul 2013 14:04:05 -0700 |
Rik |
maint: Use parentheses around condition for switch(),while(),if() statements.
|
Thu, 06 Jun 2013 10:06:12 +0800 |
Ben Abbott |
Substitute ostrsplit() for strsplit().
|
Fri, 26 Apr 2013 14:25:09 +0200 |
Philip Nienhuis |
strread.m: catch unknown format specifiers (bug #38834)
|
Tue, 02 Apr 2013 20:48:40 -0400 |
Ben Abbott |
Use legacy implementation for strsplit().
|
Sun, 31 Mar 2013 19:19:04 -0400 |
Ben Abbott |
Matlab compatibility for strsplit()
|
Thu, 14 Mar 2013 23:49:34 +0100 |
Philip Nienhuis |
strread.m: fix division by zero when called with no output args; test added
|
Sun, 24 Feb 2013 07:16:22 -0800 |
Rik |
doc: Fix warnings associated with Texinfo 5.0 (bug #38392)
|
Fri, 28 Dec 2012 00:11:41 +0100 |
Philip Nienhuis |
strread: make warning mesage more tractable
|
Mon, 24 Dec 2012 18:49:37 -0500 |
Ben Abbott |
Fix assertions with "observed" and "expected" out of order.
|
Thu, 30 Aug 2012 20:52:40 +0200 |
Philip Nienhuis |
bug #37023 (wrong reading of lines starting and/or ending with whitespace)
|
Tue, 17 Jul 2012 07:08:39 -0700 |
Rik |
maint: Use Octave coding conventions for cuddling parentheses in scripts directory
|
Mon, 09 Jul 2012 10:34:43 -0700 |
Rik |
doc: Periodic grammarcheck of documentation.
|
Tue, 03 Jul 2012 21:58:23 +0200 |
Philip Nienhuis |
strread.m: more robust word parsing and style improvements
|
Mon, 25 Jun 2012 22:25:56 +0200 |
Philip Nienhuis |
strread.m: catch unsupported ML format specifiers (bug #36464)
|
Fri, 22 Jun 2012 20:01:35 +0200 |
Philip Nienhuis |
textscan, strread: improved ML compatibility (bug 36398)
|
Fri, 22 Jun 2012 19:09:30 +0200 |
Philip Nienhuis |
Better Matlab compatibility of textscan, bugs #36356 and #36392
|
Fri, 27 Apr 2012 17:22:07 +0200 |
Alexander Graf |
Correct assignment to wrong variable f headerlines processing
|
Sun, 25 Mar 2012 16:04:10 -0700 |
Philip Nienhuis |
strread.m: Trap empty string input (bug #35999)
|
Wed, 15 Feb 2012 13:31:31 -0800 |
Rik |
doc: Periodic grammar check of documentation.
|
Mon, 13 Feb 2012 07:29:44 -0800 |
Rik |
Use Octave coding conventions in all m-file %!test blocks
|
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.
|
Sat, 23 Oct 2010 03:33:25 -0400 |
John W. Eaton |
docstring fixes
|
Sat, 23 Oct 2010 02:29:35 -0400 |
John W. Eaton |
document textscan and textread
|
Thu, 21 Oct 2010 23:38:15 +0800 |
Ben Abbott |
strread.m: Improve compatibility with Matlab.
|
Wed, 20 Oct 2010 20:49:17 -0400 |
John W. Eaton |
style fixes for some .m files
|
Sun, 17 Oct 2010 23:43:42 -0400 |
John W. Eaton |
fix copyright notices
|
Sun, 01 Aug 2010 20:22:17 -0700 |
Rik |
Grammarcheck more of the documentation.
|