log

age author description
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.
Sun, 24 May 2015 04:47:20 +0100 Carnë Draug Deprecate Array::capacity() and Sparse::capacity() for numel() and nzmax().
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Mon, 25 May 2015 16:48:47 -0700 Rik surfnorm.m: Return unnormalized vectors for Matlab compatibility.
Sun, 24 May 2015 21:09:12 -0700 Rik Remove CXX_VERSION from octave_config_info that was deprecated in 3.8.
Sun, 24 May 2015 21:07:42 -0700 Rik maint: Remove interp1q deprecated in 3.8.
Sun, 24 May 2015 20:35:13 -0700 Rik maint: Remove functions deprecated in 3.8.
Sun, 24 May 2015 20:05:25 -0700 Rik configure.ac: Bump development branch to version 4.1.0+.
Sun, 24 May 2015 23:23:29 +0200 Philip Nienhuis textread.m: fix texinfo header syntax after commit 481fa65e5cab stable
Sun, 24 May 2015 23:06:31 +0200 Philip Nienhuis textscan.m: adapt format repeat counter when reading from file before invoking strread.m (bug #45047) stable
Sun, 24 May 2015 22:47:55 +0200 Philip Nienhuis textread.m, textscan.m: Fix handling of format repeat count (bug #45047) stable