log

age author description
Thu, 21 Apr 2022 17:52:31 +0200 Markus Mützel ls.m: Improve wording in docstring (bug #62282). stable
Tue, 19 Apr 2022 15:30:31 -0700 Rik maint: merge stable to default.
Tue, 19 Apr 2022 15:09:27 -0700 Nir Krakauer betainc.m: Use sophisticated technique for calculating exponents to avoid innacuracies (bug #62329) stable
Mon, 18 Apr 2022 20:32:33 -0400 Arun Giridhar besselj.cc: Add some more BISTs to function airy (bug #62321)
Mon, 18 Apr 2022 13:47:16 -0700 Rik Add more BIST tests for bessel functions (Bug #62321)
Mon, 18 Apr 2022 13:02:35 -0700 Rik maint: Use Octave conventions for coding BIST tests in cset 84944164799e.
Mon, 18 Apr 2022 13:30:21 -0400 Arun Giridhar lo-specfun.cc: Remove more duplication (bug #62321)
Mon, 18 Apr 2022 09:32:12 -0400 Arun Giridhar lo-specfun.cc: Remove code duplication for airy and biry functions (bug #62321)
Sun, 17 Apr 2022 17:58:14 -0400 Arun Giridhar besselj.cc: Add more BISTs for the function airy (bug #62321)
Sun, 17 Apr 2022 16:57:39 -0400 Arun Giridhar besselj.cc: Add BISTs for the function airy, remove FIXME (bug #62321)
Sat, 16 Apr 2022 12:46:22 -0700 Rik maint: merge stable to default.
Sat, 16 Apr 2022 12:43:24 -0700 Rik nchoosek.m: Restore fast path code for floating point inputs (bug #62319). stable
Sat, 16 Apr 2022 11:08:32 -0400 Arun Giridhar besselj.cc: Improve input validation for function airy (bug #62321)
Fri, 15 Apr 2022 14:48:37 -0400 Arun Giridhar maint: Merge stable to default
Fri, 15 Apr 2022 14:46:23 -0400 Arun Giridhar nchoosek.m: fix freeze-up for certain integer inputs (bug #62319) stable
Tue, 12 Apr 2022 18:31:18 +0200 Markus Mützel Check that dimensions input arguments for ones/zeros/... are scalar (bug #62291).
Wed, 13 Apr 2022 19:30:14 +0200 Markus Mützel maint: Merge stable to default.
Wed, 13 Apr 2022 13:54:52 +0200 Markus Mützel Don't leak build directories in installed directories (bug #62295). stable
Tue, 12 Apr 2022 17:15:31 +0200 Markus Mützel maint: Merge stable to default.
Tue, 12 Apr 2022 17:07:01 +0200 Markus Mützel pkg.m: Create directory before saving file (bug #62303). stable
Mon, 11 Apr 2022 18:42:33 +0200 Markus Mützel maint: Merge stable to default.
Mon, 11 Apr 2022 18:34:05 +0200 Markus Mützel Fix test broken in 5044c6918fdf. stable
Mon, 11 Apr 2022 16:40:52 +0200 Markus Mützel maint: Merge stable to default.
Mon, 11 Apr 2022 15:58:27 +0200 Markus Mützel Fix "ls" with glob patterns on Windows (bug #62282). stable
Sun, 10 Apr 2022 14:34:42 -0700 Rik maint: merge stable to default.
Sun, 10 Apr 2022 14:34:05 -0700 Rik hdl2struct.m: Fix saving of uibuttongroups (bug #62266). stable
Sat, 09 Apr 2022 14:52:25 -0700 Arun Giridhar Allow "econ" argument to qr() function (bug #62277).
Fri, 08 Apr 2022 17:44:26 -0400 John W. Eaton * libinterp/corefcn/module.mk (COREFCN_INC): Restore mex.h to list.
Fri, 08 Apr 2022 17:41:38 -0400 John W. Eaton * mex-private.h: Add file missing from previous change.
Fri, 08 Apr 2022 15:19:22 -0400 John W. Eaton eliminate direct access to call stack from evaluator