log

age author description
Fri, 26 Feb 2016 20:35:45 -0500 John W. Eaton also disallow assignment to keywords in assignin (bug #46459)
Sat, 27 Feb 2016 15:27:52 +1100 Lachlan Andrew Allow linestyle "none" for fill and patch objects (bug #38584)
Fri, 26 Feb 2016 21:30:51 -0800 Rik graphics.in.h: Make sure XXXmode properties switch to "manual" if XXX is set.
Fri, 26 Feb 2016 20:52:38 -0500 Ben Abbott Apply {x|y}color to 2D axes when using gnuplot (bug #42947).
Fri, 26 Feb 2016 20:14:18 -0500 Ben Abbott Rely upon print.m for mono/color conversion. This simplifies gnuplot support
Fri, 26 Feb 2016 13:40:04 -0800 Rik mode.m: Allow operation over non-existent dimension (bug #33523).
Fri, 26 Feb 2016 13:13:38 -0800 Mike Miller Eliminate more extra newlines to stdout when not interactive (bug #47258)
Sat, 12 Dec 2015 16:18:57 +0100 Philip Nienhuis doc: Specify that only numeric data are allowed for delimited file I/O (bug #46248).
Fri, 26 Feb 2016 13:13:21 -0500 John W. Eaton disallow assignment to "end" in indexed assignments (bug #46459)
Fri, 26 Feb 2016 09:19:25 -0800 Rik Remove .deps and .libs directories from run-octave function path.
Fri, 26 Feb 2016 13:06:39 +0000 Carnë Draug Do not print extra newlines to stdout on exit (bug #47258).
Fri, 26 Feb 2016 16:01:22 +0100 Kai T. Ohlhus Resolve compile time issues, when octave_idx_type is long.
Fri, 26 Feb 2016 06:27:04 -0500 John D Insert F77_FUNC defines into octave-config.h (Bug #47250)
Thu, 25 Feb 2016 18:56:53 -0500 John W. Eaton remove unused file oct-openmp.h
Thu, 25 Feb 2016 18:43:08 -0500 John W. Eaton eliminate HAVE_HDF5 macros from public header files
Thu, 25 Feb 2016 17:34:14 -0500 John W. Eaton move public data type macros to octave-config.h
Thu, 25 Feb 2016 16:15:04 -0500 John W. Eaton remove HAVE_OPENGL from public header file
Thu, 25 Feb 2016 21:04:14 +0100 Torsten fix edit function related to current word in editor (bug #47255)
Thu, 25 Feb 2016 13:09:11 -0800 Rik version-rcfile: Fix missing quote typo in cset ea31a050bdd8.
Thu, 25 Feb 2016 11:25:29 -0800 Rik Execute commands in startup.m at start for compatibility with Matlab.
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.
Mon, 22 Feb 2016 08:37:15 -0800 Rik Remove further uses of CLASS field in @deftypefn macro.
Sun, 21 Feb 2016 09:08:33 -0800 Mike Miller * debug.cc (Fdbstop): Fix error in docstring from cset 4ee768b71a0e (bug #47213)
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Sun, 21 Feb 2016 07:43:16 -0800 Rik doc: Periodic grammarcheck of documentation.
Sat, 20 Feb 2016 15:26:24 -0800 Rik doc: Periodic spellcheck of documentation.
Thu, 11 Sep 2014 19:18:21 +0200 Endre Kozma Add new padecoef.m function.
Sat, 20 Feb 2016 12:08:24 -0800 Rik maint: merge stable to default.
Tue, 16 Feb 2016 23:02:31 +1100 Lachlan Andrew Fix splines and remove unnecessary calculations (bug #47013) stable
Thu, 11 Feb 2016 19:59:32 +1100 Lachlan Andrew Fix left mouse button in editor margin bug from cset 65827e9cccb8
Sun, 14 Feb 2016 13:16:05 +1100 Lachlan Andrew backout changeset e8c3590da9ff