log

age author description
Tue, 17 Aug 2021 21:11:45 -0700 Rik primes.m: Overhaul function.
Tue, 17 Aug 2021 16:35:23 -0700 Rik factor.m: Fix typo in error() message.
Tue, 17 Aug 2021 16:28:36 -0700 Rik factor.m: Overhaul function to support inputs > flintmax.
Tue, 17 Aug 2021 14:34:42 -0700 Rik Deprecate disable_range, disable_diagonal_matrix, disable_permutation_matrix.
Tue, 17 Aug 2021 10:50:49 -0700 Rik maint: Code cleanup in Sparse::sort routines.
Tue, 17 Aug 2021 09:46:52 -0700 Rik Improve performance of filter along dimensions > 1 (bug #60928).
Tue, 17 Aug 2021 09:12:20 -0700 Rik Resolve two FIXME notes in Array::sort routines.
Tue, 17 Aug 2021 09:55:02 +0200 Markus Mützel jsondecode.cc: Avoid dereferencing invalid pointer.
Tue, 17 Aug 2021 14:54:29 +0900 Abdallah Elshamy jsondecode.cc: New option "makeValidName" to disable string validation.
Tue, 17 Aug 2021 00:13:44 -0400 John W. Eaton fix inline/extern declaration error in previous change
Mon, 16 Aug 2021 11:45:40 -0700 Rik Improve performance of sort along dimensions > 1 (bug #60928).
Mon, 16 Aug 2021 19:16:58 +0200 Markus Mützel ov-java.cc: Fix extern declaration for function moved to octave namespace.
Mon, 16 Aug 2021 10:08:22 -0400 John W. Eaton avoid empty subexpressions in egrep pattern
Mon, 16 Aug 2021 08:56:29 -0400 John W. Eaton fix macro name in generated builtin-defun-decls.h file
Mon, 16 Aug 2021 14:58:26 +0200 Markus Mützel maint: Merge stable to default.
Mon, 16 Aug 2021 14:57:45 +0200 Markus Mützel cbrt: Clarify that function errors for non-real input. stable
Sun, 15 Aug 2021 16:57:52 -0400 John W. Eaton use fewer OCTAVE_NAMESPACE_BEGIN/END blocks where possible
Sun, 15 Aug 2021 15:15:55 -0400 John W. Eaton eliminate obsolete DEFCONSTFUN and DEFCONSTMETHOD macros
Sun, 15 Aug 2021 15:06:09 -0400 John W. Eaton make interpreter functions in .oct files static
Sun, 15 Aug 2021 15:00:49 -0400 John W. Eaton declare extra functions in .oct file sources as static
Sun, 15 Aug 2021 15:56:43 +0200 Markus Mützel Use functions moved to octave namespace.
Sun, 15 Aug 2021 12:33:22 +0200 Markus Mützel Make sure octave namespace begin and end tags appear in matching pairs.
Sun, 15 Aug 2021 12:29:18 +0200 Markus Mützel build: Allow disabling RapidJSON support by configure switch.
Sat, 14 Aug 2021 22:53:30 -0400 John W. Eaton fix namespace tag location error from prefious change
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Sat, 14 Aug 2021 18:55:37 -0400 John W. Eaton * data.h, data.cc (do_class_concat): Pass string argument by const reference.
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Sat, 14 Aug 2021 18:35:57 -0400 John W. Eaton move some defun functions inside the octave namespace
Sat, 14 Aug 2021 16:27:53 -0400 John W. Eaton move some error handling functions inside octave namespace