log

age author description
Fri, 20 Aug 2021 01:28:10 -0400 John W. Eaton fix error due to typo from changeset 4c88a452519c.
Thu, 19 Aug 2021 23:01:40 -0400 John W. Eaton glpk: prefer passing variables by reference where possible
Thu, 19 Aug 2021 22:57:36 -0400 John W. Eaton avoid possible uninitialized variable warnings
Thu, 19 Aug 2021 17:31:12 -0700 Michael Leitner betaincinv.m: Overhaul function for performance and accuracy (bug #60539).
Fri, 28 May 2021 18:26:05 +0200 Michele Ginesi betainc.m: Improve accuracy for certain special integer inputs (bug #60682).
Thu, 19 Aug 2021 16:36:35 -0400 John W. Eaton * symtab.h: Fix syntax errors introduced in changeset 4c88a452519c.
Thu, 19 Aug 2021 08:24:05 -0700 Rik maint: Remove executable bit from non-executable source files.
Thu, 19 Aug 2021 15:09:19 +0200 Markus Mützel GitHub-CI: Add macOS 11 runner.
Thu, 19 Aug 2021 00:45:09 -0400 John W. Eaton fix error in changeset 4c88a452519c
Wed, 18 Aug 2021 16:03:23 -0700 Rik assert.m: Improve performance by 2X for real matrices.
Wed, 18 Aug 2021 14:40:43 -0700 Rik Initialize "status" variable in glpk() to suppress --maybe-initialized compiler warning.
Wed, 18 Aug 2021 14:35:11 -0700 Rik Fix column number in undefined error message (bug #61057).
Wed, 18 Aug 2021 16:53:56 -0400 John W. Eaton mark some internal functions as static
Wed, 18 Aug 2021 16:14:06 -0400 John W. Eaton move check_hdf5_types function inside octave namespace
Wed, 18 Aug 2021 15:47:29 -0400 John W. Eaton move some load-save utilities to octave namespace
Wed, 18 Aug 2021 14:11:56 -0400 John W. Eaton use new Qt::ImCursorRectangle enum value if available
Wed, 18 Aug 2021 13:49:06 -0400 John W. Eaton replace all uses of deprecated Qt::MidButton symbol with Qt::MiddleButton
Wed, 18 Aug 2021 13:26:14 -0400 John W. Eaton * __init_fltk__.cc: Make HAVE_FLTK apply only to fltk headers.
Wed, 18 Aug 2021 19:18:30 +0200 Markus Mützel Make sure octave namespace begin and end tags appear in matching pairs.
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
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