log

age author description
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.
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)
Thu, 06 Apr 2023 12:13:55 -0700 Rik maint: merge stable to default
Thu, 06 Apr 2023 12:13:26 -0700 Rik doc: Correct and improve documentation for sparse() function. stable
Wed, 05 Apr 2023 19:20:57 +0200 Markus Mützel maint: Merge stable to default.
Wed, 05 Apr 2023 18:11:52 +0200 Markus Mützel codecvt_u8: Avoid random segmentation faults with libc++ (bug #63930). stable
Mon, 03 Apr 2023 18:23:09 +0200 Markus Mützel maint: Merge stable to default.
Mon, 03 Apr 2023 17:09:17 +0200 Markus Mützel Try to gather complete UTF-8 surrogates when converting encoding (bug #63930). stable
Mon, 03 Apr 2023 17:05:52 +0200 Markus Mützel Fix converting short char arrays with invalid UTF-8 (bug #63930). stable
Sun, 02 Apr 2023 19:57:52 -0700 Rik maint: merge stable to default
Sun, 02 Apr 2023 19:57:15 -0700 Rik NEWS.8.md: Reword comment on second integral output for clarity (bug #63991). stable
Sun, 02 Apr 2023 15:41:19 +0200 Markus Mützel maint: Merge stable to default.
Sun, 02 Apr 2023 15:40:50 +0200 Markus Mützel NEWS.8.md: Add entry about recent change (bug #63931). stable
Sun, 02 Apr 2023 12:02:12 +0200 Markus Mützel maint: Merge stable to default.
Sat, 01 Apr 2023 18:34:27 +0200 Markus Mützel Don't use encoding facet when writing bytes to stream (bug #63931). stable
Sat, 01 Apr 2023 20:14:17 -0700 Rik assert.m: Fix character matrix equality (bug #63988)
Sat, 01 Apr 2023 15:58:29 -0400 Arun Giridhar assert.m: Fix 2D character matrix equality (bug #63988)
Sat, 01 Apr 2023 11:48:26 -0400 Arun Giridhar maint: Merge stable to default.
Sat, 01 Apr 2023 11:47:51 -0400 Arun Giridhar NEWS.8.md: Merge two entries for the same bug. stable
Sat, 01 Apr 2023 15:18:28 +0200 Markus Mützel maint: Merge stable to default.
Sat, 01 Apr 2023 15:17:44 +0200 Markus Mützel NEWS.8.md: Update NEWS file with recent changes for Octave 8.2.0. stable
Sat, 01 Apr 2023 14:26:30 +0200 Markus Mützel maint: Merge stable to default.
Sat, 01 Apr 2023 14:22:28 +0200 Markus Mützel build: Disable visibility flags by default (bug #61855, bug #63916). stable
Sat, 01 Apr 2023 13:54:27 +0200 Markus Mützel maint: Merge stable to default.
Sat, 01 Apr 2023 13:21:34 +0200 Markus Mützel Backed out changeset fcd97a68e5f7 stable
Fri, 31 Mar 2023 13:33:35 -0700 Rik maint: merge stable to default
Fri, 31 Mar 2023 14:36:03 -0400 Arun Giridhar perms.cc: Resequenced output for compatibility (bug #50426)
Fri, 31 Mar 2023 18:31:20 +0200 Markus Mützel fopen: Avoid unused variable warning. stable
Fri, 31 Mar 2023 18:07:24 +0200 Markus Mützel maint: Merge stable to default.
Fri, 31 Mar 2023 18:05:48 +0200 Markus Mützel fopen: Use "UTF-8" as default encoding for fopen (bug #63930). stable
Fri, 31 Mar 2023 17:43:55 +0200 Markus Mützel maint: Merge stable to default.
Fri, 31 Mar 2023 17:25:29 +0200 Markus Mützel lu: Add self-test with complex valued input. stable
Tue, 28 Mar 2023 11:56:03 -0400 Arun Giridhar maint: Merge away extra head
Tue, 28 Mar 2023 11:52:15 -0400 Hendrik Koerner Replace perms.m with new perms.cc (bugs 63962 and 63965)
Tue, 28 Mar 2023 16:04:43 +0200 Markus Mützel maint: Merge stable to default.
Fri, 24 Mar 2023 15:21:45 -0400 John Donoghue Remove trailing \r from curl dir list (bug #63851). stable
Mon, 27 Mar 2023 13:04:48 -0400 Arun Giridhar maint: Merge stable to default
Mon, 27 Mar 2023 13:04:03 -0400 Arun Giridhar perms.m: Change "unique" output order to reverse lexicographic to match non-unique order (bug #63962) stable
Mon, 27 Mar 2023 10:38:25 -0400 Nicholas R. Jankowski median.m: Correct odd k orientation in omitnan codepath.
Sun, 26 Mar 2023 14:51:44 -0700 Rik randi.m: Replace mathematically suspect (flintmax + 1) expressions with flintmax.
Sat, 25 Mar 2023 17:37:15 -0700 Rik maint: Replace variable length array (C99 feature) with std::vector (C++ feature).
Sat, 25 Mar 2023 14:22:17 -0700 Rik maint: merge stable to default
Sat, 25 Mar 2023 14:21:30 -0700 Rik acinclude.m4: Correct typo in #define PCRE2_CODE_UNIT_WIDTH. stable
Sat, 25 Mar 2023 14:06:56 -0700 Rik maint: replace double semicolon ';;' line ending with just ';'. stable
Fri, 24 Mar 2023 18:49:53 -0400 Arun Giridhar maint: Merge away extra head
Fri, 24 Mar 2023 18:44:40 -0400 Arun Giridhar maint: Merge stable to default
Fri, 24 Mar 2023 17:51:14 -0400 Arun Giridhar file-io.cc: Fix failing BIST (bug #63930) stable
Fri, 24 Mar 2023 15:43:28 -0700 Rik Re-use linspace code for scalars for computing linspace of vectors.
Fri, 24 Mar 2023 14:42:24 -0700 Rik Improve Matlab compatibility of linspace for Inf endpoints.
Fri, 24 Mar 2023 16:08:15 -0400 Arun Giridhar maint: Merge stable to default
Fri, 24 Mar 2023 16:03:06 -0400 Arun Giridhar oct-stream.h: Do not convert text encoding for binary streams (bugs 63415 and 63931) stable
Fri, 24 Mar 2023 08:40:35 -0700 Rik maint: merge stable to default
Fri, 24 Mar 2023 08:40:01 -0700 Rik doc: Improve documentation for linspace and logspace functions. stable
Thu, 23 Mar 2023 16:22:59 -0400 Arun Giridhar maint: Merge stable to default
Thu, 23 Mar 2023 16:21:47 -0400 Arun Giridhar NEWS.8.md: add bugfixes that will show in 8.2.0 stable
Thu, 23 Mar 2023 11:23:52 -0400 Arun Giridhar maint: Merge stable to default
Thu, 23 Mar 2023 11:21:19 -0400 Arun Giridhar pr-output.cc: Fix integer output for `format native-bit` (bug #63940) stable
Wed, 22 Mar 2023 13:33:46 -0400 Nicholas R. Jankowski cov.m: Overhaul function for matlab compatibility (bug #50583).
Wed, 22 Mar 2023 12:00:05 -0700 Rik isuniform.m: New function.
Tue, 21 Mar 2023 17:38:55 -0700 Rik maint: merge stable to default
Tue, 21 Mar 2023 17:26:52 -0700 Rik mpoles.m: Overhaul function and use absolute tolerance for zero poles (bug #63937) stable
Mon, 20 Mar 2023 22:54:54 -0400 Nicholas R. Jankowski Backed out changeset 01ae7ebc6a13
Mon, 20 Mar 2023 16:04:42 -0400 Nicholas R. Jankowski cov.m: Overhaul function for matlab compatability (bug #50583).
Mon, 20 Mar 2023 12:57:34 -0400 John W. Eaton maint: merge stable to default
Mon, 20 Mar 2023 02:34:14 -0400 John W. Eaton avoid clang warning about possible* buffer overflow stable
Mon, 20 Mar 2023 12:51:04 -0400 A.R. Burgers * if.tst: New test for bug #63935. stable
Mon, 20 Mar 2023 12:46:05 -0400 John W. Eaton fix evaluation of & and | expressions in conditional contexts (bug #63935) stable
Sat, 18 Mar 2023 15:37:12 -0400 Arun Giridhar maint: Merge stable to default
Sat, 18 Mar 2023 15:36:23 -0400 Arun Giridhar pr-output.cc: Fix output for `format native-bit` (bug #63940) stable
Mon, 13 Mar 2023 14:10:11 -0400 Nicholas R. Jankowski maint: merge stable to default
Mon, 13 Mar 2023 13:54:14 -0400 A.R. Burgers NEWS.8.md: Fix typo in mean change summary (bug #63887) stable
Mon, 13 Mar 2023 13:59:16 +0100 Markus Mützel quit.h: Do not declare functions in namespaces inside extern "C" block.
Sat, 11 Mar 2023 17:22:33 -0800 Rik maint: merge stable to default
Fri, 10 Mar 2023 21:55:54 +0100 Torsten Lilge speedup loading and saving preferences dialog (bug #63909) stable
Wed, 08 Mar 2023 18:09:14 -0800 Rik maint: Add generated files in build-aux directory to .hgignore file
Wed, 08 Mar 2023 20:47:07 -0500 John W. Eaton fix error in previous change
Wed, 08 Mar 2023 15:06:45 -0500 John W. Eaton avoid problems with $(shell ...) execution in Makefile
Wed, 08 Mar 2023 09:28:28 -0800 Rik maint: Use "nonzero" rather than "non-zero" in code base.
Wed, 08 Mar 2023 09:04:19 -0800 Rik tensorprod.m: Remove support for PROPERTY=VALUE syntax until it is implemented Octave-wide.
Tue, 07 Mar 2023 17:09:16 -0800 Rik tensorprod.m: Overhaul for performance and add NumDimensionsA=XXX functionality.
Tue, 07 Mar 2023 16:02:36 -0500 John W. Eaton maint: Merge stable to default
Tue, 07 Mar 2023 16:02:10 -0500 John W. Eaton maint: Merge away extra head on stable stable
Tue, 07 Mar 2023 15:58:51 -0500 John W. Eaton maint: Merge stable to default
Tue, 07 Mar 2023 01:01:42 -0500 John W. Eaton bump stable branch version after release stable
Tue, 07 Mar 2023 00:34:50 -0500 John W. Eaton Added tag release-8-1-0 for changeset 75b1efe727d4 stable
Tue, 07 Mar 2023 00:34:32 -0500 John W. Eaton Version 8.1.0 released stable release-8-1-0
Mon, 06 Mar 2023 19:02:06 -0500 Arun Giridhar maint: Merge stable to default
Mon, 06 Mar 2023 19:01:39 -0500 Arun Giridhar maint: Update comment to fix broken citation for inpolygon stable
Sat, 04 Mar 2023 00:59:48 -0500 Nicholas R. Jankowski mode.m: Emtpy input produces Matlab compatible NaN output (bug #48690)
Fri, 03 Mar 2023 16:54:26 -0500 Arun Giridhar maint: Merge away extra head
Fri, 03 Mar 2023 16:40:47 -0500 Arun Giridhar maint: Merge stable to default
Fri, 03 Mar 2023 16:40:00 -0500 Arun Giridhar inpolygon.m: Fix demo code (bug #63865) stable
Fri, 03 Mar 2023 16:04:18 -0500 John W. Eaton eliminate some clang warnings about defaulted functions being deleted
Fri, 03 Mar 2023 14:04:18 -0500 Nicholas R. Jankowski mean.m: correct regression on default on dim error (bug #63410)
Fri, 03 Mar 2023 10:11:36 +0100 Markus Mützel maint: Merge stable to default.
Thu, 02 Mar 2023 16:07:12 +0100 Markus Mützel bicg: Allow variable number of input arguments in functions (bug #63860). stable
Thu, 02 Mar 2023 22:02:25 -0500 Nicholas R. Jankowski maint: merge stable to default.
Thu, 02 Mar 2023 21:42:42 -0500 Nicholas R. Jankowski mean: Process single as double to avoid precision limits on stable (bug #63848). stable
Thu, 02 Mar 2023 13:42:30 -0800 Rik movslice.m: Use minimum unsized integer array for slcidx output to save memory (bug #63791).
Thu, 02 Mar 2023 16:35:47 -0500 Arun Giridhar version.cc: Change "Tech support" to "Support resources"
Thu, 02 Mar 2023 12:23:11 -0800 Rik Return [xyz]ticklabel properties as column vector for Matlab compatibility.
Thu, 02 Mar 2023 14:18:42 -0500 Arun Giridhar version.cc: Use shorter URLs, update text, reduce spacing
Thu, 02 Mar 2023 11:48:34 -0500 Arun Giridhar NEWS.9.md: list bugs fixed so far with Octave 9
Thu, 02 Mar 2023 10:57:03 -0500 Nicholas R. Jankowski mean: Process single as double to avoid precision limits (bug #63848).
Wed, 01 Mar 2023 22:16:34 -0800 Rik [xyz]ticklabels.m: Allow empty char array input for Matlab compatibility (bug #63859).
Wed, 01 Mar 2023 19:46:20 -0800 Rik maint: Update code in cset c6eeb8b44c28 to use Octave core coding conventions (patch #10314).
Wed, 01 Mar 2023 12:40:50 -0500 Arun Giridhar maint: Remove more `#if 0` commented-out code from the codebase.
Wed, 01 Mar 2023 00:38:54 -0500 Nicholas R. Jankowski Port statistics pkg mean, median, var, & std into core (patch #10314)
Tue, 28 Feb 2023 15:45:03 -0500 John W. Eaton use macro to simplify octave_base_value casts in operator functions
Tue, 28 Feb 2023 11:43:18 -0500 Petter Tomner use static instead of dynamic casts in operator functions (patch #10226)
Tue, 28 Feb 2023 11:41:00 -0500 Petter Tomner new configure option, --enable-internal-checks (patch #10226)
Tue, 28 Feb 2023 09:42:20 -0500 Petter Tomner avoid unneccessary string initialization (patch #10218)
Mon, 27 Feb 2023 12:18:44 -0800 Rik maint: merge away extra head
Mon, 27 Feb 2023 09:53:37 -0800 Rik movfun.m: Delete stray debugging code left in cset 16a04c6bc7db.
Mon, 27 Feb 2023 19:02:33 +0100 Torsten Lilge improve settings dialog: load/appy info dialog, reset button
Mon, 27 Feb 2023 09:50:59 -0800 Rik movfun.m: Use short-circuit code for all empty input data arrays.
Sun, 26 Feb 2023 20:09:35 -0800 Rik maint: merge stable to default.
Sun, 26 Feb 2023 19:54:58 -0800 Rik movfun.m: Return correct class of output (bug #63802). stable
Sun, 26 Feb 2023 19:54:58 -0800 Rik movfun.m: Return correct class of output (bug #63802).
Sat, 25 Feb 2023 10:28:39 -0500 John W. Eaton move default constructor for octave_base_value from .h to .cc file
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Fri, 17 Feb 2023 23:18:24 -0500 John W. Eaton new macros for disabling and defining default ctors, dtors, and assign ops
Fri, 17 Feb 2023 23:14:43 -0500 John W. Eaton fix macro for disabling move ctor and assignment op
Fri, 24 Feb 2023 17:45:59 -0500 Arun Giridhar maint: Merge stable to default
Fri, 24 Feb 2023 17:43:05 -0500 Arun Giridhar doc: Expand vector indexing description (bug #63833) stable
Fri, 24 Feb 2023 16:46:43 -0500 Arun Giridhar maint: Use consistent spacing in dec2base.m
Fri, 24 Feb 2023 14:12:47 -0500 Arun Giridhar dec2hex.m: Replace loop with if and transpose (bug #63833)
Fri, 24 Feb 2023 12:45:21 -0500 Arun Giridhar dec2base.m: Accept negative and fractional inputs (bug #63282)
Fri, 24 Feb 2023 09:36:30 -0500 Arun Giridhar load-save.cc: Use temp file only when not in append mode (bug #63803)
Tue, 21 Feb 2023 17:45:34 -0500 Reinhard Resch Remove several race conditions with signal handler (bug #61370).
Mon, 20 Feb 2023 18:06:54 -0800 Rik maint: Use 's_' prefix for static private class variables.
Sun, 19 Feb 2023 20:11:39 -0800 Rik Avoid heap buffer overflow in mat2cell (bug #63682)
Sun, 19 Feb 2023 20:04:49 -0800 Rik Backed out changeset 79abf4cdcd95
Sun, 19 Feb 2023 17:19:24 +0100 Markus Mützel mat2cell: Next attempt to avoid heap buffer overflow (bug #63682).
Sun, 19 Feb 2023 12:45:22 +0100 Markus Mützel mat2cell: Avoid heap buffer overflow error with only one dimension argument (bug #63682).
Sat, 18 Feb 2023 15:02:06 +0100 Markus Mützel maint: Merge stable to default.
Sat, 18 Feb 2023 15:01:10 +0100 Markus Mützel GitHub-CI: Don't use weak symbols on Windows. stable
Thu, 16 Feb 2023 15:13:35 -0800 Rik maint: Use "m_" prefix on all private member variables in classes.
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Thu, 16 Feb 2023 08:55:58 -0500 John W. Eaton new macros for disabling class copy and move member functions
Thu, 16 Feb 2023 08:00:45 -0800 Rik Use member variable m_matrix rather than bool_array_value () in save routines (bug #63803)
Thu, 16 Feb 2023 09:31:08 +0100 Markus Mützel maint: Merge stable to default.
Thu, 16 Feb 2023 09:30:32 +0100 Markus Mützel doc: Refer to OCTAVE_HOME in section about graphics renderer. stable
Wed, 15 Feb 2023 20:02:04 -0500 John W. Eaton use octave::sys::rename for consistency (bug #63803)
Wed, 15 Feb 2023 19:32:12 -0500 Arun Giridhar load-save.cc: Change rename function
Wed, 15 Feb 2023 17:41:53 -0500 Arun Giridhar load-save.cc: Save to temporary file first to prevent data loss (bug #63803)
Wed, 15 Feb 2023 16:41:58 +0100 Markus Mützel maint: Merge stable to default.
Wed, 15 Feb 2023 16:40:48 +0100 Markus Mützel doc: Update section about hardware vs. software rendering on Windows. stable
Tue, 14 Feb 2023 22:04:06 -0500 Arun Giridhar maint: Remove `#if 0` commented-out code from the codebase.
Tue, 14 Feb 2023 18:59:32 -0500 Arun Giridhar maint: Merge away extra head
Tue, 14 Feb 2023 18:55:11 -0500 Arun Giridhar Use data() instead of fortran_vec() where possible (bug #63803)
Tue, 14 Feb 2023 15:28:41 -0800 Rik Don't create intermediate variables when saving ov_str_mat (bug #63803)
Tue, 14 Feb 2023 14:39:23 -0500 Arun Giridhar Eliminate intermediates created while saving (bug #63803)
Mon, 13 Feb 2023 11:10:00 -0800 Rik movfun.m: Fall back on algorithm using smaller memory blocks in case of OOM error (bug #63791).
Sat, 11 Feb 2023 09:57:47 -0800 Rik Allow querying of only one graphic object at a time with set().
Fri, 10 Feb 2023 07:27:38 -0500 John W. Eaton allow graphics object selection to work again (bug #63773)
Thu, 09 Feb 2023 16:57:02 -0800 Rik Extend set() to process any combination of acceptable inputs.
Tue, 07 Feb 2023 08:18:54 -0800 Rik Deprecate octave_base_value::count member variable.
Sat, 04 Feb 2023 17:49:58 -0800 Rik Fix mat2cell for N-D array input with only one output dimension (bug #63682)
Sat, 04 Feb 2023 17:38:52 -0800 Rik Backed out changeset 8c57434587c9 (bug #63682)
Thu, 02 Feb 2023 20:33:54 -0800 Rik Display output from urlread when nargout == 0 (bug #63743).
Thu, 02 Feb 2023 18:18:35 -0800 Rik maint: use "m_" prefix for member variables in class octave_value.
Thu, 02 Feb 2023 17:33:17 -0800 Rik maint: Use consistent coding style when calling Ffunction().
Thu, 02 Feb 2023 17:31:55 -0800 Rik Add change accidentally left out of changeset 8e6a9cf412c1.
Thu, 02 Feb 2023 16:48:01 -0800 Rik maint: Deprecate obsolete idx_vector::bool() function.
Thu, 02 Feb 2023 12:34:03 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in liboctave/
Thu, 02 Feb 2023 12:32:15 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in libinterp/
Thu, 02 Feb 2023 12:25:51 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in libgui/
Thu, 02 Feb 2023 11:10:18 -0800 Rik maint: Call F__profiler_enable__ directly rather than through feval.
Thu, 02 Feb 2023 10:47:34 -0800 Rik configure.ac: Add sanitizer compilation flags to XTRA_XXXFLAGS rather than WARN_XXXFLAGS (bug #63712).
Thu, 02 Feb 2023 10:37:56 -0800 Rik maint: merge stable to default
Thu, 02 Feb 2023 10:37:45 -0800 Rik NEWS.6.md: Use explicit HTML <br> code for line break for clarity. stable
Thu, 02 Feb 2023 11:41:24 -0500 Arun Giridhar Replace various iterators with range-based loops (bug #63738)
Wed, 01 Feb 2023 16:10:44 -0500 Arun Giridhar dialog.cc: Minor refactoring, remove FIXME.
Wed, 01 Feb 2023 16:44:58 +0100 Markus Mützel maint: Merge stable to default.
Wed, 01 Feb 2023 16:43:49 +0100 Markus Mützel Back out changeset 3678187f4355. stable
Tue, 31 Jan 2023 20:11:12 +0100 Markus Mützel maint: Merge stable to default.
Tue, 31 Jan 2023 20:06:43 +0100 Markus Mützel print: Add option to merge only subsequent triangles with SVG toolchain (bug #63646). stable
Mon, 30 Jan 2023 18:55:51 +0100 Markus Mützel maint: Merge stable to default.
Mon, 30 Jan 2023 18:54:27 +0100 Markus Mützel GitHub-CI: Update list of installed packages. stable
Mon, 30 Jan 2023 18:36:03 +0100 Markus Mützel maint: Merge stable to default.
Mon, 30 Jan 2023 18:30:33 +0100 Markus Mützel isosurface: Avoid integer saturation with many vertices (bug #63704). stable
Sun, 29 Jan 2023 14:02:28 -0500 John W. Eaton maint: Merge stable to default.
Thu, 08 Dec 2022 13:57:18 -0500 John W. Eaton attempt to avoid race condition when initializing list of async signals stable
Sun, 29 Jan 2023 13:10:40 -0500 John W. Eaton maint: Merge stable to default.
Sun, 29 Jan 2023 13:03:23 -0500 John W. Eaton avoid calls to warning from GUI thread (bug #63714) stable
Fri, 27 Jan 2023 14:27:30 -0800 Rik maint: merge stable to default
Fri, 27 Jan 2023 14:27:10 -0800 Rik doc: Use hyphen in "comma-separated list". stable
Fri, 27 Jan 2023 14:09:11 -0800 Rik maint: merge stable to default
Fri, 27 Jan 2023 14:08:38 -0800 Rik doc: Add examples for first 3 calling forms of set() stable
Fri, 27 Jan 2023 08:23:17 -0800 Rik maint: merge stable to default
Fri, 27 Jan 2023 08:22:47 -0800 Rik doc: Use '{' and '}' around cell array inputs in set documentation for clarity. stable
Thu, 26 Jan 2023 22:03:47 -0800 Rik main-window.cc: Use consistent feval calling convention.
Thu, 26 Jan 2023 21:50:32 -0800 Rik Improve output of "whos -file".
Thu, 26 Jan 2023 09:50:44 -0800 Rik maint: Replace feval invocations with direct calls to Ffunction_name.
Thu, 26 Jan 2023 08:19:20 -0800 Rik maint: merge stable to default
Thu, 26 Jan 2023 08:18:53 -0800 Rik doc: Fix example URLs in urlread, urlwrite to work. stable
Wed, 25 Jan 2023 19:10:22 -0500 John W. Eaton maint: Merge stable to default.
Wed, 25 Jan 2023 15:28:40 -0500 John W. Eaton capture modified operands when rewriting binary expressions in parse tree stable
Wed, 25 Jan 2023 12:35:19 -0800 Rik Avoid deprecated feature name in libcurl (bug #63573).
Wed, 25 Jan 2023 11:32:54 -0800 Rik Re-code interface to liburl to avoid deprecated features (bug #63573).
Wed, 25 Jan 2023 09:36:00 -0800 Rik assert.m: Wrap expected/observed strings in single quotes when printing errors.
Wed, 25 Jan 2023 14:38:56 +0100 Markus Mützel maint: Merge stable to default.
Wed, 25 Jan 2023 14:38:20 +0100 Markus Mützel build: Bump library versions for Octave 8. stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Tue, 24 Jan 2023 16:17:31 -0500 John W. Eaton revise parentage of GLWidget object (bug #63697)