log scripts/io/strread.m @ 14799:21197c43f984

age author description
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.