log

age author description
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Sun, 24 Jan 2016 10:11:43 -0800 Rik maint: Change unsupported warning for qrupdate LU to match common syntax.
Sat, 23 Jan 2016 17:44:57 -0800 Rik maint: Clean up compile warnings in liboctave from cset 7cac4e7458f2.
Sat, 23 Jan 2016 13:52:03 -0800 Rik maint: clean up code around calls to current_liboctave_error_handler.
Fri, 22 Jan 2016 13:45:21 -0500 John W. Eaton supress deprecated function warnings in Octave code
Fri, 22 Jan 2016 12:15:12 -0500 John W. Eaton provide replacement hints for deprecated C++ functions
Fri, 22 Jan 2016 12:12:56 -0500 John W. Eaton * NEWS: Refill text to 72 columns.
Thu, 21 Jan 2016 18:18:34 -0500 John W. Eaton * doc.m: Make test conditional on ENABLE_DOCS.
Thu, 21 Jan 2016 18:18:16 -0500 John W. Eaton store more --enable-FEATURE info in octave_config_info
Thu, 21 Jan 2016 18:12:34 -0500 John W. Eaton * glpk.m: Make tests conditional on HAVE_GLPK.
Thu, 21 Jan 2016 12:54:17 -0800 Rik maint: Eliminate useless statements after err_XXX.
Thu, 21 Jan 2016 13:03:27 -0500 John W. Eaton improve handling of --disable-docs
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Thu, 21 Jan 2016 11:24:36 -0500 John W. Eaton include errwarn.h in files that use err_disabled_feature conditionally
Wed, 20 Jan 2016 22:19:02 -0800 Rik maint: change "return octave_value ()" to "return ovl ()".
Wed, 20 Jan 2016 21:54:36 -0800 Rik maint: Eliminate 'bool success' variable where possible.
Wed, 20 Jan 2016 21:30:55 -0800 Rik doc: Periodic spellcheck of documentation.
Wed, 20 Jan 2016 21:14:47 -0800 Rik doc: Periodic grammarcheck of documentation.
Wed, 20 Jan 2016 20:57:45 -0800 Rik maint: Remove unused variables.
Wed, 20 Jan 2016 16:58:59 -0800 Rik Replace pattern if/err_XXX/else/code with if/err_XXX/ code.
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.