log

age author description
Wed, 13 Oct 2021 10:36:20 -0700 Rik Return logical status variable from file functions for Matlab compatibility.
Wed, 13 Oct 2021 17:59:06 +0200 Óvári gui: Add Hungarian translation (bug #61335).
Wed, 13 Oct 2021 08:05:14 -0700 Rik mkdir.m: issue a warning if DIR already exists (bug #61338)
Wed, 13 Oct 2021 11:26:43 +0900 Kai T. Ohlhus doc: rephrase NEWS about factor-function speedup (bug #61129).
Tue, 12 Oct 2021 08:46:56 +0200 Markus Mützel GitHub-CI: Don't use cross-compilers for native Windows builds.
Mon, 11 Oct 2021 20:09:59 -0700 Rik maint: use rows() or columns() instead of size(__, 1 | 2) for clarity.
Sat, 09 Oct 2021 13:48:40 +0200 Markus Mützel maint: merge stable to default.
Fri, 08 Oct 2021 19:11:23 -0400 Arun Giridhar doc: Document fsolve output "info" -2 (bug #61310). stable
Fri, 08 Oct 2021 17:37:32 +0200 Markus Mützel legend.m: Avoid TeX parser warning if interpreter is set to "none" (bug #61311).
Thu, 07 Oct 2021 17:08:44 -0400 John W. Eaton attempt to limit possible const_cast damage
Thu, 07 Oct 2021 09:16:18 -0700 Rik null.m: Silence incorrect warning message for row vector inputs (bug #61305)
Wed, 29 Sep 2021 16:22:00 +0900 John W. Eaton allow size function to query arbitrary list of dimensions (bug #61098)
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