log

age author description
Wed, 21 Apr 2021 13:23:16 -0400 John W. Eaton * octave-qobject.cc: Minor style fixes.
Wed, 21 Apr 2021 12:00:32 -0400 John W. Eaton simplify interpreter shutdown in the GUI
Wed, 21 Apr 2021 11:43:23 -0400 John W. Eaton use std::unique_ptr to manage interpreter object in application object
Tue, 20 Apr 2021 16:54:51 -0400 John W. Eaton maint: merge stable to default.
Tue, 20 Apr 2021 16:20:10 -0400 John W. Eaton perform shutdown actions in interpreter destructor (bug #60334) stable
Tue, 20 Apr 2021 09:53:31 -0700 Rik Backout changes to octave-qobject.cc in cset 3d34b70b5a49 (bug #60420)
Mon, 19 Apr 2021 17:16:20 -0400 John W. Eaton avoid accessing invalid app context during interpreter initialization
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Thu, 15 Apr 2021 11:08:57 -0400 John W. Eaton add some comments for anonymous function handles
Sat, 17 Apr 2021 12:21:48 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments.
Sat, 17 Apr 2021 12:21:35 +0200 Markus Mützel Windows: Fix using glob patterns with non-ASCII characters.
Sat, 17 Apr 2021 12:20:54 +0200 Markus Mützel Windows: Support opening pipe with non-ASCII characters in command.
Sat, 17 Apr 2021 09:16:41 +0200 Markus Mützel Windows: Allow non-ASCII characters in Octave home directory.
Thu, 15 Apr 2021 23:16:15 +0200 Pantxo Diribarne annotation.m: Fix callbacks called with too many inputs
Thu, 15 Apr 2021 17:48:35 +0200 Torsten Lilge fix several gui issues (shown with OCTAVE_SHOW_GUI_MESSAGES=1)
Thu, 15 Apr 2021 09:07:13 +0200 Markus Mützel maint: merge stable to default.
Wed, 14 Apr 2021 15:03:09 +0200 Markus Mützel mpoles.m: Fix detection of pole multiplicity (bug #60384). stable
Wed, 14 Apr 2021 19:37:11 +0200 Torsten Lilge fix missing connection of interrupt signal (bug #60392)
Wed, 14 Apr 2021 18:30:56 +0200 Torsten Lilge fix newline issues in new command widget
Wed, 14 Apr 2021 15:53:39 +0200 Markus Mützel canonicalize_file_name: Be more wary when removing path prefix on Windows.
Wed, 14 Apr 2021 15:03:09 +0200 Markus Mützel mpoles.m: Fix detection of pole multiplicity (bug #60384).
Tue, 13 Apr 2021 10:37:34 -0700 Rik __ftp__.cc: Remove number of input argument checks from internal functions.
Tue, 13 Apr 2021 08:06:05 -0400 John W. Eaton undo previous change; reset parser in server loop
Tue, 13 Apr 2021 06:25:20 -0400 John W. Eaton also reset parser when interpreter recovers from exception
Mon, 12 Apr 2021 23:03:11 +0200 Torsten Lilge use terminal settings for the experimental command widget
Sun, 11 Apr 2021 19:22:31 +0200 Torsten Lilge allow reloading default colors and styles in the preferences dialog
Sun, 11 Apr 2021 19:22:30 +0200 Torsten Lilge improve some gui colors for dark system themes
Sun, 11 Apr 2021 19:22:29 +0200 Torsten Lilge make detection of default fixed font for gui more robust
Sat, 10 Apr 2021 20:58:08 +0200 Markus Mützel canonicalize_file_name: Use newer Windows API functions (bug #60306).
Fri, 09 Apr 2021 21:59:01 +0200 Pantxo Diribarne Fix some copyright dates in new files (bug #59546)
Wed, 07 Apr 2021 22:21:36 +0200 Pantxo Diribarne octave-svgconvert: Don't use Qt's SVG module (bug #59546)
Fri, 09 Apr 2021 09:38:40 -0400 John W. Eaton mk-default-qt-settings.in.sh: Delete unused script.
Fri, 09 Apr 2021 06:38:21 -0700 Rik Suppress extraneous error messages from Qhull (bug #57727).
Wed, 07 Apr 2021 20:18:21 +0200 Markus Mützel canonicalize_file_name: Add yet another work-around for non-ASCII paths on Windows (bug #60306).
Thu, 08 Apr 2021 16:04:45 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 16:04:13 -0700 Rik doc: Use Texinfo commands to improve transpose() docstring rendering. stable
Thu, 08 Apr 2021 15:35:28 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 15:34:33 -0700 Rik doc: Update keyword docstrings (bug #60275). stable
Thu, 08 Apr 2021 21:19:10 +0200 Torsten Lilge remove default-qt-settings
Thu, 08 Apr 2021 13:20:17 -0400 John W. Eaton * main.in.cc (experimental_terminal_widget): Delete unused variable.
Thu, 08 Apr 2021 09:48:38 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 09:48:17 -0700 Rik doc: Explain how to write dual-purpose executable scripts and Octave functions (bug #60291). stable
Thu, 08 Apr 2021 18:14:02 +0200 Markus Mützel Don't mark BISTs specific for Mac and Windows as fixed.
Thu, 08 Apr 2021 00:16:13 -0400 John W. Eaton maint: merge stable to default.
Thu, 08 Apr 2021 00:15:34 -0400 John W. Eaton issue warning when gnuplot graphics toolkit is initialized stable
Wed, 07 Apr 2021 21:03:58 +0200 Markus Mützel ft-text-renderer.cc: Revert accidentally committed hunk from hg id ee66869c30d6.
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Thu, 25 Mar 2021 17:47:56 -0400 John W. Eaton allow event manager to handle display of execution exceptions
Thu, 25 Mar 2021 16:25:31 -0400 John W. Eaton leave error message output stream decision to error_system class
Wed, 07 Apr 2021 08:04:04 +0200 Markus Mützel bootstrap: Revert local change removed in hg id 0cf53a415b7f.
Tue, 06 Apr 2021 13:59:40 -0700 Rik Silence compiler warning in intprops-wrappers.c (bug #60316)
Tue, 06 Apr 2021 21:26:52 +0200 Torsten Lilge rearrange default lexer settings and add second color mode to gui editor
Tue, 06 Apr 2021 14:25:27 -0400 John W. Eaton eliminate sign comparison warning from GCC
Tue, 06 Apr 2021 14:24:19 -0400 John W. Eaton * intprops-wrappers.c: Include config.h.
Tue, 06 Apr 2021 14:23:49 -0400 John W. Eaton maint: update gnulib
Tue, 06 Apr 2021 10:47:40 -0400 John W. Eaton if bug number is supplied, prefer '%!test' over '%!xtest'
Tue, 06 Apr 2021 10:43:17 -0400 John W. Eaton update bug status in test suite
Fri, 02 Apr 2021 19:28:07 +0200 Markus Mützel Replace Unicode conversion functions from gnulib with STL functions.
Mon, 05 Apr 2021 09:15:48 -0700 Rik maint: merge stable to default.
Mon, 05 Apr 2021 09:09:22 -0700 Rik isprop.m: Document that function only works on graphics objects in Octave 6.X (bug #60295) stable
Mon, 05 Apr 2021 10:48:18 +0200 Markus Mützel Fix loading fonts from path with non-ASCII characters on Windows.
Sat, 03 Apr 2021 13:19:04 +0200 Torsten Lilge provide second color mode for variable editor
Sat, 03 Apr 2021 08:26:30 +0200 Torsten Lilge provide second color mode for workspace view
Fri, 02 Apr 2021 17:02:36 +0200 Torsten Lilge * gui-preferences-ws.h: fix wrong group for color preference keys
Fri, 02 Apr 2021 16:57:51 +0200 Torsten Lilge * settings-dialog.ui: fix tooltip on disabling global shortcuts
Fri, 02 Apr 2021 16:54:42 +0200 Torsten Lilge allow a second color theme for the console window (dark mode)
Thu, 01 Apr 2021 23:18:50 +0200 Pantxo Diribarne Differ latex test until actually needed (bug #59546)
Fri, 02 Apr 2021 01:32:39 -0400 John W. Eaton avoid warning about deprecated Qprinter::setPaperSize function
Thu, 01 Apr 2021 19:42:37 +0200 Markus Mützel eigs: Remove static variables (bug #60311).
Thu, 01 Apr 2021 18:58:26 +0200 Markus Mützel maint: merge stable to default.
Thu, 01 Apr 2021 18:55:45 +0200 Markus Mützel eigs: Prevent possible segmentation fault at exit (bug #60311). stable
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Fri, 05 Mar 2021 16:14:34 -0500 John W. Eaton avoid memory leaks when returning handles to nested functions stable
Tue, 02 Mar 2021 12:32:43 -0500 John W. Eaton defer clearing function vars until stack frame is deleted (bug #60137) stable
Wed, 31 Mar 2021 21:33:46 +0200 Torsten Lilge do not disable shortcuts for activating other widgets in console widget
Wed, 31 Mar 2021 18:43:46 +0200 Torsten Lilge * tab-bar.cc: added a comment regarding source for rotated tabs
Wed, 31 Mar 2021 13:39:31 +0200 Torsten Lilge fix broken build with Qt 5.4 after cset 0e9319d40977 (bug #60298)
Wed, 31 Mar 2021 13:38:34 +0200 Torsten Lilge merged away extra head
Mon, 22 Mar 2021 21:32:54 +0100 Pantxo Diribarne Initial implementation of a LaTeX interpreter (bug #59546).
Mon, 29 Mar 2021 19:37:59 +0200 Torsten Lilge provide a tab context menu entry for copying the full path of an editor file
Mon, 29 Mar 2021 07:54:26 +0200 Torsten Lilge do not allow full path in editor tabs
Sun, 28 Mar 2021 22:55:08 +0200 Torsten Lilge allow rotated tabs in the file editor (bug #60276)
Sun, 28 Mar 2021 15:35:05 -0400 John W. Eaton use "m_" prefix for class members in a few more classes
Sat, 27 Mar 2021 09:26:12 +0100 Torsten Lilge add all open tabs to the context menu of the editor tabs (bug #60276)
Thu, 25 Mar 2021 17:57:27 +0100 Markus Mützel Prefer "octave-svgconvert" in "bin" directory on Windows (bug #59546).
Wed, 24 Mar 2021 19:56:42 -0700 Rik uniquetol.m: variable naming cleanup and addition of BIST test.
Sun, 21 Mar 2021 18:10:14 +0100 Markus Mützel pkg.m: Install local packages in version dependent path (bug #58299).
Mon, 22 Mar 2021 21:09:04 +1100 Steven uniquetol.m: Improve performance when "byrows" is false (bug #59850).
Tue, 23 Mar 2021 22:08:08 -0400 John W. Eaton maint: merge stable to default.
Tue, 23 Mar 2021 22:22:45 +0100 Torsten Lilge prevent floating widgets from reopening after restart (bug #60279) stable
Mon, 22 Mar 2021 00:34:38 -0400 John W. Eaton begin allowing breakpoints to be set using file name
Wed, 03 Mar 2021 23:57:31 -0500 John W. Eaton revamp handling of breakpoint line positions
Sun, 21 Mar 2021 10:53:11 +0100 Markus Meisinger ode15s.m: Fix error if Jacobian in options is a constant matrix (bug #60240).
Sat, 20 Mar 2021 15:43:04 +0100 Markus Mützel maint: merge stable to default.
Sat, 20 Mar 2021 15:42:27 +0100 Markus Mützel doc: Expand on documentation for command syntax (bug #60084). stable
Sat, 20 Mar 2021 15:18:21 +0100 Markus Mützel doc: Minor changes to documentation of single precision issues with OpenGL (bug #59418). stable
Sat, 20 Mar 2021 11:40:07 +0100 Markus Mützel maint: merge stable to default.
Sat, 20 Mar 2021 11:00:25 +0100 Markus Mützel doc: Document single precision issues with OpenGL graphics toolkits (bug #59418). stable
Sat, 20 Mar 2021 11:17:09 +0100 Torsten Lilge fix restoring the horizontal position of docked gui widgets (bug #59426) stable
Sat, 20 Mar 2021 10:42:06 +0900 Abdallah-Elshamy jsonencode.cc: Make pretty formating compatible with MATLAB (bug #60259).
Sat, 20 Mar 2021 09:18:49 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 18 Mar 2021 21:45:09 +0100 Torsten Lilge fix crash when gui tries to restore missing previous octave dir (bug #60255) stable
Wed, 17 Mar 2021 00:50:34 -0400 John W. Eaton maintain a set of watch expressions for possible use in tracing/debugging
Tue, 16 Mar 2021 18:17:42 +0100 Markus Mützel Use gnulib macros that account for the output type in integer overflow checks.
Mon, 15 Mar 2021 19:57:54 +0100 Torsten Lilge redo parts of cset 33d89d314d43 lost by recent merge
Mon, 15 Mar 2021 18:55:26 +0100 Markus Mützel maint: merge stable to default.
Mon, 15 Mar 2021 13:41:36 +0100 Pantxo Diribarne print.m: Warn when figure is too large to be printed to output page (bug #60236) stable
Mon, 15 Mar 2021 02:11:02 -0400 John W. Eaton maint: merge stable to default.
Thu, 11 Mar 2021 01:15:02 -0500 John W. Eaton delete unused function from graphics base_properties class
Sun, 14 Mar 2021 22:45:42 +0100 Torsten Lilge fix en-/disabling some editor actions depending on file type (bug #60214)
Sun, 14 Mar 2021 19:15:57 +0100 Torsten Lilge fix confirm overwrite for native editor file save as dialogs (bug #60214) stable
Sun, 14 Mar 2021 13:09:16 +0100 Torsten Lilge do not run files that are not saved as octave files (bug #60214) stable
Sat, 13 Mar 2021 17:24:43 +0100 Torsten Lilge fix missing file suffix m when saving a new script (bug #60214) stable
Sat, 13 Mar 2021 10:56:43 +0100 Markus Mützel Fix compilation without OpenGL (bug #33118).
Fri, 12 Mar 2021 14:10:04 -0800 Rik maint: strip trailing spaces from code base.
Fri, 12 Mar 2021 20:56:19 +0100 Pantxo Diribarne Allow arbitrary text rotation onscreen (bug #33118)
Fri, 12 Mar 2021 19:12:04 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Mar 2021 19:11:26 +0100 Markus Mützel doc: Change example for Delaunay triangulation to match the generating code (bug #60216). stable
Thu, 11 Mar 2021 09:08:54 -0800 Rik maint: remove #defines for old_NA values no longer supported.
Thu, 11 Mar 2021 09:05:27 -0800 Rik configure.ac: No longer look for SuiteSparse header files in ufsparse/ (bug #59806).
Thu, 11 Mar 2021 08:50:47 -0800 Rik configure.ac: Prioritize top-level headers in OCTAVE_CHECK_LIB macro (bug #59806)
Wed, 10 Mar 2021 23:05:17 -0500 John W. Eaton use std::shared_ptr and m_ prefix for vertex_data and opengl_texture classes
Wed, 10 Mar 2021 16:35:59 -0800 Rik maint: Remove support for old_NA definition (pre-R compatible value).
Wed, 10 Mar 2021 11:46:50 -0800 Rik maint: merge stable to default.
Wed, 10 Mar 2021 07:10:53 +0100 Torsten Lilge fix calling external editor (bug #60198) stable
Tue, 09 Mar 2021 22:39:33 -0500 John W. Eaton maint: merge stable to default.
Sun, 07 Mar 2021 23:28:25 -0500 John W. Eaton fix context link when creating handle to nested function stable
Thu, 04 Mar 2021 16:19:48 -0500 John W. Eaton avoid ambiguous call to pow (bug #60169) stable
Tue, 09 Mar 2021 22:19:58 -0500 John W. Eaton fix interrupt and dbquit behavior when using server mode
Tue, 09 Mar 2021 15:20:31 -0800 John W. Eaton Fix dimensions printed in non-conformant matrices for '=' operator (bug #59637).
Tue, 09 Mar 2021 14:23:47 -0800 Rik Use Octave coding conventions in patch for GEJSV SVD driver (bug #55727).
Tue, 09 Mar 2021 21:05:54 +0100 Markus Mützel Use matching format string for Fortran integers.
Tue, 09 Mar 2021 20:15:27 +0100 Markus Mützel svd.cc: Use std::max<F77_INT> for Fortran integers (bug #55727).
Mon, 08 Mar 2021 11:58:10 -0800 Rik null.m: suppress unnecessary warning (bug #60190).
Mon, 08 Mar 2021 19:10:58 +0100 Markus Mützel maint: merge stable to default.
Mon, 08 Mar 2021 19:10:23 +0100 Markus Mützel doc: Add note that wildcard patterns for "save" are glob patterns (bug #60157). stable
Wed, 20 Mar 2019 00:58:11 +0800 Eddy Xiao Add additional svd driver GEJSV for accurate SVD (bug #55727).
Sun, 07 Mar 2021 10:55:54 +0100 Philip Nienhuis text.m: Silence warning about truncating char matrix (bug #60187).
Fri, 05 Mar 2021 08:44:31 -0800 Rik Emit error if integer/floating point inputs to colon operator are incompatible (bug #59899).
Thu, 04 Mar 2021 10:02:58 -0500 John W. Eaton maint: merge stable to default.
Wed, 03 Mar 2021 15:50:41 -0500 John W. Eaton check for stropts.h (bug #60163) stable
Thu, 04 Mar 2021 08:44:58 +0100 Markus Mützel maint: merge stable to default.
Wed, 03 Mar 2021 18:43:04 +0100 Markus Mützel Fix compilation error with iconv_t on Solaris (bug #60162). stable
Wed, 03 Mar 2021 23:45:46 +0100 Pantxo Diribarne legend.m: Better handling of custom position (bug #60133).
Wed, 03 Mar 2021 15:50:41 -0500 John W. Eaton check for stropts.h (bug #60163)
Mon, 01 Mar 2021 20:11:59 -0500 John W. Eaton call handle class set method with nargout = 0 (bug #60143)
Mon, 01 Mar 2021 15:33:37 -0800 Rik legend.m: Fix "location" callback to not run when "location"="none" (bug #60133).
Mon, 01 Mar 2021 13:46:01 -0800 Rik fill.m, fill3.m: Clean up functions.
Sun, 28 Feb 2021 20:12:27 +0100 Pantxo Diribarne clabel.m: clip labels in parent axes boundaries (bug #60131).
Mon, 01 Mar 2021 14:39:32 -0500 John W. Eaton eliminate last uses of BEGIN/END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE
Mon, 01 Mar 2021 09:46:19 -0800 Rik maint: merge stable to default.
Mon, 01 Mar 2021 09:45:56 -0800 Jim Van Zandt fsolve.m: Fix undefined output error when using Output function (bug #60144). stable
Sun, 28 Feb 2021 18:37:34 +0100 Torsten Lilge add separate icon for qt figure windows
Sun, 28 Feb 2021 12:15:27 +0100 Markus Mützel fill3.m: Add new function.
Sat, 27 Feb 2021 16:05:54 +0100 Markus Mützel Fix loading ranges saved in "-binary" format (bug #60130).
Wed, 24 Feb 2021 21:44:02 +0100 Torsten Lilge fix interrupting the interpreter in the gui command window (bug #60079)
Tue, 23 Feb 2021 09:29:31 -0800 Rik Extend etree() to work with dense matrices.
Tue, 23 Feb 2021 08:54:04 -0800 Rik maint: merge stable to default.
Tue, 23 Feb 2021 08:53:27 -0800 Rik Fix occasional segfault in symbfact (bug #60101). stable
Mon, 22 Feb 2021 16:07:49 -0800 Rik Return empty matrix when using an empty matrix as base or exponent in '^' operator (bug #68006).
Mon, 22 Feb 2021 11:55:23 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 22 Feb 2021 11:52:11 +0900 Kai T. Ohlhus doc: Update NEWS file for 6.2.0 release (bug #60085). stable
Sun, 21 Feb 2021 18:20:49 +0100 Markus Mützel maint: merge stable to default.
Sun, 21 Feb 2021 17:35:28 +0100 Markus Mützel ls-hdf5.cc: Handle non-zero terminated type strings (bug #60081). stable
Sun, 21 Feb 2021 16:45:11 +0100 Markus Mützel ls-hdf5.cc: Avoid throwing inside HDF5 function (bug #60081). stable
Sun, 21 Feb 2021 13:44:29 +0100 Markus Mützel maint: merge stable to default.
Mon, 15 Feb 2021 18:09:01 +0100 Markus Mützel doc: Clarify usage of "Depends" keyword in package DESCRIPTION file (bug #60053). stable
Sun, 21 Feb 2021 02:49:00 -0500 John W. Eaton maint: merge stable to default.
Fri, 19 Feb 2021 12:40:15 -0500 John W. Eaton Added tag rc-6-1-90 for changeset 55008004bb9a stable
Fri, 19 Feb 2021 11:43:47 -0500 John W. Eaton bump version info after 6.2.0 release stable
Fri, 19 Feb 2021 12:39:21 -0500 John W. Eaton Added tag release-6-2-0 for changeset 5cfdf97c5350 stable
Fri, 19 Feb 2021 12:36:34 -0500 John W. Eaton Version 6.2.0 released. stable release-6-2-0
Fri, 19 Feb 2021 21:25:07 -0800 Rik Return 0 if first argument to exist() is empty regardless of nargin value (bug #59950).
Fri, 19 Feb 2021 12:39:57 +0900 Serkan Önder gui: new Turkish translation
Wed, 17 Feb 2021 13:14:55 -0800 Rik maint: merge stable to default.
Wed, 17 Feb 2021 13:14:30 -0800 Rik bicgstab.m, cgs.m: Fix typo in "iter_min" variable name (bug #60071). stable
Sun, 14 Feb 2021 22:48:19 +0100 Torsten Lilge fix restoring editor session after having closed all tabs (bug #60051) stable
Sun, 14 Feb 2021 10:28:13 -0800 Rik maint: merge stable to default.
Sun, 14 Feb 2021 10:27:41 -0800 Rik Add default value to OCTAVE_MIPS_NAN configure macro for cross-compiling (bug #59830) stable
Sat, 13 Feb 2021 18:22:39 -0800 Rik Emit more specific error when two different integer types used in range (bug #59899).
Sat, 13 Feb 2021 13:59:49 -0800 Rik Use clearer warning message when block comment is unterminated at EOF (bug #59874).
Sat, 13 Feb 2021 11:48:09 -0800 Rik maint: sort m4 macros alphabetically in acinclude.m4.
Sat, 13 Feb 2021 11:13:10 -0800 Rik maint: merge stable to default.
Sat, 13 Feb 2021 10:44:52 -0800 Rik Compute with NA correctly on MIPS architecture (bug #59830). stable
Fri, 12 Feb 2021 15:08:16 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Feb 2021 15:07:42 +0100 Markus Mützel embedded.cc: Fix syntax error interpreter shutdown. stable
Thu, 11 Feb 2021 01:18:52 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 14:36:07 -0500 John W. Eaton bump stable branch version after release candidate stable
Wed, 10 Feb 2021 11:31:03 -0500 John W. Eaton bump versions for 6.1.90 release candidate stable rc-6-1-90
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:44:29 -0500 John W. Eaton use the same comment style for copyright headers in .m files and shell scripts stable
Tue, 09 Feb 2021 12:18:31 -0500 John W. Eaton compatibility with undocumented Matlab behavior for exist function (bug #59950)
Sun, 07 Feb 2021 11:16:54 +0100 Markus Mützel build: Consider SPQR dependency on cholmod in configure check (bug #57033).
Sat, 06 Feb 2021 11:14:13 +0100 Markus Mützel Increase Windows API version to Windows 7 (bug #60014).
Sat, 06 Feb 2021 09:27:26 -0500 John W. Eaton improve handling of nan, infinite value, and empty ranges (bug #59229)
Fri, 05 Feb 2021 14:03:27 -0500 John W. Eaton specialize range<T>::init instead of defining get_numel and get_final_value
Fri, 05 Feb 2021 13:25:42 -0500 John W. Eaton also define range<float>::nnz specialization
Thu, 04 Feb 2021 10:11:00 -0500 John W. Eaton maint: merge stable to default.
Wed, 03 Feb 2021 21:48:27 -0500 John W. Eaton fix lookup of "caller" stack frame (bug #59847) stable
Wed, 03 Feb 2021 16:30:53 -0800 Christian Himpe turbo.m: New colormap file (bug #59998).
Wed, 03 Feb 2021 10:39:35 -0500 John W. Eaton maint: merge stable to default.
Wed, 03 Feb 2021 09:43:00 -0500 John W. Eaton also wait on main_thread after interpreter shuts down (bug #56952) stable
Tue, 02 Feb 2021 14:50:47 -0800 Rik Change regexp start-of-word/end-of-word behavior for Matlab compatiblity (bug #59992).
Tue, 02 Feb 2021 16:40:33 -0500 John W. Eaton maint: merge stable to default.
Tue, 02 Feb 2021 15:59:38 -0500 John W. Eaton fix symbol lookup issue with anonymous functions (bug #55989) stable
Mon, 01 Feb 2021 10:01:59 -0800 Rik Allow writing full size matrices with dlmwrite (bug #59955).
Sat, 30 Jan 2021 12:28:43 +0100 Markus Mützel tests: Add test case for echo behavior (bug #56068).
Sat, 30 Jan 2021 12:24:05 +0100 Torsten Lilge improve handling focus of filter widgets in history and workspace view
Thu, 28 Jan 2021 00:23:00 -0500 John W. Eaton improve behavior of echo (bug #56068)
Wed, 27 Jan 2021 09:44:59 -0500 John W. Eaton maint: merge stable to default.
Wed, 27 Jan 2021 09:29:26 -0500 John W. Eaton maybe convert TAB to SPC in GUI terminal pasted text (bug #59916) stable
Wed, 27 Jan 2021 08:36:45 -0500 John W. Eaton make bracketed paste mode work in GUI terminal stable
Wed, 27 Jan 2021 06:42:38 -0500 John W. Eaton line buffer input in terminal_reader class stable
Wed, 27 Jan 2021 13:34:43 +0100 Markus Mützel maint: merge stable to default.
Wed, 27 Jan 2021 13:32:04 +0100 Markus Mützel tests: Function name should match file name (bug #59704). stable
Wed, 27 Jan 2021 13:32:04 +0100 Markus Mützel tests: Function name should match file name (bug #59704).
Wed, 27 Jan 2021 08:02:08 +0100 Markus Mützel build: Include new file "bookmark-new.png" in tarball.
Sun, 10 Jan 2021 14:04:35 +0100 Torsten Lilge add bookmark functionality to the documentation browser (bug #54938)
Tue, 26 Jan 2021 16:41:36 +0100 Markus Mützel maint: merge stable to default.
Tue, 26 Jan 2021 15:20:33 +0100 Markus Mützel qr: Error for dense A and B with three output arguments (bug #58944). stable
Mon, 25 Jan 2021 15:03:35 -0800 Rik maint: merge stable to default.
Mon, 25 Jan 2021 15:02:57 -0800 Rik strmatch.m: Always return column vector for Matlab compatibility (bug #59917) stable
Mon, 25 Jan 2021 15:17:45 -0500 John W. Eaton maint: merge stable to default.
Mon, 25 Jan 2021 15:13:06 -0500 John W. Eaton avoid crash when evaling global variables into existence in script (bug #59937) stable
Mon, 25 Jan 2021 13:11:00 -0500 John W. Eaton maint: merge stable to default.
Mon, 25 Jan 2021 13:09:45 -0500 John W. Eaton avoid crash on null statement list (bug #59938) stable
Sun, 24 Jan 2021 13:03:06 +0100 Markus Mützel build: Support double quoted paths in configure variables (bug #59923).
Sun, 24 Jan 2021 15:42:27 -0800 Rik Handle tabs in pasted code (bug #59916).
Sat, 23 Jan 2021 17:28:14 +0100 Markus Mützel maint: merge stable to default.
Sat, 23 Jan 2021 17:27:42 +0100 Markus Mützel test: Fix copy paste error. stable
Sat, 23 Jan 2021 15:38:33 +0100 Markus Mützel maint: merge stable to default.
Sun, 03 Jan 2021 20:48:09 +0100 Fernando Alvarruiz Fix ignored output from user function in left side of assignment (bug #59704). stable
Sat, 23 Jan 2021 14:30:55 +0100 Markus Mützel maint: merge stable to default.
Mon, 28 Dec 2020 18:24:04 +0100 Fernando Alvarruiz Temporarily set lvalue list to null (bug #59704). stable
Sat, 23 Jan 2021 10:54:47 +0100 Markus Mützel Optionally disable building libraries with visibility attributes (bug #59820).
Sat, 23 Jan 2021 11:27:46 +0100 Markus Mützel uniquetol.m: Fix texinfo syntax errors (bug #59850).
Fri, 22 Jan 2021 11:45:59 -0800 Rik uniquetol.m: Update documentation and BIST tests (bug #59850).
Fri, 22 Jan 2021 17:13:01 +0100 Markus Mützel Use "__wglob__" instead of "glob" on Windows (bug #49628).