log

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