log scripts/io/textread.m @ 20626:5fc798a9b32c

age author description
Fri, 09 Oct 2015 19:28:05 -0700 Rik maint: Periodic merge of stable to default.
Thu, 01 Oct 2015 22:33:13 +0200 Ethan Biery textread.m, textscan.m: always remove headerlines args before invoking strread (bug #46080) stable
Sat, 30 May 2015 05:39:47 -0400 John W. Eaton maint: Periodic merge of stable to default.
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Sun, 24 May 2015 23:23:29 +0200 Philip Nienhuis textread.m: fix texinfo header syntax after commit 481fa65e5cab stable
Sun, 24 May 2015 22:47:55 +0200 Philip Nienhuis textread.m, textscan.m: Fix handling of format repeat count (bug #45047) stable
Tue, 19 May 2015 20:19:45 +0200 Philip Nienhuis textread.m: properly initialize endofline if specified by user (bug #45046) stable
Sun, 03 May 2015 15:36:23 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. 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.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
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, 25 Jun 2014 13:45:41 -0700 Rik maint: Use "FIXME:" coding convention in m-files.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank 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.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
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 Feb 2013 21:09:45 +0100 Philip Nienhuis textread.m, textscan.m: catch wrong headerlines values, tests added
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Thu, 10 May 2012 22:18:52 -0700 Rik doc: Periodic spellcheck of documentation.
Fri, 30 Mar 2012 18:44:01 +0200 Philip Nienhuis 2012-03-25 Philip Nienhuis <prnienhuis@users.sf.net>
Sun, 04 Mar 2012 22:52:41 +0100 Carlo de Falco fix bug in input validation for textread
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.
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