log

age author description
Thu, 25 Feb 2016 10:44:09 -0800 Mike Miller * padecoef.m: Delete extraneous error statement outside of function definition
Thu, 25 Feb 2016 10:40:12 -0800 Mike Miller * integrate_n_steps.m: Restore missing end quote on error message
Thu, 25 Feb 2016 09:37:06 -0800 Mike Miller maint: Clean up calls to run-octave in build system
Thu, 25 Feb 2016 11:16:12 -0500 John W. Eaton maint: Merge away extra head on default.
Thu, 25 Feb 2016 13:48:41 +0000 Carnë Draug automatic broadcasting: correctly handle dimensions of length zero (bug #47085)
Thu, 25 Feb 2016 08:16:27 -0500 John Donoghue Fix typo from changeset 8376de2eaf00 (Bug #47250)
Wed, 24 Feb 2016 21:47:10 -0800 Rik Emit error if fork called directly from command line.
Wed, 24 Feb 2016 23:17:14 -0500 John W. Eaton avoid infinite recursion in SparseCholError
Wed, 24 Feb 2016 10:48:44 -0800 Rik Print figure background from OpenGL toolkits (bug #47240).
Wed, 24 Feb 2016 13:09:31 -0500 John W. Eaton * kpse.cc: Avoid warning about static function in "header" file.
Wed, 24 Feb 2016 13:06:53 -0500 John W. Eaton * symtab.cc: Avoid shadowed variable warnings.
Wed, 24 Feb 2016 13:06:25 -0500 John W. Eaton don't add integer to string literal
Wed, 24 Feb 2016 12:21:48 -0500 John W. Eaton eliminate useless assignment in for loop
Wed, 24 Feb 2016 12:09:09 -0500 John W. Eaton eliminate unused private data member
Wed, 24 Feb 2016 12:06:15 -0500 John W. Eaton avoid warnings about implicit float to booll conversions
Wed, 24 Feb 2016 11:25:12 -0500 John W. Eaton * ft-text-renderer.cc: Use pragma to avoid old-style cast warnings.
Wed, 24 Feb 2016 11:08:45 -0500 John W. Eaton avoid warnings about overloading virtual functions from a base class
Wed, 24 Feb 2016 09:52:27 -0500 John W. Eaton eliminate deprecated register storage class specifier
Wed, 24 Feb 2016 09:49:12 -0500 John W. Eaton * caseless-str.h: Eliminate useless conversion operator.
Wed, 24 Feb 2016 08:34:59 -0800 Rik Fix callback routine for updating scatter plots (bug #47237).
Tue, 23 Feb 2016 21:58:35 -0500 John W. Eaton * toplev.h: Fix thinko in previous change.
Tue, 23 Feb 2016 17:12:01 -0800 Mike Miller * prog_cxx.m4: Fix syntax error in comment block in cset fd4ff31b3eed
Tue, 23 Feb 2016 16:48:04 -0800 Mike Miller build: Fix C++11 compliance detection to work with clang
Tue, 23 Feb 2016 16:34:23 -0800 Mike Miller Fix declaration of template friend class std::unique_ptr
Tue, 23 Feb 2016 15:08:24 -0800 Mike Miller Make OCTAVE_DEPRECATED macro compatible with older gcc
Tue, 23 Feb 2016 13:10:19 -0800 Mike Miller sparse-chol.cc: Fix minor syntax error to compile with older gcc
Tue, 23 Feb 2016 14:11:34 -0800 Rik Implement figure property "InvertHardCopy" for printing (bug #47230).
Tue, 23 Feb 2016 15:05:45 -0500 John W. Eaton use correct stack frame when reporting debug location
Mon, 22 Feb 2016 21:28:22 -0500 John W. Eaton eliminate some copy and paste code fragments in the Range class
Mon, 22 Feb 2016 08:52:36 -0800 Rik edit.m: Improve docstring.