log

age author description
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
Tue, 23 Nov 2021 12:40:51 -0500 John W. Eaton deprecate .+ and .- operators
Tue, 23 Nov 2021 12:36:52 -0500 John W. Eaton eiminate .+ and .- from documentation
Tue, 23 Nov 2021 12:36:01 -0500 John W. Eaton eliminate use of .+ and .- operators in Octave sources
Tue, 23 Nov 2021 12:28:40 -0500 John W. Eaton deprecate/eliminate additional instances of '**', '.**', '**=', and '.*=='
Tue, 23 Nov 2021 09:57:51 -0500 John W. Eaton update bug status
Tue, 23 Nov 2021 09:53:44 -0500 John W. Eaton merge stable to default
Tue, 23 Nov 2021 09:51:21 -0500 John W. Eaton update bug status stable
Mon, 22 Nov 2021 16:22:54 -0500 John W. Eaton deprecate ** and .** operators (bug #60882)
Mon, 22 Nov 2021 15:41:42 -0500 John W. Eaton new lexer utility function, warn_deprecated_syntax
Mon, 22 Nov 2021 16:41:21 +0100 Markus Mützel oct-conf-post.in.h: Include header that defines __MSVCRT_VERSION__.
Mon, 22 Nov 2021 15:21:37 +0100 Markus Mützel doc: Don't claim that reference BLAS is un-maintained.
Mon, 22 Nov 2021 08:44:26 +0100 Markus Mützel GitHub-CI: Display processor name of selected runner on Windows.
Sun, 21 Nov 2021 20:35:10 -0800 Rik qp.m: Workaround apparent bug in glpk which causes infeasible solution error (bug #38353)
Thu, 24 Dec 2020 22:38:46 -0500 Nicholas R. Jankowski warning_ids.m: fill in missing warning descriptions (bug #39434)
Sat, 02 Jul 2016 11:40:43 +1000 Lachlan Andrew datevec.m: Check that no field (HH, MM etc) is repeated in format (bug #47627).
Sun, 21 Nov 2021 16:53:49 -0800 Rik Return Inf for inv(0) for compatibility with division operator and Matlab (bug #52285).
Sun, 21 Nov 2021 13:39:19 -0800 Rik Add "xline", "yline" to list of unimplemented functions (bug #58530).
Sun, 21 Nov 2021 13:23:31 -0800 Rik Increase tolerances on BIST tests for gsvd (bug #60273)
Sun, 21 Nov 2021 16:40:00 +0100 Markus Mützel interpreter.cc: Include missing header <clocale>.
Sun, 21 Nov 2021 15:25:04 +0100 Markus Mützel interpreter: Use UTF-8 locale on Windows if possible.
Sat, 20 Nov 2021 18:52:33 +0100 Markus Mützel Revert work-around from 7aa1994c0ca2.
Sat, 20 Nov 2021 15:59:27 +0100 Markus Mützel GitHub-CI: Use gnulib mirror on GitHub when bootstrapping.
Sat, 20 Nov 2021 15:26:17 +0100 Markus Mützel GitHub-CI: No longer create manual symlinks for octave binaries on Windows.
Sat, 20 Nov 2021 14:01:56 +0100 Markus Mützel build: Install all octave binaries to bindir on Windows.
Fri, 19 Nov 2021 20:57:09 -0800 Rik Add support for "class" option to exist() function (bug #46260)
Fri, 19 Nov 2021 08:04:45 -0500 John W. Eaton eliminate unnecessary use of OCTAVE_FALLTHOUGH
Thu, 18 Nov 2021 20:50:27 -0800 Rik maint: use "m_" prefix for member variables in class gsvd.
Thu, 18 Nov 2021 20:27:04 -0800 Rik hdl2struct.m: Save "appdata" with rest of handle data (bug #61491)
Wed, 08 Sep 2021 16:08:03 -0700 Rik Rewrite gsvd function and return *correct* 3rd output (bug #60273).