log scripts/testfun/runtests.m @ 18070:ff05d5b70411

age author description
Tue, 03 Dec 2013 15:59:56 -0800 Rik Deprecate find_dir_in_path in favor of dir_in_path.
Tue, 03 Dec 2013 10:45:20 -0800 Rik Simplify directory testing code for rundemos, runtests.
Tue, 03 Dec 2013 09:35:54 -0800 Rik Accept a bare directory name for rundemos and runtests.
Tue, 03 Dec 2013 09:04:09 -0800 Rik runtests.m: Also runtests for files that only contain %!xtest (bug #40780)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sun, 22 Sep 2013 09:27:56 -0700 Rik rundemos.m: Use regexp, instead of strfind, to report whether a file has_demos.
Sun, 22 Sep 2013 08:15:59 -0700 Rik runtests.m, rundemos.m: Use readdir, rather than dir, for ~700X speed-up.
Sun, 22 Sep 2013 08:00:00 -0700 Rik runtests.m: Also look for DEFUNX macro in .cc files to indicate function.
Sat, 21 Sep 2013 08:30:34 -0400 Mike Miller rundemos.m, runtests.m: Include class directories in path (bug #40053)
Sat, 21 Sep 2013 07:33:49 -0400 Mike Miller rundemos.m, runtests.m: Operate on .cc files (bug #40052)
Fri, 02 Aug 2013 09:01:55 -0700 Rik Allow relative directory name for rundemos/runtests.
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()
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 15 May 2011 07:39:01 -0700 Rik runtests.m, rundemos.m: Remove final filesep() character from directory name
Sat, 14 May 2011 21:17:20 -0700 Rik doc: Improve a few docstrings related to test functions and directories. stable
Tue, 22 Feb 2011 12:45:30 -0800 Rik Use single quotes around regexp patterns.
Sat, 19 Feb 2011 18:21:58 -0800 Rik Use PCRE regular expressions throughout Octave.
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
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.
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.
Sun, 26 Sep 2010 12:55:38 -0700 Rik Remove requirement for PCRE in Octave. (Bug #31025)
Sun, 16 May 2010 22:26:54 -0700 Rik Print name of function in error() string messages.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Wed, 07 Apr 2010 16:23:54 -0400 John W. Eaton scripts/testfun/runtests.m: new function