log

age author description
Mon, 17 Apr 2023 16:08:11 +0200 Markus Mützel GitHub-CI (mingw): Drop MINGW32 and add CLANG64.
Sun, 16 Apr 2023 18:54:20 +0200 Markus Mützel Back out changeset 36b6c5a77727
Sun, 16 Apr 2023 09:10:41 -0700 Rik maint: merge stable to default
Sun, 16 Apr 2023 09:05:11 -0700 Rik undo_string_escapes: Return '\0' for NUL byte input (bug #64051) stable
Sun, 16 Apr 2023 15:16:33 +0200 Markus Mützel gui: Show encodings available with iconv in file editor preferences.
Sun, 16 Apr 2023 14:28:17 +0200 Markus Mützel maint: Merge stable to default.
Sun, 16 Apr 2023 14:27:45 +0200 Markus Mützel GitHub-CI (mingw): Add missing output for build artifact name. stable
Sat, 15 Apr 2023 20:51:50 +0200 Markus Mützel gui: Use iconv/gnulib to load editor content from files in any encoding.
Sat, 15 Apr 2023 07:17:15 -0700 Rik inputParser.m: Handle validation functions which either return true/false or throw error (bug #49793)
Sat, 15 Apr 2023 11:29:15 +0200 Markus Mützel gui: Use iconv/gnulib to save editor content in non-UTF-8.
Fri, 14 Apr 2023 21:24:06 -0400 John W. Eaton maint: Merge stable to default.
Thu, 13 Apr 2023 12:53:54 -0400 John W. Eaton bump stable branch version after release stable
Thu, 13 Apr 2023 12:44:06 -0400 John W. Eaton Added tag release-8-2-0 for changeset fdadf31961bb stable
Thu, 13 Apr 2023 12:43:35 -0400 John W. Eaton Version 8.2.0 released. stable release-8-2-0
Fri, 14 Apr 2023 16:48:43 -0700 Rik inputParser.m: Cleanup function documentation and spacing.
Fri, 14 Apr 2023 12:09:01 -0700 Rik Fix failing BIST tests caused by cset e2ad5720b29e.
Fri, 14 Apr 2023 08:34:40 -0700 Rik inputParser.m: Don't alter case of parameter names in error messages.
Fri, 14 Apr 2023 11:31:29 +0200 Markus Mützel Fix compatibility of libqterminal/unix with Qt6.
Thu, 13 Apr 2023 20:42:42 -0700 Rik inputParser.m: Sort Results and Parameters fields for Matlab Compatibility (bug #64003)
Thu, 13 Apr 2023 16:59:16 -0400 Nicholas R. Jankowski normalize.m: Enable compatible NaN handling (bug #50571)
Thu, 13 Apr 2023 20:04:56 +0200 Markus Mützel octave-svgconvert: Static cast to float.
Thu, 13 Apr 2023 19:47:59 +0200 Markus Mützel octave-svgconvert: Avoid function that isn't available in some versions of Qt.
Thu, 13 Apr 2023 16:17:45 +0200 Markus Mützel build: Check for Qt function QTextStream::setEncoding.
Thu, 13 Apr 2023 14:50:45 +0200 Markus Mützel octave-svgconvert: Fix building with Qt5.
Thu, 13 Apr 2023 13:30:01 +0200 Markus Mützel Use QStreamView if available.
Thu, 13 Apr 2023 11:09:04 +0200 Markus Mützel Use appropriate type for arguments of Color::getRgbF and QColor::getHslF.
Thu, 13 Apr 2023 09:11:48 +0200 Markus Mützel build: Initial changes to enable building with Qt6.
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.