log scripts/strings/validatestring.m @ 20737:2d9ec16fa960

age author description
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).
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 01 Sep 2014 11:46:46 -0700 Rik doc: Move validatestrings into function chapter of manual.
Fri, 28 Feb 2014 19:24:10 +0100 Eugenio Gianniti validatestring.m: Change error message to follow Octave guidelines (bug #41484).
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 10 Sep 2013 18:31:39 -0700 Rik Replace unnecessary instances of strncmp with strcmp.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
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, 21 Dec 2011 19:46:57 -0800 Rik doc: Various docstring improvements before 3.6.0 release. stable
Sun, 16 Oct 2011 13:18:41 -0700 Rik doc: Use @{ macro for curly brace in validatestring Texinfo docstring
Sat, 15 Oct 2011 19:05:00 -0700 Rik validatestring.m: Overhaul code for Matlab compatability and performance.
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
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
Thu, 27 Mar 2008 15:14:10 -0400 bill nargoutchk.m, validatestring.m, addtodate.m: new functions