log

age author description
Sat, 13 Jun 2015 14:07:28 +0200 Pantxo Diribarne Don't run wizard in --no-gui mode (see http://octave.1599824.n4.nabble.com/Octave-wants-to-run-startup-configuration-wizard-in-no-gui-mode-tp4670884.html) stable
Wed, 10 Jun 2015 15:21:24 -0700 Rik Update root, figure, and axes graphics object properties.
Wed, 10 Jun 2015 09:26:14 -0400 Mike Miller Fix load/save of integers with -hdf5 (bug #45225) stable
Wed, 10 Jun 2015 08:42:11 -0400 Mike Miller io.tst: Add tests for printf hex or octal conversion on string inputs stable
Tue, 09 Jun 2015 21:42:10 -0700 Michele Zaffalon ellipke.m: Modify to accept row vectors (bug #45283). stable
Tue, 09 Jun 2015 21:38:46 -0700 Rik Put most used conversions first in Java box/unbox routines.
Tue, 09 Jun 2015 16:37:53 -0700 Rik maint: Periodic merge of stable to default.
Tue, 09 Jun 2015 16:25:45 -0700 John W. Eaton Return correct hex value for printf when used with string inputs (bug #45263). stable
Tue, 09 Jun 2015 16:16:44 -0700 Rik run.m: Return to original directory on Windows (bug #45231). stable
Tue, 09 Jun 2015 16:10:59 -0700 Rik Convert double Octave vectors to double Java vectors (bug #45264). stable
Sat, 06 Jun 2015 08:26:21 -0700 Rik ginput.m: Stop feval error when ginput called multiple times (bug #45261).
Fri, 05 Jun 2015 15:51:04 -0400 John W. Eaton improve compatibility of indexed assignment (bug #43813)
Wed, 03 Jun 2015 14:16:43 -0700 Rik configure.ac: Let autoconf Fortran macro choose FFLAGS.
Tue, 02 Jun 2015 00:12:30 +0200 Pantxo Diribarne Also load settings and translations in --no-gui mode (bugs #44222 and #45199) stable
Tue, 02 Jun 2015 19:42:07 +0200 Pantxo Diribarne Avoid crash when trying to annotate an empty figure (bug #45241) stable
Tue, 02 Jun 2015 19:24:44 +0200 Pantxo Diribarne Allow interactive annotations in other figures than the currentfigure. stable
Tue, 02 Jun 2015 00:03:45 +0200 Pantxo Diribarne Allow copying a figure to clipboard even in --no-gui mode (bug #44886) stable
Mon, 01 Jun 2015 22:04:52 +0200 Pantxo Diribarne Allow saving/copying other figures than the currentfigure (bug #45226) stable
Mon, 25 May 2015 20:04:45 +0200 Philip Nienhuis fullfile.m: allow UNC (\srv\share) paths on Windows systems (bug #44682).
Sun, 31 May 2015 13:45:16 +0100 Carnë Draug Doxyfile.in: set INCLUDE_PATH required for doxygen macro expansion (bug #45152)
Sat, 30 May 2015 20:06:27 -0400 Mike Miller test: Add tests for 'echo' and 'completion_matches' builtins
Sat, 30 May 2015 15:46:04 -0400 Mike Miller linsolve.m: Fix regression when calling linsolve with 2 arguments (bug #45212) stable
Thu, 28 May 2015 22:16:24 -0400 Mike Miller fftshift.m, ifftshift.m: Restore support for N-dimensional arrays (bug #45207) stable
Sat, 30 May 2015 13:50:14 +0100 Carnë Draug doc: doxygen documentation for dim_vector header.
Sat, 30 May 2015 05:39:47 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sat, 23 May 2015 10:35:40 -0400 John W. Eaton Version 4.0.0 released. stable release-4-0-0
Wed, 27 May 2015 16:12:18 -0400 John W. Eaton Added tag release-4-0-0 for changeset 3ccc2d02e64b
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Mon, 25 May 2015 22:02:15 -0700 Rik Use in-place operators in C++ code where possible.