log scripts/general/num2str.m @ 20521:4bb41929286b

age author description
Wed, 09 Sep 2015 18:43:52 +0200 Kai T. Ohlhus Deprecate bitmax.
Wed, 17 Jun 2015 16:52:09 +0200 Juan Pablo Carbajal num2str.m: Fixed two Matlab compatibility issues (bug #45174, bug #44864).
Thu, 07 May 2015 22:04:10 +0200 Rik num2str.m: Correctly parse newlines in single-quoted format strings (bug #44684).
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update 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.
Mon, 16 Feb 2015 16:51:45 -0800 Rik Ensure that numbers passed to integer *printf format codes are integers (bug #44245).
Thu, 12 Feb 2015 18:34:56 +0100 Kai T. Ohlhus Fix Matlab incompatibility of "ismatrix" (bug #42422).
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 20 Aug 2013 11:07:53 -0700 Rik Handle '+' format modifier in sprintf (bug #39773)
Tue, 20 Aug 2013 11:06:20 -0700 Rik Handle '+' format modifier in sprintf (bug #39773)
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Thu, 06 Jun 2013 10:06:12 +0800 Ben Abbott Substitute ostrsplit() for strsplit().
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Tue, 05 Mar 2013 14:03:36 -0800 Rik num2str.m: Clarify in docstring that leading spaces will be trimmed (bug #38463)
Wed, 05 Dec 2012 16:53:53 -0500 Jordi GutiƩrrez Hermoso num2str: Take into account inf inputs. Add tests for inf and NaN
Sun, 08 Apr 2012 19:53:06 -0700 Rik num2str.m: Redraft code for better Matlab compatibility.
Sat, 07 Apr 2012 13:10:20 -0700 Rik num2str.m: Update function to address bug #36117 and bug #36121.
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 05 Oct 2011 13:10:10 -0700 Rik Use common code idiom for checking whether a double value is an integer.
Sun, 15 May 2011 10:50:30 -0700 Rik Use common code idiom for creating cell array for indexing ND-arrays
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, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Sun, 01 Mar 2009 09:49:37 -0500 Ben Abbott num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Fri, 27 Feb 2009 12:56:31 -0500 John W. Eaton replace last call to split with strsplit
Thu, 26 Feb 2009 10:29:59 +0100 Jaroslav Hajek implement strsplit; deprecate split
Mon, 05 Jan 2009 08:11:03 +0100 Thorsten Meyer Fix docstrings, add examples, references and tests to string functions
Thu, 28 Feb 2008 02:41:19 -0500 Ben Abbott strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Tue, 22 Jan 2008 21:52:26 +0000 jwe [project @ 2008-01-22 21:52:25 by jwe]
Wed, 28 Nov 2007 02:32:42 +0000 jwe [project @ 2007-11-28 02:32:41 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, 10 Oct 2007 16:41:16 +0000 jwe [project @ 2007-10-10 16:41:16 by jwe]
Mon, 08 Oct 2007 18:23:44 +0000 jwe [project @ 2007-10-08 18:23:44 by jwe]
Fri, 20 Apr 2007 18:16:08 +0000 jwe [project @ 2007-04-20 18:16:08 by jwe]
Mon, 21 Aug 2006 16:15:20 +0000 jwe [project @ 2006-08-21 16:15:20 by jwe]
Fri, 18 Aug 2006 17:40:41 +0000 jwe [project @ 2006-08-18 17:40:41 by jwe]
Mon, 06 Mar 2006 21:26:54 +0000 jwe [project @ 2006-03-06 21:26:48 by jwe]
Thu, 08 Sep 2005 01:40:58 +0000 jwe [project @ 2005-09-08 01:40:57 by jwe]
Wed, 18 May 2005 11:43:38 +0000 jwe [project @ 2005-05-18 11:43:37 by jwe]
Tue, 26 Apr 2005 19:24:47 +0000 jwe [project @ 2005-04-26 19:24:27 by jwe]
Tue, 19 Oct 2004 23:10:55 +0000 jwe [project @ 2004-10-19 23:10:54 by jwe]
Tue, 27 Jul 2004 15:22:51 +0000 jwe [project @ 2004-07-27 15:22:50 by jwe]
Tue, 27 Jul 2004 15:18:04 +0000 jwe [project @ 2004-07-27 15:18:04 by jwe]
Fri, 23 Jul 2004 16:55:13 +0000 jwe [project @ 2004-07-23 16:55:13 by jwe]
Thu, 22 Jul 2004 19:58:06 +0000 jwe [project @ 2004-07-22 19:58:06 by jwe]
Fri, 23 Apr 2004 15:42:10 +0000 jwe [project @ 2004-04-23 15:42:10 by jwe]
Sat, 10 Jan 2004 18:16:03 +0000 jwe [project @ 2004-01-10 18:16:02 by jwe]
Sat, 11 Jan 2003 04:23:24 +0000 jwe [project @ 2003-01-11 04:23:24 by jwe]
Wed, 18 Dec 2002 20:37:32 +0000 jwe [project @ 2002-12-18 20:37:32 by jwe]
Thu, 06 Jan 2000 08:29:26 +0000 jwe [project @ 2000-01-06 08:29:11 by jwe]
Thu, 06 Jan 2000 03:14:17 +0000 jwe [project @ 2000-01-06 03:13:55 by jwe]
Fri, 19 Nov 1999 21:19:44 +0000 jwe [project @ 1999-11-19 21:19:37 by jwe]
Thu, 27 Mar 1997 16:19:58 +0000 jwe [project @ 1997-03-27 16:18:26 by jwe]
Fri, 12 Jul 1996 03:58:02 +0000 jwe [project @ 1996-07-12 03:58:02 by jwe]