log scripts/io/textscan.m @ 15868:6251fa48d28b

age author description
Tue, 01 Jan 2013 22:02:58 +0100 Andy Register textscan.m: various whitespace & delimiter tests added
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.
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
Thu, 10 May 2012 22:18:52 -0700 Rik doc: Periodic spellcheck of documentation.
Fri, 27 Apr 2012 17:22:07 +0200 Alexander Graf Correct assignment to wrong variable f headerlines processing
Fri, 30 Mar 2012 18:44:01 +0200 Philip Nienhuis 2012-03-25 Philip Nienhuis <prnienhuis@users.sf.net>
Wed, 11 Apr 2012 22:07:00 -0400 John W. Eaton maint: miscellaneous style fixes for .m files
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Wed, 18 Jan 2012 21:15:42 -0800 Rik Replace to-be-deprecated findstr occurrences with strfind.
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, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Wed, 03 Aug 2011 19:54:37 -0400 Ben Abbott textscan: Fix multiple accesses, bug #33876.
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:11:26 -0700 Rik textread.m, textscan.m: Read entire file when format repeat count is -1
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
Sun, 15 May 2011 19:15:50 -0700 Philip Nienhuis Fix textscan/textread headerlines arg always skipping 2 lines (bug #33028) stable
Mon, 04 Apr 2011 15:33:46 -0700 Rik Grammarcheck files for 3.4.1 release.
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Tue, 18 Jan 2011 20:55:01 -0800 Rik Grammarcheck m-files before 3.4 release.
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 16:01:05 -0800 Rik Use uppercase 'A' to refer to matrix inputs in m-files.
Sun, 09 Jan 2011 12:41:21 -0800 Rik Overhaul m-script files to use common variable name between code and documentation.
Thu, 04 Nov 2010 12:18:08 -0700 Rik Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
Sat, 23 Oct 2010 13:37:36 +0800 Ben Abbott textscan.m: Add new function.