log

age author description
Fri, 08 Apr 2022 19:55:41 +0200 Markus Mützel Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466). stable
Fri, 08 Apr 2022 13:48:13 -0400 Arun Giridhar doc: fix minor typo in datestr.m stable
Fri, 08 Apr 2022 13:48:13 -0400 Arun Giridhar doc: fix minor typo in datestr.m
Fri, 08 Apr 2022 19:11:59 +0200 Markus Mützel Remove asterisk from BISTs since they are failing in some circumstances (bug #38466).
Fri, 08 Apr 2022 17:50:00 +0200 Markus Mützel Add tests for automatic broadcasting with inplace times operator ".*=" (bug #38466).
Wed, 06 Apr 2022 21:47:52 -0700 Rik Improve performance of inline functions.
Wed, 06 Apr 2022 21:25:58 -0700 Rik Add functions to @inline class for Matlab compatibility (Bug #62260).
Wed, 06 Apr 2022 16:30:23 -0700 Rik maint: Remove unnecessary input validation from @style classes
Wed, 06 Apr 2022 14:54:39 -0700 Rik maint: merge stable to default.
Wed, 06 Apr 2022 14:54:05 -0700 Rik addpref.m: Recode BIST test to work with multiple running instances of Octave. stable
Wed, 06 Apr 2022 10:35:00 -0400 John W. Eaton maint: Merge stable to default.
Wed, 06 Apr 2022 10:29:27 -0400 John W. Eaton maint: Bump version for post 7.1.0 release bug fixing phase stable
Wed, 06 Apr 2022 10:28:28 -0400 John W. Eaton Added tag release-7-1-0 for changeset 04120d65778a stable
Wed, 06 Apr 2022 10:05:12 -0400 John W. Eaton Version 7.1.0 released stable release-7-1-0
Wed, 06 Apr 2022 10:00:36 -0400 John W. Eaton * CHECKLIST.md: Update info for change in NEWS file naming. stable
Tue, 05 Apr 2022 15:12:34 -0700 John W. Eaton Allow sub2ind() to accept indices outside the size of the input subscripts (bug #62184)
Tue, 05 Apr 2022 13:54:18 -0700 Rik maint: merge stable to default.
Tue, 05 Apr 2022 13:53:48 -0700 Rik Fix incorrect return value for dbstatus() and interrupts (bug #62248) stable
Tue, 05 Apr 2022 13:33:39 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libgui/.
Tue, 05 Apr 2022 13:20:48 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in liboctave/.
Tue, 05 Apr 2022 08:55:38 -0700 Rik maint: Revert changeset 360d330cc30e to match updated names in c9788d7f6e65.
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Tue, 05 Apr 2022 01:06:00 -0400 John W. Eaton don't change ode options.havejacfun (reverts part of e1788b1a315f)
Mon, 04 Apr 2022 18:16:38 -0700 Rik test.m: Delete unused persistent variable "__fn".
Mon, 04 Apr 2022 18:14:56 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in m-files.
Mon, 04 Apr 2022 11:22:26 -0700 Rik doc: Update documentation for __sort_rows_idx__.
Mon, 04 Apr 2022 11:16:29 -0700 Rik maint: Backed out changeset 3a15bf04cb7f (__sort_rows_idx__ is used).
Mon, 04 Apr 2022 11:11:01 -0700 Rik Ffdisp: Place validation/error code before normal code.
Mon, 04 Apr 2022 10:50:26 -0700 Rik maint: Remove ancient unused function __sort_rows_idx__.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/