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).
Thu, 14 May 2015 08:00:53 -0700 John W. Eaton Return copy of class object when using null indexing (bug #44940).
Thu, 14 May 2015 04:02:45 -0400 John W. Eaton allow keywords as structure fields again (bug #45092) stable
Wed, 13 May 2015 13:15:31 -0600 Piotr Held external.txi: Fix example case for dim_vector (bug #45100). stable
Wed, 13 May 2015 22:00:56 +0200 Torsten make action shortcuts available in floating widgets (bug #45078) stable
Wed, 13 May 2015 20:51:41 +0200 Tatsuro Matsuoka ja_JP.ts: Update japanese translation (patch #8642) stable
Wed, 13 May 2015 14:17:08 -0400 John W. Eaton don't crash if structure field is keyword (bug #45092) stable
Tue, 12 May 2015 10:05:02 -0700 Rik doc: Remove typo of same word twice in a row. stable
Tue, 12 May 2015 08:46:53 -0700 Rik regexptranslate.m: Fix 'escape' option list of special chars (bug #45084). stable
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Tue, 12 May 2015 08:46:53 -0700 Rik regexptranslate.m: Fix 'escape' option list of special chars (bug #45084).
Tue, 12 May 2015 08:01:42 -0700 Rik normest.m: Fix function to run with sparse complex inputs (bug #45080). stable
Mon, 11 May 2015 22:13:08 -0700 Rik doc: Clean up several deftypefn entries of Command type. stable
Mon, 11 May 2015 22:08:26 -0700 Rik intro.txi: Improve documentation in introductory chapter. stable
Sun, 10 May 2015 21:37:19 -0700 Rik maint: Periodic merge of stable to default.
Sun, 10 May 2015 21:35:59 -0700 Rik doc: Rewrite guidelines for crafting docstrings. stable
Sun, 10 May 2015 16:07:41 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sat, 09 May 2015 22:50:09 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 07 May 2015 17:16:36 -0400 John Donoghue Default uicontextmenu visible to 'off' (Bug #44939) stable
Wed, 06 May 2015 20:52:16 +0100 Carnë Draug imformats.m: rewrite pretty print of format table.
Wed, 04 Feb 2015 22:49:04 +0100 Hartmut Gimpel imformats.m: implement pretty print when nargout is zero (bug #44119)
Wed, 06 May 2015 14:51:30 -0400 John W. Eaton use indirect rendering for OpenGL graphics (bug #44916) stable
Wed, 06 May 2015 18:19:44 +0100 Carnë Draug cstrcat.m: fix concatenation of strings (bug introduced in cset 196871335aa8)
Fri, 01 May 2015 16:21:39 +0100 Carnë Draug Allow call with empty argument list in strcat related functions (bug #44981)
Mon, 04 May 2015 21:50:57 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 17:00:11 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 22:52:07 +0100 Carnë Draug psi: add support to compute the polygamma function (kth-derivative).
Sun, 03 May 2015 15:36:23 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 12:58:42 -0700 Rik gmap40.m: Deprecate function. stable
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 03:16:13 +0100 Carnë Draug maint: move NEWS from 45565ecec019 from the release 4.0 to 4.2.
Sun, 03 May 2015 02:59:28 +0100 Carnë Draug psi: refactor to reduce code duplication.
Sun, 15 Mar 2015 06:30:09 +0000 Carnë Draug psi: add support for complex numbers.
Sun, 15 Mar 2015 03:31:16 +0000 Carnë Draug New function psi to compute the digamma function.
Fri, 01 May 2015 21:39:09 -0700 Rik Check for a modern version of sndfile in configure scripts (bug #44976). stable
Fri, 01 May 2015 13:37:26 -0700 Rik Don't run Java BIST tests if HAVA_JAVA is false. stable
Fri, 01 May 2015 13:14:23 -0700 Rik acinclude.m4: Use simpler AC_PREPROC_IFELSE test for checking SETPLACEHOLDERTEXT.
Fri, 01 May 2015 13:11:51 -0700 Orion Poplawski Allow Qt GUI to compile on ARM CPU architectures (bug #44970). stable
Fri, 01 May 2015 09:32:12 -0700 Rik acinclude.m4: Use simpler AC_PREPROC_IFELSE test for checking Qscintilla version.
Fri, 01 May 2015 08:29:52 -0700 Rik Fix loading of ASCII files with NA values in final column (bug #44967). stable
Fri, 01 May 2015 08:56:48 +0200 Torsten fix checking copy shortcut in terminal when no setting available (bug #44968) stable
Fri, 01 May 2015 08:56:48 +0200 Torsten fix checking copy shortcut in terminal when no setting available (bug #44968)
Wed, 29 Apr 2015 17:09:24 -0700 Rik close.m: Silently accept null argument for Matlab compatibility. stable
Wed, 29 Apr 2015 17:09:24 -0700 Rik close.m: Silently accept null argument for Matlab compatibility.
Wed, 29 Apr 2015 00:54:37 -0400 John W. Eaton maint: Merge away extra head. stable
Tue, 28 Apr 2015 12:18:12 -0400 John W. Eaton Added tag rc-4-0-0-4 for changeset 42bb3a776c9f stable
Tue, 28 Apr 2015 12:17:57 -0400 John W. Eaton maint: Bump version number for 4.0.0-rc4. stable rc-4-0-0-4
Tue, 28 Apr 2015 14:03:03 -0700 Rik Don't save "warning: " prefix in lastwarn() message. stable
Tue, 28 Apr 2015 12:12:16 -0400 John W. Eaton maint: Merge default to stable in preparation for 4.0.0 release. stable
Mon, 27 Apr 2015 09:03:31 -0700 Rik Check error_state before searching for help text (bug #44934).
Mon, 27 Apr 2015 16:48:37 +0200 Torsten no copying of empty text in terminal when copy shortcut is not Ctrl-C
Fri, 24 Apr 2015 23:36:59 -0500 Daniel J Sebald Move octave_qt_link thread affinity back to the GUI thread (bug #44912)
Sun, 26 Apr 2015 21:14:53 -0700 Rik lookfor.m: Overhaul function and fix bug #44924.
Sun, 26 Apr 2015 22:36:44 -0400 Mike Miller maint: update library version numbers for upcoming release
Sat, 25 Apr 2015 20:50:36 -0700 Rik inpolygon.m: Overhaul function and fix bug #40970.
Sat, 25 Apr 2015 19:43:27 +0200 Torsten only update file browser and dir selection box when on top-level (bug #44622)
Sat, 25 Apr 2015 13:18:02 -0400 John W. Eaton make printf of lazy-index object work again (bug #44864)
Sat, 25 Apr 2015 12:17:51 -0400 John W. Eaton don't print stack trace if warning format ends with newline character