log

age author description
Wed, 06 Oct 2021 19:45:35 +0200 Markus Mützel GitHub-CI: Use recommended msys2/setup-msys2 action.
Wed, 06 Oct 2021 10:09:48 +0900 Arun Giridhar factor.m: significant speedup for large input quantities (> 1e14) (bug #61129).
Fri, 01 Oct 2021 15:25:51 -0400 John W. Eaton improve efficiency of mxArray -> octave_value conversion
Wed, 29 Sep 2021 16:43:08 -0400 John W. Eaton move ptr to imag data in mxArray to separate_full and separate_sparse classes
Fri, 01 Oct 2021 13:45:04 -0400 John W. Eaton refactor typed data get and set methods for mxArray objects
Wed, 29 Sep 2021 16:25:10 -0400 John W. Eaton use distinct classes for interleaved and separate numeric mxarray objects
Wed, 29 Sep 2021 15:41:21 -0400 John W. Eaton combine calls to mxArray::malloc and mxArray::calloc in wrapper function
Sun, 03 Oct 2021 13:14:22 +0200 Markus Mützel maint: merge stable to default.
Sun, 03 Oct 2021 12:18:15 +0200 Markus Mützel Prepare NEWS file ahead of 6.4 release. stable
Fri, 01 Oct 2021 10:07:37 +0200 Markus Mützel maint: merge stable to default.
Fri, 01 Oct 2021 10:05:03 +0200 Markus Mützel doc: Add Hungarian translation for project description files. stable
Wed, 29 Sep 2021 09:57:01 -0700 Rik nchoosek.m: Fix algorithm for even K in cset f5aba4d7e651 (bug #61191).
Tue, 28 Sep 2021 17:03:25 -0700 Rik nchoosek.m: New algorithm with more precision when N, K are scalars (bug #61199)
Mon, 27 Sep 2021 20:30:57 -0700 Rik maint: use ALL_CAPS for static const variables used as constants.
Mon, 27 Sep 2021 17:53:38 -0400 John W. Eaton * system.tst: New mkdir tests.
Mon, 27 Sep 2021 17:45:48 -0400 John W. Eaton * mkdir.m: Remove obsolete test.
Mon, 27 Sep 2021 16:40:26 -0400 John W. Eaton * mex.cc: Don't use _arg prefix for function argument names if possible.
Mon, 27 Sep 2021 16:38:00 -0400 John W. Eaton * mex.cc: Don't use m_ prefix for function arguments and local variables.
Fri, 24 Sep 2021 10:46:49 -0400 John W. Eaton simplify mkdir and allow it to create parent directory (bug #61166)
Mon, 27 Sep 2021 12:59:34 +0200 Markus Mützel GUI: Display dialog if deleting or renaming a file fails (bug #61225).
Thu, 23 Sep 2021 21:06:41 -0400 Nicholas R. Jankowski nchoosek.m: Improve struct input handling for k<n (bug #61119)
Fri, 24 Sep 2021 17:58:38 +0200 Markus Mützel maint: merge stable to default.
Fri, 24 Sep 2021 17:58:04 +0200 Markus Mützel rmpath: Prevent removing the current directory from the load path (bug #61216). stable
Thu, 23 Sep 2021 12:19:54 -0700 Rik nchoosek.m: Allow struct inputs (bug #61119)
Thu, 23 Sep 2021 10:00:12 -0700 Rik nchoosek.m: Allow "char" and other non-numeric inputs (bug #61119)
Thu, 23 Sep 2021 00:00:12 -0400 John W. Eaton allow nchoosek to accept character vectors (bug #61199)
Wed, 22 Sep 2021 23:17:42 -0400 John W. Eaton fix file position info for errors in conditional expressions (bug #61201)
Wed, 22 Sep 2021 23:13:36 -0400 John W. Eaton save file position info in more parse tree elements
Wed, 22 Sep 2021 23:09:12 -0400 John W. Eaton initialize filepos to (1, 1) when function appears in eval string
Tue, 21 Sep 2021 13:32:41 -0400 John W. Eaton maint: merge stable to default.