log scripts/testfun/assert.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, 09 Apr 2015 13:54:07 -0400 John W. Eaton fail if single argument to assert is empty. (bug #44793)
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, 18 Aug 2014 09:09:18 -0700 Rik doc: Update documentation for assert, rundemos, runtests.
Fri, 07 Mar 2014 13:02:43 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 06 Mar 2014 14:25:25 -0500 John W. Eaton assert.m: allow assertions for function handles stable
Wed, 05 Mar 2014 00:34:44 -0500 John W. Eaton prevent interrupt from causing assert to fail (bug #41756) stable
Sun, 02 Mar 2014 12:56:11 -0800 Rik Deprecate nfields and replace with numfields.
Fri, 24 Jan 2014 10:14:57 -0800 Rik assert.m: Fix regression and accept more than 3 arguments for certain cases (bug #41332). stable
Tue, 12 Nov 2013 15:11:17 -0800 Rik assert.m: Modify 4 failing %!error tests to accept 3 digit exponents for MinGW.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 18 Oct 2013 14:25:29 -0700 Rik Backout cset 1d41b1910531 now that problem with real/image for sparse fixed.
Fri, 18 Oct 2013 09:01:57 -0700 Rik assert.m: Fix segfault when both inputs are complex, sparse matrices.
Mon, 23 Sep 2013 14:00:58 -0700 Rik assert.m: Replace repmat call with const*ones(...) for ~23% speed-up
Mon, 23 Sep 2013 13:43:23 -0700 Rik assert.m: Speed up function by ~16% by not pre-calculating warning message.
Wed, 21 Aug 2013 20:41:05 -0700 Rik Use Octave coding convention of 1 space after '%!' test prefix.
Wed, 21 Aug 2013 16:42:13 -0700 Rik Use explicit form of end (endif, endfor, etc.) in core m-files.
Thu, 15 Aug 2013 12:27:37 -0700 Rik assert.m: Added many more %!tests for function. Fixed multiple bugs discovered.
Wed, 14 Aug 2013 16:45:50 -0500 Daniel J Sebald assert.m: Fix recursive calls.
Wed, 14 Aug 2013 12:05:51 -0700 Rik assert.m: Fix typo stopping comparison of imaginary non-infinite values.
Wed, 14 Aug 2013 11:42:35 -0700 Rik assert.m: Add vector checking for relative errors.
Mon, 12 Aug 2013 15:44:40 -0500 Daniel J Sebald Allow vector/matrix tolerance and improve error messages for assert.m script
Sun, 04 Aug 2013 13:08:39 -0700 Rik doc: Periodic grammarcheck of documentation.
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
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
Mon, 19 Dec 2011 10:28:40 -0800 Rik assert.m: Update documentation string, add %!tests for cell arrays. stable
Mon, 12 Dec 2011 21:01:27 -0800 Rik doc: Grammarcheck documentation ahead of 3.6.0 release. stable
Mon, 25 Jul 2011 10:32:01 -0700 Rik assert.m: Correctly compare empty structures. stable
Mon, 25 Apr 2011 09:24:33 -0700 Rik doc: miscellaneous touch-ups to documentation strings stable
Thu, 20 Nov 2008 08:39:44 +0100 Brian Gough spelling corrections release-3-0-x
Mon, 21 Apr 2008 03:03:40 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 09 Apr 2008 12:40:54 -0400 David Bateman Don't allow the use of lists in assert.m release-3-0-x
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Tue, 18 Jan 2011 20:55:01 -0800 Rik Grammarcheck m-files before 3.4 release.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
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
Fri, 20 Nov 2009 08:18:41 +0100 Jaroslav Hajek make isnumeric yield false on logicals
Thu, 23 Jul 2009 10:19:26 +0200 Thorsten Meyer Fix string comparison bug in assert.m
Wed, 22 Jul 2009 15:04:22 +0200 Jaroslav Hajek relax assert for exact matches
Sun, 07 Jun 2009 21:01:32 +0200 Thorsten Meyer fix texinfo bug
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Tue, 17 Mar 2009 12:38:46 +0100 Jaroslav Hajek have zero tolerance force numeric assert
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 20 Jan 2009 06:58:44 -0500 John W. Eaton assert.m: use isfield instead of struct_contains
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Tue, 13 Jan 2009 11:56:00 -0500 John W. Eaton comment style fixes
Mon, 17 Nov 2008 11:38:39 +0100 Brian Gough spelling corrections
Wed, 08 Oct 2008 20:00:25 +0200 Jaroslav Hajek replace all TODOs and XXXs with FIXMEs
Fri, 09 May 2008 14:25:46 +0200 David Bateman Compatibility fix for assert
Wed, 09 Apr 2008 12:40:06 -0400 David Bateman Don't allow the use of lists in assert.m
Thu, 28 Feb 2008 02:41:19 -0500 Ben Abbott strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Fri, 09 Nov 2007 19:35:52 +0000 jwe [project @ 2007-11-09 19:34:17 by jwe]
Mon, 15 Oct 2007 08:22:54 +0000 dbateman [project @ 2007-10-15 08:22:54 by dbateman]
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]