log

age author description
Sun, 23 Jul 2023 22:08:18 +0200 Torsten Lilge * octave-qobject (~base_qobject): fix deletion of non-existing main_window
Sun, 23 Jul 2023 21:36:41 +0200 Torsten Lilge fix crash on exit with Qt 6
Thu, 20 Jul 2023 09:26:05 +0200 Markus Mützel maint: Merge stable to default.
Wed, 19 Jul 2023 14:01:46 +0200 Sébastien Villemot Fix FTBFS against SuiteSparse 7.1.0 when SPQR is disabled (bug #64446). stable
Tue, 18 Jul 2023 17:46:09 -0700 Rik maint: merge stable to default
Tue, 18 Jul 2023 14:33:15 -0700 Rik Avoid false detection of "non-real pivot" in ichol() (bug #63785) stable
Tue, 18 Jul 2023 14:07:32 -0700 Rik pcg.m: Use eps tolerance in BIST test for ishermitian (Bug #63787) stable
Mon, 17 Jul 2023 11:47:52 -0700 Rik Return NaN for scalar input to all correlation functions (bug #64435)
Mon, 17 Jul 2023 07:55:41 -0700 Rik corr.m: Return NaN for scalar input for Matlab compatibility (bug #64395)
Sun, 16 Jul 2023 21:33:45 +0200 Markus Mützel doc: Add new contributor to list in manual (bug #56735, patch #10355).
Sun, 16 Jul 2023 13:39:46 +0200 Markus Mützel __unimplemented__.m: Remove new function from list (bug #56735).
Sun, 16 Jul 2023 13:13:45 +0200 Markus Mützel Overhaul new function ismembertol (bug #56735, patch #10355).
Fri, 02 Jun 2023 10:32:24 -0300 Leonardo Add new function ismembertol.m (bug #56735, patch #10355).
Fri, 16 Jun 2023 00:18:48 +0200 Petter T. VM: Fix printing bytecode MATRIX_UNEVEN (patch #10364).
Thu, 15 Jun 2023 16:04:22 +0200 Petter T. VM: Fix problem with returning too many or too few octave_values (patch #10363).
Sat, 24 Jun 2023 01:19:50 +0200 Petter T. VM: Prevent out-of-bounds read (patch #10365).
Thu, 15 Jun 2023 11:11:37 +0200 Petter T. VM: Expand varargin in input arguments (patch #10361).
Thu, 06 Jul 2023 11:56:37 -0400 John Donoghue audiowrite: Allow writing mp3 through libsndfile API (bug #64388).
Sat, 15 Jul 2023 10:52:57 +0200 Markus Mützel Erase std::vector elements in stack frame destructor instead of overwriting (patch #10366).
Mon, 10 Jul 2023 20:24:07 +0200 Markus Mützel load_path: Additional cleanup when removing non-existent directories in cset 65781d62fee7.
Wed, 12 Jul 2023 11:00:07 -0700 Rik maint: merge stable to default
Wed, 12 Jul 2023 09:18:37 -0700 Rik Remove obsolete callback constructor code for @audioplayer, @audiorecorder (bug #64379) stable
Mon, 10 Jul 2023 20:24:07 +0200 Markus Mützel load_path: Remove paths that don't exist from list of directories (bug #64401).
Wed, 12 Jul 2023 09:18:37 -0700 Rik Remove obsolete callback constructor code for @audioplayer, @audiorecorder (bug #64379)
Wed, 31 May 2023 16:29:09 -0400 John Donoghue Add isenv function (patch #10354).
Tue, 11 Jul 2023 19:43:03 +0200 Markus Mützel Use same destructor order in std::vector unconditionally (patch #10366).
Tue, 11 Jul 2023 18:32:20 +0200 Markus Mützel maint: Merge stable to default.
Tue, 11 Jul 2023 18:19:52 +0200 Markus Mützel savepath.m: Generalize filter for folders belonging to packages.
Tue, 11 Jul 2023 09:22:40 -0700 Rik corr.m: Adjust messages in BIST tests for changes in cset e4e7bc93f5f7.
Mon, 10 Jul 2023 17:01:13 -0700 Rik corr.m: small changes to match Octave coding style.
Sun, 09 Jul 2023 18:13:49 -0400 Nicholas R. Jankowski corr: Avoid error with row vector inputs (bug #64395)
Sat, 08 Jul 2023 22:30:12 -0700 Rik audioplayer.m: Emit error if input data Y is empty (bug #64379). stable
Fri, 07 Jul 2023 13:37:43 -0400 Arun Giridhar NEWS.9.md: Update list of bug fixes and changes
Wed, 05 Jul 2023 19:59:50 +0200 Markus Mützel Use void in definition of function with no argument for strict C compatibility.
Sun, 25 Jun 2023 00:56:43 +0200 Petter T. Same destructor order in frame in std::vector for libstdc++ and libc++ (patch #10366).
Mon, 03 Jul 2023 21:49:07 +0200 Markus Mützel maint: Merge stable to default.
Mon, 03 Jul 2023 21:23:07 +0200 Markus Mützel sparse-qr.cc: Fix compatibility with SuiteSparse 7.1.0 / CXSparse 4.0.4. stable
Mon, 03 Jul 2023 18:46:54 +0200 Markus Mützel maint: Merge stable to default.
Mon, 03 Jul 2023 18:43:40 +0200 Markus Mützel fullfile.m: Return empty cell for input with empty cell (bug #64377). stable
Wed, 28 Jun 2023 11:11:02 +0200 Markus Mützel etc/NEWS.9.md: Fix typo in previous commit 71a792dfb05a.
Tue, 27 Jun 2023 12:09:56 -0700 Rik Emit warning about use of FLTK toolkit.
Mon, 26 Jun 2023 13:18:15 -0700 Rik test: Rewrite BIST tests incorrectly using %!shared construct (bug #64531)
Mon, 26 Jun 2023 11:44:10 -0700 Rik test.m: pretty print shared variables (bug #64351)
Mon, 26 Jun 2023 08:35:07 -0700 Rik test: Add tests for deletion of non-existent dimensions.
Sun, 25 Jun 2023 17:14:52 -0700 Rik Allow deletion assignments to non-existent dimensions for Matlab compatibility.
Fri, 23 Jun 2023 20:51:51 +0200 Markus Mützel maint: Merge stable to default.
Fri, 23 Jun 2023 20:51:15 +0200 Markus Mützel native2unicode, unicode2native: Support empty second argument (bug #64331). stable
Fri, 23 Jun 2023 20:06:08 +0200 Markus Mützel file editor: Skip encoding conversion if file is empty (bug #64330).
Fri, 23 Jun 2023 19:44:00 +0200 Markus Mützel file editor: Reset wait cursor also when loading file fails (bug #64330).
Fri, 23 Jun 2023 16:20:33 +0200 Markus Mützel maint: Merge stable to default.
Fri, 23 Jun 2023 16:19:46 +0200 Markus Mützel unicode2native.m: Restore support for one input parameter (bug #64331). stable
Wed, 21 Jun 2023 19:39:18 -0700 Rik inputParser.m: Require that VALIDATOR input be a function handle.
Wed, 21 Jun 2023 16:38:17 -0400 Arun Giridhar maint: Merge stable to default
Wed, 21 Jun 2023 16:37:33 -0400 Arun Giridhar doc: Add note to isprime.m on inputs over 2^64. stable
Wed, 21 Jun 2023 11:49:39 -0700 Rik inputParser.m: Fix regression with UsingDefaults (bug #64318)
Wed, 21 Jun 2023 10:47:50 -0700 Rik inputParser.m: streamline code for cset addd99059d4c (bug #64305)
Wed, 21 Jun 2023 13:37:45 -0400 John W. Eaton maint: Fix copyright date for new files.
Tue, 20 Jun 2023 15:57:37 -0400 A.R. Burgers inputParser.m: Fix regression with empty cell array default (Bug #64305)
Tue, 20 Jun 2023 01:01:56 -0400 John W. Eaton add files missing from changeset 6e6e99e8a4de
Tue, 20 Jun 2023 00:53:04 -0400 John W. Eaton * test/compile-bench/module.mk (compile_bench_TEST_FILES): Fix file list.