log

age author description
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
Fri, 08 Apr 2022 14:11:05 -0400 John W. Eaton move eval of anon fcn handles and built-in and mex functions to pt-eval.cc
Fri, 08 Apr 2022 20:08:10 +0200 Markus Mützel maint: Merge stable to default.
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