log

age author description
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)