log

age author description
Sun, 25 Jul 2021 20:17:08 +0200 Markus Mützel interp1.m: Don't interpret later numeric input as "xi" (bug #60967). stable
Fri, 23 Jul 2021 14:18:00 -0700 Rik NEWS: more notes about changes to mldivide.
Fri, 23 Jul 2021 11:59:40 -0400 John W. Eaton allow unrecognized characters to begin command-style function call parsing
Fri, 23 Jul 2021 09:26:35 +0200 Markus Mützel NEWS: Add note about changed algorithm for mldivide.
Thu, 22 Jul 2021 13:40:03 -0700 Rik Allow 'Label' to be used as a synonym for 'Text' on uimenus (bug #60870)
Thu, 22 Jul 2021 11:39:14 -0700 Rik Change startup so that '--interactive' does not always force '--no-line-editing' (bug #60696).
Thu, 22 Jul 2021 13:53:43 -0400 John W. Eaton maint: Merge stable to default.
Thu, 22 Jul 2021 13:52:49 -0400 John W. Eaton disable getopt error reporting in wrapper program (bug #60886) stable
Thu, 22 Jul 2021 19:06:00 +0200 Markus Mützel maint: merge stable to default.
Thu, 22 Jul 2021 19:04:52 +0200 Markus Mützel main.cc: Remove invalid case (bug #60886). stable
Thu, 22 Jul 2021 18:43:30 +0200 Markus Mützel GitHub-CI: Add timeout when installing depencencies on macOS.
Thu, 22 Jul 2021 08:27:12 -0700 Rik Emit more informative error message when ARPACK fails to converge (bug #60924)
Thu, 22 Jul 2021 08:03:41 -0700 Rik Add support for ListBoxTop property of uicontrol objects (bug #60951)
Thu, 22 Jul 2021 06:53:17 -0700 Rik Suppress incorrect warning in semilog[xy]err plots (bug #60959).
Wed, 21 Jul 2021 13:25:46 -0400 John W. Eaton don't check status of symbol as variable when parsing at top level (bug #60882)
Wed, 21 Jul 2021 18:51:54 +0200 Markus Mützel Use LU factorization to solve (close to) singular full matrices.
Wed, 21 Jul 2021 09:42:28 -0700 Rik maint: cuddle postfix operator with variable for clarity.
Wed, 21 Jul 2021 09:49:09 -0400 John W. Eaton handle all binary operators the same when detecting command syntax (bug #60882)
Wed, 21 Jul 2021 14:45:32 +0200 Markus Mützel maint: merge stable to default.
Sun, 18 Jul 2021 15:54:48 +0200 Markus Mützel main.cc: Use getopt to parse command line arguments (bug #60886). stable
Tue, 20 Jul 2021 16:31:26 -0400 John W. Eaton Sparse.h: Use forward declaration for Array class
Tue, 20 Jul 2021 22:42:05 +0200 Torsten Lilge fix wring connection of interpreter events in QtHandles
Mon, 19 Jul 2021 20:09:56 +0200 Torsten Lilge avoid connecting non existing signals from variable editor
Mon, 19 Jul 2021 18:46:40 +0200 Torsten Lilge fix regression from cset 7f22f024afdf
Mon, 19 Jul 2021 10:43:31 -0400 John W. Eaton print "object" not "m_object" for default classdef object display (bug #60938)
Mon, 19 Jul 2021 15:55:33 +0200 Markus Mützel options.h: Use C++ nullptr instead of 0.
Sun, 18 Jul 2021 19:20:45 +0200 Torsten Lilge fix broken signal/slot connections for the variable editor
Sun, 18 Jul 2021 15:54:48 +0200 Markus Mützel main.cc: Use getopt to parse command line arguments (bug #60886).
Fri, 16 Jul 2021 16:20:23 -0400 John W. Eaton use m_ prefix for data members in graphics objects and properties classes
Fri, 16 Jul 2021 16:30:53 +0200 Markus Mützel GitHub-CI: Don't use absolute paths to user home on Ubuntu runner.
Thu, 15 Jul 2021 16:12:24 -0400 John W. Eaton use m_prefix for data members in array classes
Thu, 15 Jul 2021 16:11:12 -0400 John W. Eaton use m_ prefix for data members in gl-render classes
Thu, 15 Jul 2021 10:16:37 +0200 Markus Mützel doc: Update default location of local package store (bug #58299).
Wed, 14 Jul 2021 20:23:20 -0700 Rik maint: merge stable to default.
Wed, 14 Jul 2021 20:21:44 -0700 Rik maint: merge away extra head on stable branch. stable
Wed, 14 Jul 2021 16:20:22 -0400 John W. Eaton allow int64 (-large_int) to work properly again (bug #45945)
Wed, 14 Jul 2021 17:42:10 +0200 Markus Mützel GitHub-CI: Display fntests.log in separate step.
Wed, 14 Jul 2021 17:33:02 +0200 Markus Mützel num2str.m: Also fix integer input with second input argument.
Wed, 14 Jul 2021 16:14:49 +0200 Markus Mützel num2str.m: Don't convert integer input to floating point.
Wed, 14 Jul 2021 11:47:25 +0200 Markus Mützel pkg.m: Install local packages in API dependent path (bug #58299).
Wed, 14 Jul 2021 10:49:07 +0200 Markus Mützel assert.m: Don't convert integer input to complex double (bug #57591).
Wed, 14 Jul 2021 00:18:49 -0400 John W. Eaton move liboctave convn functions inside octave namespace
Tue, 13 Jul 2021 23:14:33 -0400 John W. Eaton eliminate macros and unnecessary include statements in oct-convn.h
Tue, 13 Jul 2021 22:56:23 -0400 John W. Eaton move liboctave xnorm functions inside octave namespace
Tue, 13 Jul 2021 15:30:07 -0400 John W. Eaton oct-norm.h: Eliminate macros.
Tue, 13 Jul 2021 13:21:52 -0400 John W. Eaton update coding style for octave_sparse_params class
Mon, 12 Jul 2021 23:31:05 -0400 John W. Eaton improve mex data copy test
Mon, 12 Jul 2021 23:28:50 -0400 John W. Eaton mxArray_octave_value::get_data: fix mutation for non-interleaved complex data
Mon, 12 Jul 2021 16:22:33 -0400 John W. Eaton allow typed mx get data functions to work without mutation in more cases
Mon, 12 Jul 2021 00:41:18 -0400 John W. Eaton maint: Merge stable to default.
Sun, 11 Jul 2021 13:42:19 -0400 John W. Eaton bump version info after 6.3.0 release stable
Sun, 11 Jul 2021 13:40:30 -0400 John W. Eaton Added tag release-6-3-0 for changeset 754013c36587 stable
Sun, 11 Jul 2021 13:19:32 -0400 John W. Eaton Version 6.3.0 released. stable release-6-3-0
Fri, 09 Jul 2021 04:05:58 -0400 John W. Eaton improve previous change for command syntax parsing (bug #60882)
Fri, 09 Jul 2021 04:03:36 -0400 John W. Eaton provide default definitions for more tree_walker methods
Fri, 09 Jul 2021 04:05:13 -0400 John W. Eaton use different template parameter for tree_classdef_element class
Thu, 08 Jul 2021 09:58:33 -0700 Rik maint: merge stable to default.
Thu, 08 Jul 2021 09:56:02 -0700 Rik hgsave.m, copyobj.m: Use 'qt' graphics toolkit in BISTs. stable
Thu, 08 Jul 2021 09:36:24 -0700 Rik Reduce memory usage in BIST tests for copyobj, hgsave (bug #57591) stable
Wed, 07 Jul 2021 12:15:11 -0700 Rik Handle malformed sound headers which do not specify number of frames (bug #60888).