log

age author description
Wed, 20 Jan 2016 16:10:23 -0800 Rik dasrt.cc: Replace "< 1" with "== 0" in conditional for uniformity.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Wed, 20 Jan 2016 15:45:58 -0800 Rik maint: Periodic merge of stable to default.
Wed, 20 Jan 2016 06:56:52 -0800 Rik svds.m: Modify BIST test for sigma=0 to reliably pass. stable
Wed, 20 Jan 2016 17:53:19 -0500 John W. Eaton include errwarn.h in all files that use gripe_disabled_feature
Tue, 19 Jan 2016 19:00:31 -0800 Rik oct-stream.cc: Add FIXME note about bug #46493.
Tue, 19 Jan 2016 15:58:08 -0800 Rik ov-complex.cc: Incorporate gripe_complex_index into calling fcn.
Tue, 19 Jan 2016 15:43:18 -0800 Rik Rename errwarn_singular_matrix to warn_singular_matrix.
Tue, 19 Jan 2016 15:08:59 -0800 Rik lo-array-errwarn.h: Don't export string constants unnecessarily.
Tue, 19 Jan 2016 14:09:56 -0800 Rik Use err_square_matrix_required more widely.
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Tue, 19 Jan 2016 14:38:35 -0500 John W. Eaton use names beginning with '.' for stamp files.
Tue, 19 Jan 2016 13:49:18 -0500 John W. Eaton Added tag rc-4-0-1-3 for changeset a58d5e6df908 stable
Tue, 19 Jan 2016 13:49:07 -0500 John W. Eaton Added tag rc-4-0-1-2 for changeset 0cfcc178432b stable
Tue, 19 Jan 2016 13:46:20 -0500 John W. Eaton maint: Bump version number for 4.0.1-rc3. stable rc-4-0-1-3
Mon, 18 Jan 2016 20:05:39 -0500 John W. Eaton maint: Bump version number for 4.0.1-rc2. stable rc-4-0-1-2
Tue, 19 Jan 2016 08:43:03 -0800 Rik Don't set 3rd argument to err_disabled_feature within core Octave.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Mon, 18 Jan 2016 19:23:56 -0800 Rik Deprecate gripe_XXX functions.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Mon, 18 Jan 2016 10:00:56 -0800 Rik For optimization scripts, correctly choose tolerance (eps) based on class of fun and X0.
Wed, 16 Dec 2015 12:09:59 +1100 Lachlan Andrew Fix assigning to trailing singletons for structs and cell (bug #39789, bug #35841)
Tue, 15 Dec 2015 21:30:25 +1100 Lachlan Andrew Fix clearing breakpoints in @class files with dbstatus (bug #41190).
Sun, 17 Jan 2016 17:20:23 +0100 Andreas Weber maint: Use gripe_disabled_feature in audiodevinfo and audioread
Sat, 16 Jan 2016 12:58:18 +1100 Lachlan Andrew Update documentation of "exist" to warn of buggy .oct files (bug #36067).
Sun, 17 Jan 2016 07:37:49 -0800 Lachlan Andrew Fix segfault with dbstatus (bug #44195)
Sun, 17 Jan 2016 07:22:55 -0800 Rik build: Document Automake failure to 'include scripts/@ftp/module.mk'.
Sun, 17 Jan 2016 06:38:08 -0800 Rik maint: Use "FIXME:" more places in code base.
Fri, 15 Jan 2016 15:11:56 -0500 John W. Eaton use correct value extractor functions in glpk
Fri, 15 Jan 2016 15:13:28 -0500 John W. Eaton don't use setjmp/longjmp to handle error in glpk