log scripts/io/textscan.m @ 16768:e2de3c8882be

age author description
Tue, 18 Jun 2013 06:39:12 -0400 John W. Eaton copyright notice fixes
Fri, 22 Mar 2013 17:46:04 +0100 Philip Nienhuis textscan.m, textread.m: allow reading multi-column data files with empty format + tests (bug #38317)
Fri, 15 Mar 2013 09:54:53 +0100 Philip Nienhuis textscan.m, textread.m: fix wrong code assessing EOL char(s), remove duplicate code
Thu, 14 Mar 2013 23:38:22 +0100 Philip Nienhuis textscan.m: re-enable reading from file id, test added (bug #38517)
Thu, 14 Feb 2013 21:11:46 +0100 Philip Nienhuis textscan.m: catch wrong headerlines values, tests added
Wed, 02 Jan 2013 11:31:44 -0500 Jordi GutiƩrrez Hermoso maint: periodic merge of stable to default
Wed, 02 Jan 2013 11:26:38 -0500 Jordi GutiƩrrez Hermoso textscan.m: fix treatment of whitespace argument (bug #37961) stable
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