log scripts/io/strread.m @ 20038:9fc020886ae9

age author description
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Fri, 30 Jan 2015 09:06:37 +0100 Massimiliano Fasi Fix incorrect strread behavior with option "commentstyle" (bug #43972)
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 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 13 Aug 2014 21:29:53 +0200 Philip Nienhuis Better checks for valid format conversion specifiers in textscan. & strread.m
Fri, 27 Jun 2014 11:56:19 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 27 Jun 2014 11:55:48 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 25 Jun 2014 17:17:38 -0400 John W. Eaton * strread.m: Process string escapes on single quoted format (bug #42609) stable
Tue, 24 Jun 2014 22:36:47 +0200 Philip Nienhuis strread.m: drop valid delimiters from format specifier list (bug #42609) stable
Wed, 25 Jun 2014 13:45:41 -0700 Rik maint: Use "FIXME:" coding convention in m-files.
Tue, 17 Dec 2013 15:02:35 -0600 John W. Eaton avoid possible num-to-str warnings from strread.m gui-release
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
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.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Thu, 06 Jun 2013 10:06:12 +0800 Ben Abbott Substitute ostrsplit() for strsplit().
Fri, 26 Apr 2013 14:25:09 +0200 Philip Nienhuis strread.m: catch unknown format specifiers (bug #38834)
Tue, 02 Apr 2013 20:48:40 -0400 Ben Abbott Use legacy implementation for strsplit().
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Thu, 14 Mar 2013 23:49:34 +0100 Philip Nienhuis strread.m: fix division by zero when called with no output args; test added
Sun, 24 Feb 2013 07:16:22 -0800 Rik doc: Fix warnings associated with Texinfo 5.0 (bug #38392)
Fri, 28 Dec 2012 00:11:41 +0100 Philip Nienhuis strread: make warning mesage more tractable
Mon, 24 Dec 2012 18:49:37 -0500 Ben Abbott Fix assertions with "observed" and "expected" out of order.
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.
Tue, 03 Jul 2012 21:58:23 +0200 Philip Nienhuis strread.m: more robust word parsing and style improvements