log

age author description
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.
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
Sat, 23 May 2015 22:11:25 -0700 Rik Don't print unecessary backtrace for GraphicsMagick warning about pixel depth.
Sat, 23 May 2015 21:46:44 -0700 Rik maint: Use cuddled parentheses when indexing dimension_vectors.
Sat, 23 May 2015 10:19:50 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sat, 23 May 2015 10:47:03 +0200 Pantxo Diribarne Let grid and autoscale buttons work when the axes is invisible (bug #44436) stable
Fri, 22 May 2015 19:12:57 -0400 Mike Miller doc: Fix griddata example to new calling convention
Thu, 21 May 2015 22:35:51 -0400 Mike Miller griddata.m: Return values instead of plotting for Matlab compatibility (bug #45125)
Thu, 21 May 2015 15:57:57 -0700 Rik Return an empty matrix, not error, from dlmread when file is empty (bug #45156). stable
Wed, 20 May 2015 10:15:20 -0600 Piotr Held doxygen: document Array::length() and similar methods (bug #45138) stable
Thu, 21 May 2015 10:22:27 -0700 Rik Add special hex/octal escape sequence processing for regexp.
Wed, 20 May 2015 17:18:41 -0700 Rik Add support for octal and hex escape sequences in single-quoted *printf arguments (bug #39774).
Wed, 20 May 2015 22:40:11 +0200 Philip Nienhuis strread.m: properly process format repeat counter, add tests stable
Tue, 19 May 2015 13:32:47 -0600 Piotr Held doxygen: improve dim_vector constructor documentation (bug #45105) stable
Wed, 20 May 2015 08:01:10 -0700 John W. Eaton Expand type() to work on command-line entered functions (bug #40462).
Tue, 19 May 2015 13:49:21 -0700 Rik Validate second option to exist () (bug #42618).
Tue, 19 May 2015 12:13:22 -0700 Rik fplot.m: Document requirement of accepting vector inputs (bug #42050). stable
Tue, 19 May 2015 20:19:45 +0200 Philip Nienhuis textread.m: properly initialize endofline if specified by user (bug #45046) stable
Mon, 18 May 2015 22:10:51 -0700 Rik Correctly parse linestyle specification for contour plots.
Mon, 18 May 2015 19:14:41 -0400 Mike Miller Update make_int example to current octave_base_value API (bug #45136) stable
Sun, 17 May 2015 13:56:00 -0700 Rik Update citation for Octave software to version 4.0.0. stable
Sun, 17 May 2015 10:04:08 -0700 Rik Change mkfifo to use an octal argument for MODE (bug #45054).
Sun, 17 May 2015 09:48:12 -0700 Rik maint: Periodic merge of stable to default.
Sun, 17 May 2015 09:45:54 -0700 Rik doc: Document that mkfifo's mode argument is in decimal (bug #45054). stable
Fri, 15 May 2015 16:51:57 -0700 Rik ginput.m: Don't hang if window is close while fcn active (bug #44897).
Mon, 04 May 2015 09:27:33 -0300 Rafael Laboissiere test.m: Show error message and shared variables section in pager (bug #45007).
Thu, 07 May 2015 22:04:10 +0200 Rik num2str.m: Correctly parse newlines in single-quoted format strings (bug #44684).
Thu, 14 May 2015 14:25:37 -0700 Rik doc: Remove extra spaces at start of docstring which show up in Info format. stable
Thu, 14 May 2015 14:52:09 -0400 John W. Eaton maint: Periodic merge of stable to default.
Thu, 14 May 2015 14:47:05 -0400 John W. Eaton only force indirect OpenGL rendering on Windows systems (bug #44916) stable
Thu, 14 May 2015 08:55:05 -0700 Rik Use strrep instead of regexprep where possible in m-files for performance.
Wed, 06 May 2015 18:06:19 +0100 Carnë Draug Add tests for indexing classdef object with empty "()" (bug #44940).