log scripts/strings/strcat.m @ 30564:796f54d4ddbf stable

age author description
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Thu, 02 Jan 2020 15:43:01 -0500 John W. Eaton remove Author: jwe and Adapted-by: jwe lines from source files
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 25 Dec 2017 19:37:03 -0800 Rik Modify BIST tests to pass when string_fill_char is not ' '.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 15 Sep 2016 08:56:14 -0700 Mike Miller strcat: trim trailing whitespace when called with one character array (bug #49094)
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 10 May 2015 21:37:19 -0700 Rik maint: Periodic merge of stable to default.
Fri, 01 May 2015 16:21:39 +0100 Carnë Draug Allow call with empty argument list in strcat related functions (bug #44981)
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
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
Tue, 05 Nov 2013 16:13:35 -0800 Rik strcat.m: Fix bad example in docstring (bug #40486).
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 06 Sep 2013 13:25:24 -0700 Rik strcat.m: Clarify in docstring that space isn't stripped from cell string inputs.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Fri, 29 Jun 2012 17:23:19 -0400 Ben Abbott Clarify doc string for strcat.
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
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 20 Feb 2008 14:56:28 -0500 John W. Eaton detect cellstr args in strcat release-3-0-x
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 04 Nov 2010 12:18:08 -0700 Rik Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
Sat, 23 Oct 2010 03:00:31 -0400 John W. Eaton style fix: break lines before && and ||, not after
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Mon, 28 Dec 2009 10:03:24 +0100 Jaroslav Hajek further simplify strcat
Sun, 27 Dec 2009 15:18:46 +0100 Jaroslav Hajek vectorize strcat
Sat, 21 Mar 2009 15:52:41 -0700 Rik Cleanup of data types related documentation
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 04 Feb 2009 10:56:23 -0500 John W. Eaton style fixes
Sun, 11 Jan 2009 07:55:44 +0100 Jaroslav Hajek disallow invalid {}-indexed assigments
Mon, 05 Jan 2009 08:11:03 +0100 Thorsten Meyer Fix docstrings, add examples, references and tests to string functions
Wed, 24 Sep 2008 14:42:04 -0400 Ben Abbott strcat.m: Compatibility of non-char data
Thu, 22 May 2008 22:00:26 +0200 Jaroslav Hajek [mq]: cellstr
Thu, 28 Feb 2008 02:41:19 -0500 Ben Abbott strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Wed, 20 Feb 2008 14:56:22 -0500 John W. Eaton detect cellstr args in strcat
Tue, 22 Jan 2008 21:52:26 +0000 jwe [project @ 2008-01-22 21:52:25 by jwe]
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Wed, 08 Nov 2006 20:34:01 +0000 jwe [project @ 2006-11-08 20:33:51 by jwe]
Fri, 03 Nov 2006 18:28:37 +0000 jwe [project @ 2006-11-03 18:26:11 by jwe]
Tue, 10 Oct 2006 16:10:31 +0000 jwe [project @ 2006-10-10 16:10:25 by jwe]