log scripts/io/textscan.m @ 20599:66adbb6e88ad stable

age author description
Thu, 01 Oct 2015 22:33:13 +0200 Ethan Biery textread.m, textscan.m: always remove headerlines args before invoking strread (bug #46080) stable
Sun, 24 May 2015 23:06:31 +0200 Philip Nienhuis textscan.m: adapt format repeat counter when reading from file before invoking strread.m (bug #45047) stable
Sun, 24 May 2015 22:47:55 +0200 Philip Nienhuis textread.m, textscan.m: Fix handling of format repeat count (bug #45047) stable
Sun, 19 Apr 2015 17:55:33 -0700 Rik doc: Periodic grammarcheck of documentation.
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Wed, 13 Aug 2014 21:29:53 +0200 Philip Nienhuis Better checks for valid format conversion specifiers in textscan. & strread.m
Fri, 04 Jul 2014 14:53:58 +0200 Philip Nienhuis textscan.m: Avoid conjugate transpose for complex data and empty format string (bug #42528)
Tue, 13 May 2014 22:02:44 +0200 Philip Nienhuis textscan.m: properly process "emptyvalue" (bug #42343).
Tue, 11 Mar 2014 21:44:38 +0100 Sergey Plotnikov textscan.m: Fix undefined whitespace error with empty format input (bug #41824). stable
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.
Wed, 21 Aug 2013 19:53:42 -0700 Rik Use semicolon after "return" statement in core m-files.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 12 Aug 2013 17:36:54 +0200 Stefan Mahr Use ... instead of \ for line continuation marker.
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
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.