Mercurial > hg > octave-lyh
log scripts/strings/strjoin.m @ 16817:893e9cec62f1
age | author | description |
---|---|---|
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 |