log

age author description
Fri, 06 Jan 2023 16:18:47 -0500 John W. Eaton * sqp.m: Strip trailing whitespace.
Fri, 06 Jan 2023 16:30:59 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 16:30:45 -0500 John W. Eaton use type-specific value extractors in a few more places
Fri, 06 Jan 2023 16:15:16 -0500 John W. Eaton strip trailing whitespace and extra blank lines stable
Fri, 06 Jan 2023 16:11:59 -0500 John W. Eaton define some convenience functions to reduce clutter
Fri, 06 Jan 2023 13:13:25 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 04 Jan 2023 17:43:50 +0100 Markus Mützel maint: Merge stable to default.
Wed, 04 Jan 2023 17:42:44 +0100 Markus Mützel GitHub-CI (mingw): Install gperf. stable
Tue, 03 Jan 2023 18:49:27 -0500 John W. Eaton add some missing includes to gui-settings.cc
Tue, 03 Jan 2023 08:03:20 -0500 John W. Eaton update gui_pref class to match recent changes to sc_pref class
Mon, 02 Jan 2023 12:38:44 -0500 John W. Eaton eliminate base_qobject from octave_dock_widget and other classes
Mon, 02 Jan 2023 12:27:33 -0500 John W. Eaton fix include statement
Mon, 02 Jan 2023 12:25:42 -0500 John W. Eaton use signal/slot connection for debugging tooltips in editor
Fri, 30 Dec 2022 23:18:49 -0500 John W. Eaton remove more uses of base_qobject and octave-qobject.h
Fri, 30 Dec 2022 23:13:00 -0500 John W. Eaton use interpreter event to display documentation in terminal and editor widgets
Mon, 26 Dec 2022 17:29:59 -0500 John W. Eaton eliminate shortcut_manager class and revamp shortcut handling
Sun, 25 Dec 2022 20:37:53 -0500 John W. Eaton store constant shortcut data in global QHash object
Sun, 25 Dec 2022 16:11:47 -0500 John W. Eaton eliminate unnecessary shortcut_manager member variable
Sun, 25 Dec 2022 15:19:22 -0500 John W. Eaton eliminate some unnecessary uses of base_qobject
Sun, 25 Dec 2022 12:46:53 -0500 John W. Eaton move shortcut setting functions to gui_settings from shortcut_manager
Sat, 24 Dec 2022 14:54:52 -0500 John W. Eaton eliminate unnecessary table of keyboard shortcuts in shortcut_manager class
Tue, 27 Dec 2022 14:55:03 -0500 John W. Eaton eliminate resource_manager class
Mon, 02 Jan 2023 16:46:01 -0500 Arun Giridhar maint: Merge stable to default.
Mon, 02 Jan 2023 16:44:59 -0500 Arun Giridhar refcard.tex: Update packages URL. stable
Thu, 29 Dec 2022 16:11:26 +0100 Markus Mützel maint: Merge stable to default.
Thu, 29 Dec 2022 16:10:07 +0100 Markus Mützel GUI: Treat files with extracted BISTs like .m files in editor (bug #63588). stable
Fri, 23 Dec 2022 21:05:37 -0800 Rik Return empty matrix for alpha channel if requested, but it does not exist (bug #63477)
Thu, 22 Dec 2022 21:31:35 -0800 Rik maint: merge stable to default
Thu, 22 Dec 2022 21:29:53 -0800 Markus Mützel Fix crash in GUI editor when using MRU list item which has been deleted (bug #63548) stable
Thu, 22 Dec 2022 20:13:25 +0100 Markus Mützel maint: Merge stable to default.
Thu, 22 Dec 2022 19:12:57 +0100 Markus Mützel GitHub-CI: Use explicit steps for restoring and saving the ccache. stable
Thu, 22 Dec 2022 19:11:40 +0100 Markus Mützel GitHub-CI (macos): Overwrite the Python installation earlier on. stable
Wed, 21 Dec 2022 20:17:50 +0100 Markus Mützel maint: Merge stable to default.
Wed, 21 Dec 2022 20:17:13 +0100 Markus Mützel doc: Clarify handling of escape sequences in input of error function (bug #63556). stable
Mon, 19 Dec 2022 10:15:48 -0800 Rik maint: merge stable to default
Mon, 19 Dec 2022 10:13:04 -0800 Arun Giridhar nchoosek.m: Fix regression with column vector input (bug #63538) stable
Mon, 19 Dec 2022 12:03:42 -0500 Nicholas R. Jankowski maint: merge stable to default
Mon, 19 Dec 2022 12:00:11 -0500 Nicholas R. Jankowski doc: Clarify text around operator ambiguity (bug #62552) stable
Mon, 19 Dec 2022 15:27:28 +0100 Markus Mützel maint: Merge stable to default.
Mon, 19 Dec 2022 15:26:48 +0100 Markus Mützel NEWS.8.md: Clarify that the new terminal widget is experimental. stable
Fri, 16 Dec 2022 15:59:46 -0500 Nicholas R. Jankowski maint: merge stable to default
Fri, 16 Dec 2022 15:56:15 -0500 Nicholas R. Jankowski doc: Clarify command and function syntax binary operator handling (bug #62552) stable
Fri, 16 Dec 2022 15:40:24 -0500 Nicholas R. Jankowski maint: merge stable to default
Fri, 16 Dec 2022 15:27:45 -0500 Nicholas R. Jankowski doc: Update shortcircuit boolean text on logical conversion stable
Thu, 15 Dec 2022 13:06:57 -0800 Rik maint: merge stable to default
Thu, 15 Dec 2022 21:07:00 +0100 Pantxo Diribarne legend.m: stop error when old hidden item are updated (bug #63531) stable
Mon, 12 Dec 2022 14:36:06 -0800 Rik maint: merge stable to default
Mon, 12 Dec 2022 14:35:46 -0800 Rik doc: Ensure DOCSTRING has an output when function returns a value (bug #61681) stable
Sat, 10 Dec 2022 00:30:20 -0500 John W. Eaton move gh_manager class out of graphics.in.h and graphics.cc to separate files
Sat, 10 Dec 2022 00:11:20 -0500 John W. Eaton prep for moving gh_manager class to separate file
Sat, 10 Dec 2022 09:14:55 -0500 Nicholas R. Jankowski maint: Merge stable to default
Sat, 10 Dec 2022 07:19:18 -0500 Nicholas R. Jankowski doc: Note interaction between format and output_precision (bug #39832) stable
Fri, 09 Dec 2022 12:22:22 -0500 John W. Eaton maint: Merge stable to default.
Fri, 09 Dec 2022 12:21:14 -0500 John W. Eaton * Array.h (Array::is_shared): Declare const. stable
Fri, 09 Dec 2022 01:09:04 -0500 John W. Eaton get list of fonts from QFontDatabase, not QFontComboBox
Thu, 08 Dec 2022 13:57:18 -0500 John W. Eaton attempt to avoid race condition when initializing list of async signals
Thu, 08 Dec 2022 20:35:15 -0800 Rik maint: merge stable to default
Thu, 08 Dec 2022 17:56:31 -0800 Rik Stop potential invalid memory access in Array.dim3() (bug #63466) stable
Thu, 08 Dec 2022 15:23:29 -0500 Julien Bect sqp.m: Ignore missing lower/upper bounds (bug #32008)
Wed, 07 Dec 2022 22:37:28 -0500 Fernando Alvarruiz classdef: call subsref method with correct nargout value (bug #48693)
Wed, 07 Dec 2022 14:26:59 +0100 Markus Mützel maint: Merge stable to default.
Wed, 07 Dec 2022 14:26:00 +0100 Markus Mützel octave-svgconvert: Include header that defines "stdin". stable
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Tue, 06 Dec 2022 15:17:16 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:23:21 -0500 John W. Eaton merge adjacent octave namespace blocks in libgui/graphics header files stable
Tue, 06 Dec 2022 15:16:16 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:19:16 -0500 John W. Eaton use sed to preprocess OCTAVE_(BEGIN|END)_NAMESPACE macros for Qt moc stable
Tue, 06 Dec 2022 11:10:48 -0500 John W. Eaton fix another error introduced in changeset ad014fc78bd6
Mon, 05 Dec 2022 10:17:17 -0500 John W. Eaton Backed out changeset 34c3cd39c4b9
Sun, 04 Dec 2022 22:57:02 -0500 John W. Eaton eliminate unnecessary uses of octave_qobject in GUI classes
Sun, 04 Dec 2022 22:56:23 -0500 John W. Eaton move some functions from resource_manager to gui_settings
Sun, 04 Dec 2022 15:29:51 -0500 John W. Eaton eliminate unused gui_pref::ignore data member
Sat, 03 Dec 2022 14:45:33 -0500 John W. Eaton maint: Merge stable to default.
Sat, 03 Dec 2022 14:43:33 -0500 John W. Eaton Backed out changeset d9970470108a stable
Sat, 03 Dec 2022 10:54:32 -0500 Arun Giridhar maint: Merge stable to default.
Sat, 03 Dec 2022 10:36:59 -0500 Reinhard Resch Remove several race conditions with signal handler (bug #61370). stable
Sat, 03 Dec 2022 13:56:11 +0100 Markus Mützel maint: Merge stable to default.
Sat, 03 Dec 2022 13:55:14 +0100 Markus Mützel Revert accidental changes in ea0b06534a37. stable
Sat, 03 Dec 2022 13:44:21 +0100 Markus Mützel maint: Merge stable to default.
Sat, 03 Dec 2022 13:41:42 +0100 Markus Mützel Windows: Set console input and output codepages to UTF-8 if supported. stable
Sat, 03 Dec 2022 13:29:27 +0100 Markus Mützel gui: Include error number in message for GUI settings file.
Sat, 03 Dec 2022 01:01:57 -0500 John W. Eaton maint: Merge stable to default.
Sat, 03 Dec 2022 01:00:04 -0500 John W. Eaton eliminate unnecessary base_qobject object from GUI dialog classes
Sat, 03 Dec 2022 00:52:02 -0500 John W. Eaton eliminate base_qobject argument from release_notes constructor
Sat, 03 Dec 2022 00:48:23 -0500 John W. Eaton fix small error introduced in changeset ad014fc78bd6
Fri, 02 Dec 2022 21:34:15 -0800 Rik mean.m: Accept large DIM inputs and calculate Matlab-compatible output (bug #63411) stable
Fri, 02 Dec 2022 19:32:48 -0500 John W. Eaton don't bother updating old setting names
Fri, 02 Dec 2022 18:43:12 -0500 John W. Eaton handle icons and themes in gui_settings class, not resource_manager
Fri, 02 Dec 2022 18:31:30 -0500 John W. Eaton use gui_settings to store icon fallbacks
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Fri, 02 Dec 2022 15:51:44 -0500 John W. Eaton use separate functions for importing and resetting default shortcuts
Fri, 02 Dec 2022 10:36:13 -0500 John W. Eaton don't allow settings file name to be changed
Fri, 02 Dec 2022 10:10:19 -0500 John W. Eaton eliminate unused default_settings variable from resource manager
Fri, 02 Dec 2022 10:07:32 -0500 John W. Eaton don't attempt to restore settings from old qt-settings config file
Fri, 02 Dec 2022 08:58:41 -0500 John W. Eaton set Qt organization, application, and version in main program
Fri, 02 Dec 2022 08:57:06 -0500 John W. Eaton allow qt_application ctor to set Qt organization, application, and version
Fri, 02 Dec 2022 08:24:38 -0500 John W. Eaton provide default constructor for gui_settings
Fri, 02 Dec 2022 19:33:07 -0800 Rik doc: Don't use TexInfo @var{} macro "like" for zeros, ones, etc. stable
Fri, 02 Dec 2022 10:12:40 -0500 John W. Eaton maint: Merge stable to default.
Fri, 02 Dec 2022 10:11:46 -0500 John W. Eaton * resource-manager.cc: Fix copy/paste error from previous change. stable
Thu, 01 Dec 2022 20:05:44 -0800 Rik maint: merge stable to default
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:28:07 -0800 Rik maint: merge stable to default
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Thu, 01 Dec 2022 14:01:16 -0800 Rik maint: merge stable to default
Wed, 30 Nov 2022 20:27:16 -0800 Rik maint: Review C++ files for style and coding conventions. stable
Thu, 01 Dec 2022 15:04:44 -0500 John W. Eaton maint: Merge stable to default.
Thu, 01 Dec 2022 15:00:07 -0500 John W. Eaton don't return invalid settings pointer from resource manager (bug #63437) stable
Thu, 01 Dec 2022 12:51:20 -0500 John W. Eaton maint: Merge stable to default.
Thu, 01 Dec 2022 12:50:48 -0500 John W. Eaton use initializer lists instead of insertion operators stable
Wed, 30 Nov 2022 18:51:14 -0500 Nicholas R. Jankowski # HG changeset patch
Wed, 30 Nov 2022 08:03:06 -0500 Arun Giridhar maint: Merge stable to default.
Wed, 30 Nov 2022 08:02:24 -0500 Arun Giridhar doc: Fix Texinfo 7 warning about node names with a dot stable
Wed, 30 Nov 2022 12:53:56 +0100 Markus Mützel doc: Fix texinfo syntax in __memoize__.m. stable
Tue, 29 Nov 2022 18:40:56 -0800 Rik doc: more DOCSTRING changes ahead of 8.1 release. stable
Tue, 29 Nov 2022 15:58:49 -0800 Rik doc: grammarcheck documentation ahead of 8.1 release. stable
Tue, 29 Nov 2022 13:15:17 -0800 Rik maint: merge stable to default
Tue, 29 Nov 2022 13:15:07 -0800 Rik maint: Update RELEASE_CHECKLIST.md. stable
Tue, 29 Nov 2022 12:08:36 -0800 Rik build: Remove unused and ancient cp_update_rule. stable
Tue, 29 Nov 2022 11:08:20 -0800 Rik maint: merge stable to default
Tue, 29 Nov 2022 11:08:05 -0800 Rik build: Change Makefile rules to get 'make distcheck' to pass. stable
Tue, 29 Nov 2022 07:14:45 -0800 Rik doc: Use EDITION variable in octave.texi to further automate release process. stable
Tue, 29 Nov 2022 14:06:07 +0100 Markus Mützel maint: Merge stable to default.
Tue, 29 Nov 2022 11:17:56 +0100 Markus Mützel uitable: Avoid crash with Boolean values (bug #63388). stable
Mon, 28 Nov 2022 19:56:21 -0800 Rik maint: merge stable to default
Mon, 28 Nov 2022 19:54:09 -0800 Rik doc: Use Makefile rules to auto-generate EDITION Texinfo variable for octave.texi stable
Mon, 28 Nov 2022 18:01:47 -0500 Arun Giridhar maint: Merge stable to default
Mon, 28 Nov 2022 18:00:27 -0500 Arun Giridhar doc: Update edition in copyright text of octave.texi stable
Mon, 28 Nov 2022 13:37:49 -0800 Rik maint: merge stable to default
Mon, 28 Nov 2022 22:03:32 +0100 Philip Nienhuis gui: update Dutch translation file nl_NL.ts (bug #63404). stable
Mon, 28 Nov 2022 15:31:57 -0500 Arun Giridhar maint: Merge stable to default.
Mon, 28 Nov 2022 15:28:03 -0500 Arun Giridhar error.cc: Fix potential null pointer dereference (bug #63436) stable
Mon, 28 Nov 2022 20:37:38 +0100 Torsten Lilge replacing pink by magenta in language files *.ts stable
Mon, 28 Nov 2022 10:50:54 -0800 Rik maint: merge stable to default
Mon, 28 Nov 2022 10:49:35 -0800 Rik doc: Avoid use of formatting Texinfo macros (e.g., @code) inside @menu, @xref macros. stable
Mon, 28 Nov 2022 10:39:51 -0800 Rik doc: Update EDITION number on title page of manual. stable
Mon, 28 Nov 2022 09:35:41 -0800 Rik maint: merge stable to default
Mon, 28 Nov 2022 09:32:06 -0800 Felipe G. Nievinski gui: Update translation file pt_BR.ts (bug #63404) stable
Mon, 28 Nov 2022 09:26:14 -0800 José Luis García Pallero gui: Further updates to Spanish translation file (bug #63404). stable
Mon, 28 Nov 2022 09:22:28 -0800 Rik maint: Correct settings dialog string to use "magenta" rather than "pink" (bug #63404). stable
Sun, 27 Nov 2022 20:15:45 -0800 Rik maint: merge stable to default
Sun, 27 Nov 2022 20:15:24 -0800 Rik doc: Update HACKING.md and RELEASE_CHECKLIST.md. stable
Sun, 27 Nov 2022 17:03:48 -0800 Rik maint: merge stable to default
Sun, 27 Nov 2022 17:03:13 -0800 Rik doc: Remove unnecessary @seealso link in external.txi to 'javamem'. stable
Sun, 27 Nov 2022 17:01:00 -0800 Rik maint: cleanup code in BIST tests to use Octave coding conventions. stable
Sun, 27 Nov 2022 17:00:20 -0500 Arun Giridhar maint: Merge stable to default
Sun, 27 Nov 2022 16:58:42 -0500 Arun Giridhar NEWS.8.md: Expand note about string changes. stable
Sun, 27 Nov 2022 16:10:24 -0500 Arun Giridhar maint: Merge stable to default
Sun, 27 Nov 2022 11:27:40 +0100 Torsten Lilge fix missing translations of workspace header stable
Sun, 27 Nov 2022 11:27:32 +0100 Torsten Lilge save settings dialog geometry and last tab also when cancelled stable
Sun, 27 Nov 2022 11:27:29 +0100 Torsten Lilge fix missing trnaslation for new strings in settings dialog (bug #63404) stable
Sat, 26 Nov 2022 17:14:01 -0500 John W. Eaton maint: Merge stable to default.
Sat, 26 Nov 2022 17:08:30 -0500 John W. Eaton avoid overflow due to abs(min_val) in signed int64 multiplication (bug #63416) stable
Sat, 26 Nov 2022 17:05:21 -0500 John W. Eaton delete m_evaluator after m_output_system (bug #63416) stable
Sat, 26 Nov 2022 18:51:28 +0100 Markus Mützel maint: Merge stable to default.
Sat, 26 Nov 2022 18:50:58 +0100 Markus Mützel gui: Update German translation file (bug #63404). stable
Sat, 26 Nov 2022 06:32:36 -0800 Rik maint: merge stable to default
Sat, 26 Nov 2022 06:32:08 -0800 Rik maint: use commas, semicolons consistently with Octave conventions. stable
Fri, 25 Nov 2022 21:38:43 -0800 Rik maint: merge stable to default
Fri, 25 Nov 2022 21:38:22 -0800 Rik maint: Strip trailing spaces and add missing EOL to all files. stable
Fri, 25 Nov 2022 21:23:54 -0800 Rik maint: Clean up m-files before Octave 8.1 release. stable
Fri, 25 Nov 2022 13:58:54 -0500 Kasper H. Filtenborg Add new function 'tensorprod' (patch #10288)
Fri, 25 Nov 2022 09:41:12 -0800 Rik tsearchn.m: Use Octave coding conventions.
Fri, 25 Nov 2022 11:33:20 -0500 Arun Giridhar maint: Merge away extra head
Fri, 25 Nov 2022 11:32:48 -0500 Arun Giridhar maint: Merge stable to default
Fri, 25 Nov 2022 11:31:47 -0500 Arun Giridhar tsearchn.m: Speed up performance (bug #63376)
Fri, 25 Nov 2022 08:30:30 -0800 Rik Fix scanf handling of exceptional values (NA, NaN, Inf) at EOF (bug #63383)
Fri, 25 Nov 2022 16:32:51 +0100 Torsten Lilge * zh_CN.ts: added chinese translation by JunWang (bug #63404) stable
Thu, 24 Nov 2022 16:16:52 -0500 Arun Giridhar maint: Merge stable to default
Thu, 24 Nov 2022 21:55:51 +0100 Pantxo Diribarne GUI: update french translation (bug #63404) stable
Thu, 24 Nov 2022 21:45:16 +0100 Torsten Lilge * be_BY.ts, ca_ES.ts: updated language files missing in previous patch stable
Thu, 24 Nov 2022 06:48:25 +0100 Torsten Lilge add tools and files for updating the gui's language files for translation stable
Thu, 24 Nov 2022 06:30:22 -0800 Rik maint: merge stable to default
Thu, 24 Nov 2022 06:30:04 -0800 Rik doc: Add undocumented functions to Octave manual for 8.1 release. stable
Thu, 24 Nov 2022 06:12:43 -0800 Rik maint: merge stable to default
Thu, 24 Nov 2022 06:12:23 -0800 Rik mean.m: Improve clarity and performance of input validation (bug #63410) stable
Thu, 24 Nov 2022 15:07:00 +0100 Markus Mützel maint: Merge stable to default.
Thu, 24 Nov 2022 15:06:16 +0100 José Luis García Pallero gui: Update Spanish translation file (bug #63404). stable
Thu, 24 Nov 2022 14:12:17 +0100 Markus Mützel maint: Merge stable to default.
Thu, 24 Nov 2022 14:11:47 +0100 Markus Mützel Export typeinfo of base_mutex and autolock classes. stable
Thu, 24 Nov 2022 14:10:09 +0100 Markus Mützel Export typeinfo of event_manager class. stable
Thu, 24 Nov 2022 06:50:04 +0100 Torsten Lilge libgui/languages/*.ts: updated language files stable
Wed, 23 Nov 2022 14:32:00 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Wed, 23 Nov 2022 14:27:04 -0500 Nicholas R. Jankowski mean.m: improve error handling for dim input (bug #63410) stable
Wed, 23 Nov 2022 08:59:59 -0500 Arun Giridhar maint: Merge stable to default.
Wed, 23 Nov 2022 08:58:49 -0500 Arun Giridhar __isprimelarge__.cc: Shorten long lines stable
Wed, 23 Nov 2022 05:23:12 -0500 Arun Giridhar maint: Merge stable to default.
Wed, 23 Nov 2022 05:22:46 -0500 Arun Giridhar NEWS.8.md: Remove statement about LTS stable
Wed, 23 Nov 2022 05:14:34 -0500 Arun Giridhar maint: Merge stable to default.
Wed, 23 Nov 2022 05:14:04 -0500 Arun Giridhar NEWS.8.md: Add short list of bugs fixed for Octave 8 stable
Wed, 23 Nov 2022 04:57:39 -0500 Arun Giridhar maint: Merge stable to default
Wed, 23 Nov 2022 04:56:45 -0500 Arun Giridhar NEWS.8.md: Minor copyedits to preexisting items stable
Wed, 23 Nov 2022 04:55:03 -0500 Arun Giridhar NEWS.8.md: Add notes about GUI improvements stable
Wed, 23 Nov 2022 04:53:02 -0500 Arun Giridhar NEWS.8.md: Add note about breaking change (strings) stable
Wed, 23 Nov 2022 04:49:23 -0500 Arun Giridhar maint: Merge stable to default
Wed, 23 Nov 2022 04:48:28 -0500 Arun Giridhar NEWS.8.md: Backed out changeset 6544a361e5ca
Wed, 23 Nov 2022 04:48:09 -0500 Arun Giridhar NEWS.8.md: Backed out changeset 04b63de65973
Tue, 22 Nov 2022 16:46:35 -0800 Rik mean.m: Use Octave coding conventions. stable
Tue, 22 Nov 2022 14:28:28 -0800 Rik Document more clearly how to spellcheck Octave documentation before a release. stable
Tue, 22 Nov 2022 16:43:53 -0500 Arun Giridhar NEWS.8.md: Fix typo, formatting
Tue, 22 Nov 2022 16:34:02 -0500 Arun Giridhar NEWS.8.md: Add note about future breaking change
Tue, 22 Nov 2022 12:16:17 -0800 Rik RELEASE_CHECKLIST.md: New file with actions to perform for Octave release. stable
Tue, 22 Nov 2022 20:38:35 +0100 Markus Mützel maint: Merge stable to default.
Tue, 22 Nov 2022 20:37:59 +0100 Markus Mützel inv: Don't call LAPACK function *gecon if matrix contains NaN values (bug #63384). stable
Tue, 22 Nov 2022 08:23:44 -0800 Rik Fix scanf handling of bare '-' character for floating point formats (bug #63383)
Tue, 22 Nov 2022 12:48:29 +0100 Markus Mützel scanf: Do cleanup actions before throwing an error.
Tue, 22 Nov 2022 12:45:48 +0100 Markus Mützel scanf: Reset failbit when reaching eof while scanning for whitespace (bug #62723).
Mon, 21 Nov 2022 19:56:25 -0800 Rik Fix scanf edge case with '-' character in last position and '%d' conversion (bug #63383)
Mon, 21 Nov 2022 13:11:26 -0800 Rik Overhaul scanf functionality for correctness and Matlab compatibility (bug #63383, bug #62723)
Mon, 21 Nov 2022 09:25:29 -0800 Rik maint: Use more Octave coding conventions in cset c05ef94a2bbc. stable
Mon, 21 Nov 2022 18:21:52 +0100 Markus Mützel maint: Merge stable to default.
Mon, 21 Nov 2022 18:15:03 +0100 Markus Mützel inv: Don't call LAPACK function *gecon if matrix contains NaN values (bug #63384). stable
Mon, 21 Nov 2022 11:01:06 -0500 John W. Eaton maint: merge stable to default.
Wed, 16 Nov 2022 23:07:58 -0500 Ken Marek Add BIST for OutputSel option in ode23, ode23s, ode45 (bug #63229) stable
Mon, 21 Nov 2022 08:46:40 +0100 Markus Mützel maint: Merge stable to default.
Mon, 21 Nov 2022 08:46:07 +0100 Markus Mützel test: Increase tolerance in test for sqp for higher deviations on macOS. stable
Sun, 20 Nov 2022 15:29:28 +0100 Markus Mützel maint: Merge stable to default.
Sun, 20 Nov 2022 15:28:57 +0100 Markus Mützel build: Fix building .mex files in build tree on macOS. stable
Sun, 20 Nov 2022 11:08:04 +0100 Markus Mützel maint: Merge stable to default.
Sun, 20 Nov 2022 11:07:36 +0100 Markus Mützel Add visibility attribute to exception class missing in 2ec625c04947 (bug #61704). stable
Sat, 19 Nov 2022 18:02:43 +0100 Markus Mützel maint: Merge stable to default.
Sat, 19 Nov 2022 16:55:11 +0100 Markus Mützel Mark exceptions with default visibility also where they are used (bug #61704). stable
Sat, 19 Nov 2022 17:19:58 +0100 Markus Mützel maint: Merge stable to default.
Sat, 19 Nov 2022 17:17:33 +0100 Markus Mützel GitHub-CI: Don't restore ccache from different "main" branch. stable
Sat, 19 Nov 2022 14:48:59 +0100 Markus Mützel oruntests.m: Change to directory containing tests (bug #62780).
Tue, 15 Nov 2022 12:25:40 -0300 Rafael Laboissiere Add test for regexp match on UTF-8 string (patch #10295). stable
Tue, 15 Nov 2022 12:25:40 -0300 Rafael Laboissiere Add test for regexp match on UTF-8 string (patch #10295).
Sat, 19 Nov 2022 00:03:30 -0500 John W. Eaton maint: merge stable to default.
Sat, 19 Nov 2022 00:01:26 -0500 John W. Eaton adapt to rl_completer_word_break_characters being declared const stable
Fri, 18 Nov 2022 23:50:41 -0500 John W. Eaton eliminate unused function stable
Fri, 18 Nov 2022 23:49:32 -0500 John W. Eaton don't accept '!' to indicate ignored function parameters stable
Fri, 18 Nov 2022 14:48:41 -0800 Rik maint: merge stable to default.
Fri, 18 Nov 2022 14:48:22 -0800 Rik doc: Update Markdown syntax in NEWS.[567].md. stable
Fri, 18 Nov 2022 12:03:19 -0800 Rik isstring.m: Future proof function so that it will work when string class is implemented (bug #50855)
Fri, 18 Nov 2022 16:59:14 +0100 Markus Mützel maint: Merge stable to default.