log scripts/general/num2str.m @ 27919:1891570abac8

age author description
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
Tue, 10 Dec 2019 12:19:09 -0800 Rik doc: grammarcheck scripts before 6.1 release.
Tue, 22 Jan 2019 13:45:11 -0800 Mike Miller doc: clean up doc example blocks for accuracy and consistent formatting stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 21 Jul 2018 12:49:57 -0700 Rik num2str.m: Add new BIST tests and comments explaining tests.
Fri, 13 Jul 2018 09:16:26 -0700 Rik num2str.m: Ensure Matlab compatibility for numbers greater than 1e15 (bug #36133)
Fri, 13 Jul 2018 08:54:12 -0700 Rik num2str.m: Update Matlab Compatibility BIST tests (bug #36133).
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.
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.
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Sun, 11 Sep 2016 21:08:56 -0700 Mike Miller maint: tag xtests and tests that fail on some systems with bug numbers
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Fri, 15 Jan 2016 12:46:58 -0500 John W. Eaton strip trailing whitespace from files
Wed, 13 Jan 2016 12:05:28 -0800 Rik Overhaul num2str.m and int2str.m for Matlab compatibility (bug #46770).
Mon, 28 Dec 2015 16:30:08 -0800 Rik num2str.m: Expand ND-arrays in columns for Matlab compatibility (bug #46770).
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
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