log

age author description
Fri, 08 Mar 2024 02:27:53 +0100 Markus Mützel build: Remove non-existent file from tarball (bug #65406). stable
Thu, 07 Mar 2024 17:28:53 -0500 Nicholas R. Jankowski maint: Merge default to bytecode-interpreter. bytecode-interpreter
Thu, 07 Mar 2024 17:28:33 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Thu, 07 Mar 2024 17:27:54 -0500 Nicholas R. Jankowski doc: Correct descriptions of patch cdata and facevertexcdata properties stable
Thu, 07 Mar 2024 14:17:00 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Thu, 07 Mar 2024 14:16:22 -0500 John W. Eaton maint: strip trailing whitespace from source files
Thu, 07 Mar 2024 14:09:48 -0500 John W. Eaton maint: strip trailing whitespace from source files stable
Thu, 07 Mar 2024 14:01:24 -0500 John W. Eaton minor whitespace style fix
Thu, 07 Mar 2024 13:55:46 -0500 John W. Eaton for consistent coding style, use #if defined, not #ifdef or #ifndef
Thu, 07 Mar 2024 13:47:50 -0500 John W. Eaton for consistent coding style, use #if defined (X) instead of if defined X
Thu, 07 Mar 2024 18:09:30 +0100 Markus Mützel maint: Merge stable to default.
Thu, 07 Mar 2024 18:08:40 +0100 Markus Mützel Refresh fcn-info on current directory change (bug #65406). stable
Thu, 07 Mar 2024 08:24:51 +0100 Markus Mützel build: Revert to building with polymorphic allocator by default.
Wed, 06 Mar 2024 22:55:27 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Wed, 06 Mar 2024 22:54:49 -0500 John W. Eaton Backed out changeset c23152b00d5f
Sun, 03 Mar 2024 11:16:26 +0100 Markus Mützel build: Require a C++ compiler that is compliant with C++17.
Wed, 06 Mar 2024 19:40:07 +0100 Markus Mützel maint: Merge stable to default.
Tue, 05 Mar 2024 09:00:30 +0100 Markus Mützel build: Improve checks for SUNDIALS 7 compatibility (bug #65392). stable
Wed, 06 Mar 2024 13:02:42 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Wed, 06 Mar 2024 12:39:58 -0500 John W. Eaton update attribute macros now that we require C++17
Wed, 06 Mar 2024 12:37:47 -0500 John W. Eaton * ov-magic-int.cc: Eliminate unnecessary OCTAVE_NORETURN attributes.
Wed, 06 Mar 2024 08:09:45 -0500 John W. Eaton eliminate some code duplication in the lexer
Sat, 02 Mar 2024 16:10:00 -0500 John W. Eaton new functions for reporting syntax errors from the lexer
Wed, 06 Mar 2024 11:34:10 -0500 Nicholas R. Jankowski maint: merge default to bytecode-interpreter. bytecode-interpreter
Wed, 06 Mar 2024 11:33:21 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Wed, 06 Mar 2024 11:32:20 -0500 Nicholas R. Jankowski doc: Correct typos in genpropdoc.m property descriptions. stable
Tue, 05 Mar 2024 17:58:49 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Tue, 05 Mar 2024 17:54:00 -0500 Nicholas R. Jankowski median.m: Fix vectors with Infs incorrectly returning NaN (bug #65405) stable
Mon, 04 Mar 2024 14:01:52 -0800 Rik Fix naming of rows and columns in fft2, ifft2 error messages.
Mon, 04 Mar 2024 20:31:58 +0100 Markus Meisinger Fix input validation for zero-dimensional input data to ifftn, ifft2, fftn, fft2 (bug #65414).