log scripts/testfun/rundemos.m @ 20162:2645f9ef8c88 stable

age author description
Sun, 03 May 2015 17:00:11 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 26 Feb 2015 13:13:40 -0500 John W. Eaton maint: Cleanup some .m files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 18 Aug 2014 09:09:18 -0700 Rik doc: Update documentation for assert, rundemos, runtests.
Thu, 05 Dec 2013 15:00:45 -0500 Jordi GutiƩrrez Hermoso maint: Dummy merge with gui-release, ignoring all recent backout merges
Thu, 05 Dec 2013 11:36:10 -0800 Rik maint: backout cset ff05d5b70411 on gui-release branch. gui-release
Wed, 04 Dec 2013 08:23:42 -0800 Rik Rename function dir_in_path to dir_in_loadpath.
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.
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.
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()
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Wed, 18 Jan 2012 21:15:42 -0800 Rik Replace to-be-deprecated findstr occurrences with strfind.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 21 Dec 2011 18:58:27 -0500 Ben Abbott Add try-catch block to rundemos. stable
Sat, 03 Sep 2011 14:57:12 -0400 John W. Eaton codepsprint: tests for testfun functions
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
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, 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
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 26 Feb 2009 10:29:59 +0100 Jaroslav Hajek implement strsplit; deprecate split
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Mon, 09 Feb 2009 01:56:06 -0500 John W. Eaton test/fntests.m, scripts/test/demo.m: error on fopen failures
Mon, 20 Oct 2008 16:19:23 +0100 David Bateman Pause between tests for rundemos
Thu, 16 Oct 2008 13:43:49 -0400 John W. Eaton make rundemos with no arguments work
Thu, 16 Oct 2008 13:41:17 -0400 John W. Eaton mark new rundemos function as command
Thu, 16 Oct 2008 13:28:43 -0400 John W. Eaton imported patch rundemos