log

age author description
Wed, 18 Aug 2021 09:23:45 -0400 John W. Eaton * load-save.h (dump_octave_core): Deprecate function. Change all uses.
Wed, 18 Aug 2021 09:11:15 -0400 John W. Eaton move deprecated file-io.cc functions inside octave namespace
Wed, 18 Aug 2021 09:06:09 -0400 John W. Eaton * __eigs.cc__: Move all functions inside octave namespace.
Wed, 18 Aug 2021 09:03:51 -0400 John W. Eaton * dot.cc (blkmm_internal): Make internal functions static.
Wed, 18 Aug 2021 01:08:52 -0400 John W. Eaton move lsode functions to octave namespace and make local functions static
Wed, 18 Aug 2021 01:06:35 -0400 John W. Eaton move jsondecode functions to octave namespace and make local functions static
Wed, 18 Aug 2021 14:56:07 +0900 Kai T. Ohlhus jsondecode.cc: Handle array of arrays and arrays of structs correctly (bug #60688)
Wed, 18 Aug 2021 00:25:50 -0400 John W. Eaton move classes for graphics objects and properties inside octave namespace
Wed, 18 Aug 2021 00:21:26 -0400 John W. Eaton rename QtHandles namespace to octave
Tue, 17 Aug 2021 11:17:36 -0400 John W. Eaton move i/o stream classes inside octave namespace
Mon, 16 Aug 2021 22:28:30 -0400 John W. Eaton move sparse xdiv and xpow operator functions inside octave namespace
Mon, 16 Aug 2021 21:38:22 -0400 John W. Eaton move xdiv, xnorm, and xpow inside octave namespace
Mon, 16 Aug 2021 19:46:07 -0400 John W. Eaton declare generated integer xpow operator functions static
Tue, 17 Aug 2021 21:42:48 -0400 John W. Eaton * mk-octave-config-h.sh: Use '//' for initial comments.
Tue, 17 Aug 2021 21:37:21 -0400 John W. Eaton move macros from lo-ieee.h to lo-ieee.cc
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.