log scripts/strings/strjoin.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
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, 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.
Wed, 21 Aug 2013 16:42:13 -0700 Rik Use explicit form of end (endif, endfor, etc.) in core m-files.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Sun, 23 Jun 2013 15:22:27 +0800 Ben Abbott Add missing semicolon to strjoin (missed in 7a97ff5ef42e).
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Sun, 23 Jun 2013 09:05:05 +0800 Ben Abbott strjoin() should return an empty [0x0] string for an empty input.
Tue, 18 Jun 2013 06:39:12 -0400 John W. Eaton copyright notice fixes
Sun, 16 Jun 2013 12:07:19 +0200 Stefan Mahr strjoin.m: delimiter can include escape sequences (matlab compatibility)
Tue, 04 Jun 2013 19:40:13 +0200 Stefan Mahr * strjoin.m: improve speed of joining long strings
Sun, 31 Mar 2013 10:36:56 -0400 Ben Abbott New function strjoin.m