log

age author description
Thu, 13 May 2021 17:14:54 -0700 Rik betainc.m, betaincinv.m: Correct non-Tex definition of beta incomplete integral. stable
Thu, 13 May 2021 19:05:29 +0200 Markus Mützel build: Don't try to expand Makefile variable in configure script.
Thu, 13 May 2021 18:06:23 +0200 Markus Mützel build: Don't use deprecated AC_TRY_COMPILE.
Thu, 13 May 2021 11:53:54 -0400 John W. Eaton * acinclude.m4 (OCTAVE_PROG_FLEX): Pass noyywrap to AC_PROG_LEX. (bug #60601)
Thu, 13 May 2021 16:43:24 +0200 Markus Mützel GitHub-CI: Adapt for updated macOS runners.
Thu, 13 May 2021 10:12:49 -0400 John W. Eaton add OCTAVE_API tag to MArray and MSparse template function declarations
Sun, 09 May 2021 20:00:01 +0200 Markus Mützel qhull: Add note about libqhull_r to NEWS (bug #60016).
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 12 May 2021 18:50:04 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:23:39 -0400 John W. Eaton * lo-array-errwarn.cc: Include <limits>. (bug #60470) stable
Wed, 12 May 2021 17:57:08 +0200 Pantxo Diribarne Warn when latex interpreter can't be used (bug #60583)
Wed, 12 May 2021 00:11:20 +0200 Pantxo Diribarne Synchronize positions optionally when updating axes ticks (bug #60583)
Tue, 11 May 2021 22:42:29 +0200 Torsten Lilge fix eol mode when saving files under new names (bug #60585) stable
Tue, 11 May 2021 20:55:11 +0200 Markus Mützel GitHub-CI: Build with visibility flags on macOS (bug #59820).
Tue, 11 May 2021 19:32:57 +0200 Markus Mützel Define variables for API visibility flags on all platforms (bug #59820).
Mon, 10 May 2021 23:27:38 +0200 Markus Mützel liboctave/array: Add visibility flags to functions declared in headers (bug #60567).
Mon, 10 May 2021 14:58:19 -0400 John W. Eaton * input.h (Vlast_prompt_time): Export symbol.
Mon, 10 May 2021 20:17:29 +0200 Markus Mützel maint: merge stable to default.
Mon, 10 May 2021 20:04:16 +0200 Markus Mützel Fix error if test suite is run before Octave is installed (bug #60554). stable
Sat, 08 May 2021 21:12:19 +0200 Markus Mützel Fix error in dc171e0452cf (bug #60556).
Sat, 08 May 2021 11:45:17 -0700 Mike Miller lscov.m: relax BIST tolerance to pass with OpenBLAS (bug #60552)
Sat, 08 May 2021 19:51:08 +0200 Markus Mützel maint: merge stable to default.
Sat, 08 May 2021 19:31:48 +0200 Markus Mützel Mark compiled system functions correctly if OCTAVE_HOME is non-canonical (bug #60554). stable
Sat, 08 May 2021 09:39:19 -0700 Mike Miller build: restore original QHULL make variables (bug #60016)
Sat, 08 May 2021 17:45:19 +0200 Markus Mützel maint: merge stable to default.
Sat, 08 May 2021 17:43:50 +0200 Markus Mützel Mark system functions correctly if OCTAVE_HOME is non-canonical (bug #60554). stable
Sat, 01 May 2021 15:17:28 +0200 Markus Mützel logspace.m: Mark tests as known to fail on macOS (bug #55538).
Wed, 05 May 2021 12:15:56 +1000 Robert Jenssen load-path: Add ids to warnings for load path update failures (bug #48865).
Fri, 07 May 2021 21:05:56 -0400 John W. Eaton avoid crash when closing GUI with open editor tabs (bug #60500)
Fri, 07 May 2021 23:35:15 +0200 Markus Mützel build: Initialize QHull context structure in configure test (bug #60016).
Fri, 07 May 2021 13:52:24 -0400 John W. Eaton remove debug code accidentally pushed in 5cf985f5760a
Fri, 07 May 2021 13:12:35 -0400 John W. Eaton * octave.cc (application::init): Allow --interactive with --server.
Fri, 02 Apr 2021 19:53:26 +0200 Stefan Brüns qhull: Use reentrant libqhull_r (bug #60016).
Fri, 07 May 2021 07:48:00 -0700 Rik Remove DOS line endings in cset f114b45ebbc9.
Fri, 07 May 2021 15:48:52 +0200 Markus Mützel bootstrap: Add diff and instructions for local changes after gnulib update.
Fri, 07 May 2021 14:37:26 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments for GUI (bug #60535).
Thu, 06 May 2021 09:37:43 -0700 Rik betaincinv.m: Overhaul function.
Thu, 06 May 2021 15:14:21 +0200 Markus Mützel event-manager.h: Remove visibility attributes from functions defined in header.
Thu, 06 May 2021 11:55:51 +0200 Markus Mützel maint: merge stable to default.
Thu, 06 May 2021 00:31:57 -0500 Gene Harvey unistd-wrappers.c: Allocate sufficient memory for new_argv (bug #60535). stable
Wed, 05 May 2021 20:37:55 -0400 John W. Eaton provide access to qt_interpreter_event handlers from event_manager class
Wed, 05 May 2021 20:30:09 -0400 John W. Eaton reset parser if parse error occurs parsing code in get_line_and_eval
Wed, 05 May 2021 20:28:44 -0400 John W. Eaton move get_line_and_eval to parse tree evaluator
Wed, 05 May 2021 15:39:17 -0700 Rik Disable Octave:empty-index warning when --braindead option used.
Wed, 05 May 2021 14:27:17 -0700 Rik maint: merge stable to default.
Wed, 05 May 2021 14:26:44 -0700 Rik betaincinv.m: Correctly handle inputs very close to 1.0 (bug #60528) stable
Wed, 05 May 2021 14:13:01 -0700 Rik maint: merge stable to default.
Wed, 05 May 2021 14:12:23 -0700 Rik betaincinv.m: Correctly handle small inputs (bug #60528) stable
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Tue, 04 May 2021 15:33:58 -0400 John W. Eaton avoid connecting to parent slots in octave_dock_widget
Tue, 04 May 2021 13:55:28 -0400 John W. Eaton eliminate direct parent to child connection in terminal dock widget
Tue, 04 May 2021 11:56:47 -0400 John W. Eaton eliminate more connections from variable editor signals to parent slots
Wed, 05 May 2021 18:40:58 +0200 Markus Mützel svd: Use std::unordered_map for mapping of jobu and jobv from gesvd to gejsv.
Wed, 05 May 2021 17:46:37 +0200 Markus Mützel libgui: Avoid dangling reference with QString::toStdString.
Wed, 05 May 2021 13:52:54 +0200 Markus Mützel hdf5: Initialize array before use.
Wed, 05 May 2021 10:50:22 +0200 Markus Mützel tril.cc: Use standard functions for min and max operations.
Tue, 04 May 2021 14:03:19 -0700 Rik Emit more informative error message for empty {} indexing (bug #57297).