log

age author description
Thu, 13 Apr 2023 09:04:29 +0200 Markus Mützel Minor changes for compatibility with Qt6.
Wed, 12 Apr 2023 15:34:43 -0700 Rik Use upper/lower in preference to toupper/tolower to match Matlab.
Wed, 12 Apr 2023 14:40:52 -0700 Rik isstrprop.m: Add additional calling form with 'ForceCellOutput' for Matlab compatibility.
Wed, 12 Apr 2023 17:57:48 +0200 Markus Mützel Replace remaining deprecated QRegExp by QRegularExpression.
Wed, 12 Apr 2023 11:08:13 -0400 John W. Eaton avoid configure script error when using --without-qt (bug #64027)
Wed, 12 Apr 2023 15:23:05 +0200 Markus Mützel Replace deprecated QRegExp by QRegularExpression in libgui/qterminal/libqterminal/unix.
Wed, 12 Apr 2023 13:22:50 +0200 Markus Mützel Replace deprecated QRegExp by QRegularExpression in libgui/src/m-editor.
Wed, 12 Apr 2023 12:02:25 +0200 Markus Mützel Replace deprecated QRegExp by QRegularExpression in libgui/src.
Wed, 12 Apr 2023 11:21:28 +0200 Markus Mützel Replace deprecated QKeyCombination::operator+ by QKeyCombination::operator|.
Tue, 11 Apr 2023 21:30:34 +0200 Markus Mützel Replace deprecated QLayout::setMargin by QLayout::setContentsMargin.
Sun, 09 Apr 2023 23:05:40 -0400 Nicholas R. Jankowski mad.m: Improve compatibility using new mean/median functions (patch #10331)
Sat, 08 Apr 2023 17:17:59 +0200 Markus Mützel maint: Merge stable to default.
Sat, 08 Apr 2023 17:17:37 +0200 Markus Mützel logm.m: Use larger tolerance in test with libc++. stable
Sat, 08 Apr 2023 16:31:03 +0200 Markus Mützel maint: Merge stable to default.
Sat, 08 Apr 2023 16:09:55 +0200 Markus Mützel Make tests that fail with libc++ dependent on whether Octave uses it. stable
Sat, 08 Apr 2023 14:11:49 +0200 Markus Mützel maint: Merge stable to default.
Sat, 08 Apr 2023 14:11:13 +0200 Markus Mützel NEWS.8.md: Update NEWS file with recent changes for Octave 8.2.0. stable
Sat, 08 Apr 2023 14:03:43 +0200 Markus Mützel maint: Merge stable to default.
Sat, 08 Apr 2023 14:02:39 +0200 Markus Mützel GitHub-CI: Switch clang runners on Ubuntu to use libc++ as the STL. stable
Sat, 08 Apr 2023 09:48:50 +0200 Markus Mützel maint: Merge stable to default.
Fri, 07 Apr 2023 17:06:50 +0200 Markus Mützel fopen: Do not convert encoding for file streams with libc++ (bug #63930). stable
Thu, 06 Apr 2023 09:29:24 +0200 Markus Mützel build: Check whether using STL from LLVM or Apple (bug #63930). stable
Fri, 07 Apr 2023 13:37:16 -0700 Rik Improve display of mixed complex scalar values with NaN and an integer.
Fri, 07 Apr 2023 13:26:33 -0700 Rik maint: Remove extra spaces in front of '='.
Fri, 07 Apr 2023 12:18:51 -0700 Rik maint: merge stable to default
Fri, 07 Apr 2023 12:18:28 -0700 Rik Fix display of scalar complex variables with mixed Inf/NaN and floating point values (bug #63961) stable
Thu, 06 Apr 2023 17:07:30 -0700 Rik qz: code cleanup for cset e6b24d0d485c.
Tue, 04 Apr 2023 17:54:53 +0200 Sébastien Villemot qz: Handle input and output arguments in a Matlab-compatible way.
Thu, 06 Apr 2023 16:34:06 -0700 John W. Eaton hold.m: Print current hold state to Command Window when toggling state (bug #63923)
Thu, 06 Apr 2023 18:28:57 -0400 Nicholas R. Jankowski median.m: Correct omitnan internal index orientation (bug #64011)