log scripts/strings/strsplit.m @ 20164:df437a52bcaf stable

age author description
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 19 Apr 2015 10:18:08 -0700 Rik doc: Periodic spellcheck of documentation.
Sat, 28 Mar 2015 19:37:34 -0700 Rik strsplit.m: Overhaul function and fix bug #44641.
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 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 01 Jan 2014 17:54:46 -0800 Rik doc: Fix documentation for strsplit (bug #41062). stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 10 Sep 2013 18:31:39 -0700 Rik Replace unnecessary instances of strncmp with strcmp.
Fri, 06 Sep 2013 14:08:42 -0700 Rik Replace cellfun() occurrences with faster code where possible.
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.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Tue, 18 Jun 2013 06:39:01 -0400 John W. Eaton avoid backquote in error messages, some uses in doc strings
Thu, 06 Jun 2013 11:03:22 +0800 Ben Abbott Remove the "legacy" delimiter type from strsplit().
Sat, 01 Jun 2013 00:30:20 -0400 Mike Miller fix strsplit input validation
Tue, 23 Apr 2013 20:26:07 -0400 Ben Abbott Support escaped characters in sq_strings for strsplit.m.
Tue, 23 Apr 2013 08:14:54 -0400 Ben Abbott Collect collapsed delimiters in strsplit().
Tue, 02 Apr 2013 19:36:52 -0400 Ben Abbott Improve speed and backward compatibility for strsplit()
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Sun, 14 Oct 2012 20:54:53 -0700 Rik test: Modify strsplit test suite to match new mapper function behavior (bug #37535).
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Tue, 01 Nov 2011 09:33:00 -0700 Rik strsplit.m: Use S instead of P to denote string argument (Bug #34709).
Tue, 01 Nov 2011 09:28:40 -0700 Rik strsplit.m: Use S instead of P to denote string argument (Bug #"a
Fri, 14 Oct 2011 10:15:01 -0700 Rik strsplit.m: Expand to accept 2-D character arrays. Improve input validation.
Wed, 03 Aug 2011 15:38:59 -0700 Rik strsplit.m: Allow any scalar input for strip_empty option,
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 17 Oct 2010 23:43:42 -0400 John W. Eaton fix copyright notices
Fri, 27 Feb 2009 03:31:41 -0500 John W. Eaton strsplit.m: style fixes
Fri, 27 Feb 2009 08:06:25 +0100 Jaroslav Hajek add nargin check to strsplit
Thu, 26 Feb 2009 10:29:59 +0100 Jaroslav Hajek implement strsplit; deprecate split