log

age author description
Sat, 02 Jan 2021 19:30:51 +0100 Markus Mützel maint: merge stable to default.
Sat, 02 Jan 2021 19:27:08 +0100 Markus Mützel load-path.cc: Avoid copying string for loop variable. stable
Sat, 02 Jan 2021 16:36:09 +0100 Markus Mützel Export template class instantiations with clang (patch #8919).
Sat, 02 Jan 2021 15:46:16 +0100 Markus Mützel Export Array template specializations (patch #8919).
Fri, 01 Jan 2021 18:56:25 +0100 Markus Mützel intxNDArray: Export template instantiations (patch #8919).
Fri, 01 Jan 2021 17:33:04 +0100 Markus Mützel lo-utils: Export template instantiations (patch #8919).
Fri, 01 Jan 2021 17:12:21 +0100 Markus Mützel maint: merge stable to default.
Fri, 01 Jan 2021 16:05:31 +0100 Markus Mützel sparse-qr: Export member function instantiations (patch #8919).
Thu, 31 Dec 2020 17:31:31 +0100 Torsten Lilge fix regression in variable editor when printing without selection stable
Tue, 29 Dec 2020 19:51:08 +0100 Markus Mützel Silence compiler warnings about ignored attributes (patch #8919).
Sat, 26 Dec 2020 10:07:32 +0100 Markus Mützel Visibility: Compile with visibility attributes for Windows (patch #8919).
Wed, 16 Dec 2020 01:05:17 -0500 John W. Eaton Visibility: Compile with visibility attributes for Linux (patch #8919).
Tue, 29 Dec 2020 18:31:46 +0100 Markus Mützel Un-set API flags when using functions without linking to shared library (patch #8919).
Tue, 29 Dec 2020 18:25:24 +0100 Markus Mützel Set API tag in file in libgui (patch #8919).
Tue, 29 Dec 2020 18:23:42 +0100 Markus Mützel Set API tags in remaining files in libinterp (patch #8919).
Tue, 29 Dec 2020 18:21:12 +0100 Markus Mützel Set API tags in files in libinterp/octave-value (patch #8919).
Tue, 29 Dec 2020 18:15:36 +0100 Markus Mützel Set API tags in files in libinterp/corefcn (patch #8919).
Tue, 29 Dec 2020 18:06:37 +0100 Markus Mützel Set API tags in remaining file in liboctave (patch #8919).
Tue, 29 Dec 2020 18:00:43 +0100 Markus Mützel Set API tags in files in liboctave/wrappers (patch #8919).
Tue, 29 Dec 2020 17:58:57 +0100 Markus Mützel Set API tags in files in liboctave/util (patch #8919).
Tue, 29 Dec 2020 17:53:59 +0100 Markus Mützel Set API tags in files in liboctave/system (patch #8919).
Tue, 29 Dec 2020 17:51:23 +0100 Markus Mützel Set API tags in files in liboctave/numeric (patch #8919).
Tue, 29 Dec 2020 17:41:39 +0100 Markus Mützel Set API tags in files in liboctave/array (patch #8919).
Tue, 29 Dec 2020 17:32:25 +0100 Markus Mützel Export template class definition instead of template class instantiations (patch #8919).
Tue, 29 Dec 2020 17:19:47 +0100 Markus Mützel Remove API tag when instantiating Array template class (patch #8919).
Tue, 29 Dec 2020 16:33:56 +0100 Markus Mützel Add API tag for Array class that is exported from liboctave and liboctinterp (patch #8919).
Wed, 16 Dec 2020 01:05:17 -0500 John W. Eaton Use Octave map instead of octave_struct in gui graphics (patch #8919).
Wed, 30 Dec 2020 10:53:16 -0800 Rik maint: merge stable to default.
Wed, 30 Dec 2020 10:52:51 -0800 Rik pcg.m: Return correct FLAG and correct RELRES output (bug #59776) stable
Sun, 27 Dec 2020 19:07:32 +0100 Torsten Lilge add gui utilities with first function for color interpolation
Fri, 25 Dec 2020 17:13:14 +0100 Torsten Lilge fix possible glitch when interpreter is ready when main window is created
Wed, 23 Dec 2020 11:23:44 +0100 Markus Mützel ones, zeros, NaN, NA, false, true: Document syntax with "like" (bug #50854).
Tue, 22 Dec 2020 10:50:12 -0800 Rik maint: merge stable to default.
Tue, 22 Dec 2020 10:48:56 -0800 Rik Use static keyword on regexp pattern in file_stat (bug #59706) stable
Tue, 22 Dec 2020 09:31:51 +0100 Markus Mützel maint: merge stable to default.
Mon, 21 Dec 2020 19:24:58 +0100 Markus Mützel stat: Improve regular expression for UNC roots on Windows (bug #59706). stable
Mon, 21 Dec 2020 18:55:51 +0100 Markus Mützel Add changes missing in cf059093ffbc.
Mon, 21 Dec 2020 16:48:11 +0100 Markus Mützel stat: Make regular expression for Windows a static const (bug #59706).
Mon, 21 Dec 2020 11:53:10 +0100 Markus Mützel maint: merge stable to default.
Mon, 21 Dec 2020 11:29:35 +0100 Markus Mützel stat: Use "make_absolute" instead of "canonicalize_file_name" on Windows (bug #59706). stable
Sun, 20 Dec 2020 18:48:41 +0100 Markus Mützel maint: merge stable to default.
Tue, 15 Dec 2020 19:23:35 +0100 Markus Mützel Add test case for bug #59661. stable
Sun, 20 Dec 2020 18:37:31 +0100 Markus Mützel Improve class_simple function handle function lookup (bug #59661). stable
Sun, 20 Dec 2020 18:08:57 +0100 Torsten Lilge fix handling global shortcuts when preventing conflicts with readline
Sun, 20 Dec 2020 14:24:20 +0100 Markus Mützel maint: merge stable to default.
Fri, 18 Dec 2020 21:47:18 +0100 Pantxo Diribarne hgsave.m: Allow test to run with qt or gnuplot graphics toolkits (bug #57241). stable
Fri, 18 Dec 2020 21:09:55 +0100 Pantxo Diribarne hdl2struct.m: store hidden text properties (bug #57241) stable
Sun, 20 Dec 2020 12:06:59 +0100 Torsten Lilge provide focus follows mouse for widgets in the main window (bug #59701)
Sat, 19 Dec 2020 16:46:53 +0100 Torsten Lilge mark script created with commands from history as modified stable
Sat, 19 Dec 2020 16:29:32 +0100 Torsten Lilge removing obsolete code for some main window menus
Sat, 19 Dec 2020 10:49:43 +0100 Torsten Lilge simplify initialization of gui dock widgets
Fri, 18 Dec 2020 16:16:53 -0800 Rik dec2base.m: Overhaul input validation.
Fri, 18 Dec 2020 15:23:00 -0500 Nicholas R. Jankowski dec2bin.m: Add docstring note about fractional input incompatibility (bug #59719).
Thu, 17 Dec 2020 17:57:50 -0800 Rik maint: merge stable to default.
Thu, 17 Dec 2020 17:57:20 -0800 Rik replem.m: Fix operations with sparse matrices (bug #59705). stable
Thu, 17 Dec 2020 15:58:23 -0800 Rik maint: merge stable to default.
Thu, 17 Dec 2020 15:57:51 -0800 Rik ode_event_handler.m: Fix mishandling of event edge types and multiple events (bug #59709). stable
Thu, 17 Dec 2020 14:24:15 -0800 Rik maint: merge stable to default.
Thu, 17 Dec 2020 14:23:19 -0800 Rik Increase size of dynamic variable new_argv by 1 to avoid indexing out of array. stable
Thu, 17 Dec 2020 14:02:18 -0800 Rik Fix incorrect results for set functions with "legacy" option (bug #59708). stable
Thu, 17 Dec 2020 07:23:49 +0100 Torsten Lilge avoid gui when octave is launched in non-interactive mode (bug #59628) stable
Tue, 15 Dec 2020 17:08:43 +0100 Markus Mützel maint: merge stable to default.
Tue, 15 Dec 2020 17:08:13 +0100 Markus Mützel dir.m: Return folder (not including file) in field "folder" (bug #59689). stable
Mon, 14 Dec 2020 21:00:01 -0500 John W. Eaton maint: merge stable to default.
Mon, 14 Dec 2020 20:57:47 -0500 John W. Eaton avoid memory leak with function handles (bug #59659) stable
Mon, 14 Dec 2020 14:31:27 -0800 Rik prctile.m, quantile.m: Small formatting changes to cset 7d262c7f8b1d.
Mon, 14 Dec 2020 16:14:12 -0500 John W. Eaton maint: merge stable to default.
Sun, 13 Dec 2020 16:25:03 +0100 Markus Mützel improve class_simple function handle function lookup (bug #59661) stable
Mon, 14 Dec 2020 13:57:45 -0500 John W. Eaton maint: merge stable to default.
Mon, 14 Dec 2020 13:55:10 -0500 John W. Eaton avoid dispatch error if methdo argument is a function handle (bug #59617) stable
Sat, 12 Dec 2020 17:20:41 +0100 Markus Mützel cosd.m: Use relative tolerance in BIST.
Sat, 12 Dec 2020 17:16:29 +0100 Markus Mützel maint: merge stable to default.
Mon, 07 Dec 2020 19:04:55 +0100 Torsten Lilge * file-editor-tab.cc (dtor): do not delete m_edit_area (bug #59628) stable
Tue, 08 Dec 2020 23:12:15 -0500 Nicholas R. Jankowski Allow quantile and prctile to work on dimensions greater than ndim (bug #59641)
Fri, 11 Dec 2020 11:43:31 -0500 John W. Eaton maint: merge stable to default.
Fri, 11 Dec 2020 11:42:53 -0500 John W. Eaton avoid crash due to accessing first element of empty list (bug #59656) stable
Fri, 11 Dec 2020 05:15:39 -0500 John W. Eaton maint: merge stable to default.
Fri, 11 Dec 2020 05:06:07 -0500 John W. Eaton don't propagate prevailing isargout info through mexCallMATLAB (bug #59597) stable
Thu, 10 Dec 2020 15:27:14 -0800 Rik maint: More updates to standardize exception naming scheme.
Thu, 10 Dec 2020 23:35:06 +0100 Pantxo Diribarne maint: merge stable to default
Thu, 10 Dec 2020 23:23:09 +0100 Pantxo Diribarne Show original error when failing to create a graphics object (bug #59620) stable
Wed, 09 Dec 2020 19:17:10 -0800 Rik cosd.m, sind.m: Extend input to complex inputs.
Wed, 09 Dec 2020 20:04:59 +0100 Markus Mützel sind.m, sinpi.m, cospi.m: Wrap to interval closer to zero for higher accuracy.
Wed, 09 Dec 2020 19:25:01 +0100 Markus Mützel Re-calculate axis ticks when axis scale is changed (bug #39393).
Wed, 09 Dec 2020 17:32:39 +0100 Torsten Lilge add java file support in gui editor
Tue, 08 Dec 2020 20:09:19 -0800 Rik cosd.m: Use new improved sind.m for greater accuracy.
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Tue, 08 Dec 2020 21:34:55 +0100 Torsten Lilge copy lexer settings from default settings file for new languages
Tue, 08 Dec 2020 11:13:26 -0800 Rik sinpi.m, cospi.m: New trigonometric functions (bug #59615)
Mon, 07 Dec 2020 17:32:04 -0800 Rik sind.m: Overhaul function for improved accuracy with large inputs.
Mon, 07 Dec 2020 13:34:49 -0800 Rik maint: Use octave::execution_exception in catch block in cset 5b8885af4e2f.
Mon, 07 Dec 2020 19:59:18 +0100 Torsten Lilge get the default size for gui editor and terminal from system settings
Mon, 07 Dec 2020 10:53:07 -0800 Rik maint: merge stable to default.
Mon, 07 Dec 2020 10:52:36 -0800 Rik Fix regression with superclass lookup in classdef constructors (bug #59602). stable
Mon, 07 Dec 2020 19:04:55 +0100 Torsten Lilge * file-editor-tab.cc (dtor): do not delete m_edit_area (bug #59628)
Mon, 07 Dec 2020 18:20:54 +0900 Kai T. Ohlhus null: overhaul function with respect to empty input (bug #59630)
Thu, 03 Dec 2020 10:02:08 -0500 John W. Eaton eliminate separate cli_qobject and gui_qobject classes
Thu, 03 Dec 2020 12:28:59 -0500 John W. Eaton make all command line option info available in scripting language
Sat, 05 Dec 2020 13:29:48 -0500 John W. Eaton * parse.h (base_parser::~base_parser): Declare virtual.
Sun, 06 Dec 2020 21:40:16 +0100 Torsten Lilge fix command settings after changing terminals parent
Sun, 06 Dec 2020 14:56:29 +0100 Markus Mützel plotyy.m: Fix error when called repeatedly (bug #53461).
Sun, 06 Dec 2020 14:56:04 +0100 Markus Mützel maint: merge stable to default.
Sun, 06 Dec 2020 13:53:30 +0100 Torsten Lilge fix error when restoring previous main window layout (bug #59426) stable
Fri, 04 Dec 2020 15:47:48 -0800 Rik Return patch objects for bar,barh rather than hggroups when 'hist' is given (bug #59589).
Fri, 04 Dec 2020 22:50:37 +0100 Torsten Lilge improve default sizes of gui dock widgets stable
Fri, 04 Dec 2020 22:42:38 +0100 Torsten Lilge clean up constructing main window layout of the gui stable
Fri, 04 Dec 2020 19:53:30 +0100 Torsten Lilge fix focus command window after command execution (bug #59609) stable
Sun, 29 Nov 2020 18:02:37 +0100 Markus Mützel system: Support non-ASCII characters for asynchronous mode on Windows (bug #59572).
Sun, 29 Nov 2020 14:20:08 +0100 Markus Mützel system: Support executing commands with non-ASCII characters on Windows (bug #59572).
Fri, 04 Dec 2020 18:33:23 +0100 Markus Mützel Fix typo in identifier.
Thu, 03 Dec 2020 17:46:40 -0800 Rik Use colors from "colormap" property for bar, barh if a "hist" option was given (bug #59589).
Tue, 01 Dec 2020 22:59:35 +0100 Markus Mützel time: Get time zone offset on Windows (bug #53908).
Wed, 02 Dec 2020 20:00:49 -0800 Rik +containers.Map.m: Fix subsref errors (bug #59607).
Wed, 02 Dec 2020 17:18:53 -0500 John W. Eaton maint: merge stable to default.
Wed, 02 Dec 2020 14:06:13 -0800 Rik Allow Octave class execution_exception to catch std::exception objects (bug #59592). stable
Wed, 02 Dec 2020 21:23:44 +0100 Markus Mützel load-save.cc: Fix typos in cdc2f3799c85.
Wed, 02 Dec 2020 14:59:26 -0500 John W. Eaton where possible, allow Qt widgets to delete their children
Wed, 02 Dec 2020 14:22:15 -0500 John W. Eaton also restore stdin and stdout in QUnixTerminalImpl destructor
Wed, 02 Dec 2020 15:00:45 -0500 John W. Eaton maint: merge stable to default.
Wed, 02 Dec 2020 11:47:38 -0800 Rik Use colors from axes' "ColorOrder" property for bar charts for Matlab compatibility (bug #59589).
Wed, 02 Dec 2020 20:36:20 +0100 Markus Mützel configure.ac: Set target Windows version early.
Wed, 02 Dec 2020 20:05:12 +0100 Markus Mützel Correctly handle short strings when saving to .mat files (-v6 or -v7) (bug #59591).
Wed, 02 Dec 2020 09:02:37 -0800 Rik maint: strip trailing spaces from code base.
Tue, 01 Dec 2020 19:54:51 -0800 Rik vecnorm.m: Overhaul function.
Tue, 01 Dec 2020 14:59:32 -0800 Rik spfun.m: Overhaul function.
Tue, 02 Jun 2020 20:02:39 +0200 Torsten Lilge check object size before plotting from variiable editor (bug #56685) stable
Mon, 30 Nov 2020 13:42:39 -0800 John W. Eaton num2str.m: Fix corner case with literal percent ("%%") at end of format (bug #59527).
Mon, 30 Nov 2020 13:33:27 -0800 Rik Allow color graphic properties to accept HTML specifications (bug #59562).
Thu, 12 Nov 2020 14:38:38 +0100 Markus Mützel mean.m: Allow NaN as input for geometric mean (bug #59410).
Thu, 12 Nov 2020 18:15:52 +0100 Markus Mützel Use UTF-8 encoding for .m files by default (bug #59387).
Sat, 28 Nov 2020 15:38:34 +0100 Markus Mützel maint: merge stable to default.
Fri, 27 Nov 2020 11:16:43 +0100 Markus Mützel documentation.cc: Include missing header (bug #59553). stable
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Fri, 27 Nov 2020 13:49:11 -0500 John W. Eaton maint: merge stable to default.
Fri, 27 Nov 2020 13:46:20 -0500 John W. Eaton maint: Merge away extra head on stable. stable
Fri, 27 Nov 2020 13:44:11 -0500 John W. Eaton maint: Bump version for post 6.1.0 release bug fixing phase stable
Thu, 26 Nov 2020 13:20:44 -0500 John W. Eaton Added tag release-6-1-0 for changeset 9f39338a23cb stable
Thu, 26 Nov 2020 13:15:15 -0500 John W. Eaton Version 6.1.0 released stable release-6-1-0
Fri, 27 Nov 2020 08:04:39 -0800 Rik NEWS: Create proper double quotes for Octave properties in Markdown.
Fri, 27 Nov 2020 07:58:23 -0800 Rik __pltopt__.m: Document long-form color specifications.
Fri, 27 Nov 2020 08:47:36 +0100 Markus Mützel __default_plot_options__.m: Fix typo in f8afcf772ba0.
Thu, 26 Nov 2020 21:28:18 -0800 Rik Document new long forms of color spec argument to plot.
Thu, 26 Nov 2020 18:39:22 -0800 Rik __default_plot_options__.m: Document function and improve performance.
Thu, 26 Nov 2020 18:25:42 -0800 Rik __pltopt__.m: Overhaul function and add support for long color names (bug #59534).
Thu, 26 Nov 2020 19:25:01 +0100 Markus Mützel maint: merge stable to default.
Thu, 26 Nov 2020 19:24:22 +0100 Markus Mützel linkprop.m: Lock file to avoid invalid function handles to subfunctions (bug #59551). stable
Thu, 26 Nov 2020 19:19:26 +0100 Markus Mützel maint: merge stable to default.
Thu, 26 Nov 2020 19:18:56 +0100 Markus Mützel eigs.m: Add necessary compile time conditions to some BISTs. stable
Thu, 26 Nov 2020 07:58:38 -0800 Rik __pltopt__.m: Remove one further piece of dead code for cset 014d2710dcd5.
Thu, 26 Nov 2020 07:53:09 -0800 Rik __pltopt__.m: Remove ancient code supporting numeric values for colors in LineSpec.
Thu, 26 Nov 2020 13:36:59 +0100 Markus Mützel eigs.m: Move tests that depend on ARPACK to conditional test block.
Thu, 26 Nov 2020 15:22:37 +0900 Kai T. Ohlhus eigs.m: reenable output and handle some tivial cases (bug #59488)
Wed, 25 Nov 2020 14:17:20 -0800 Rik eigs.m: Overhaul function (bug #59488)
Tue, 24 Nov 2020 20:34:02 -0500 John W. Eaton maint: merge stable to default.
Tue, 24 Nov 2020 22:51:56 +0100 Torsten Lilge backing out cset 5f535fe782b3, since fix does not work stable
Tue, 24 Nov 2020 14:14:58 +0100 Markus Mützel utils.cc: Correct indentation in cset b924b916dc91.
Mon, 23 Nov 2020 17:33:56 +0100 Markus Mützel Use "__wglob__" instead of "glob" on Windows (bug #59287).
Mon, 23 Nov 2020 16:11:46 +0900 Kai T. Ohlhus jsondecode.cc: use `octave::make_valid_name` not `matlab.lang.makeValidName` (patch #9998)
Mon, 23 Nov 2020 16:11:46 +0900 Kai T. Ohlhus matlab.lang.makeValidName: reimplement in C++ (patch #9998)
Mon, 23 Nov 2020 12:41:34 +0900 Kai T. Ohlhus maint: merge stable to default.
Sun, 22 Nov 2020 17:27:09 +0100 Torsten Lilge fix restoring dock widgets geometry whe using Qt 5.15 (bug #59426) stable
Sun, 22 Nov 2020 16:49:30 +0100 Torsten Lilge fix restoring dock widgets geometry in full screen main window stable
Fri, 29 May 2020 10:05:36 +0100 Guillaume Flandin cast.m: Implement syntax with "like" (bug #50854).
Fri, 24 Apr 2020 20:03:50 +0200 Markus Mützel zeros, ones, NaN, Inf, NA: Add "like" syntax (bug #50865).
Fri, 20 Nov 2020 23:25:42 +0100 Torsten Lilge fix alt-key stealing focus from current dock widget in gui
Fri, 20 Nov 2020 20:02:29 +0100 Torsten Lilge add option for using alt-modifer in command windows readline (bug #59478)
Fri, 20 Nov 2020 18:22:56 +0100 Markus Mützel maint: merge stable to default.
Fri, 20 Nov 2020 18:16:12 +0100 Markus Mützel eigs.m: Increase tolerance in BIST (bug #59486). stable
Fri, 20 Nov 2020 18:16:12 +0100 Markus Mützel eigs.m: Increase tolerance in BIST (bug #59486).
Fri, 20 Nov 2020 11:05:06 +0100 Markus Mützel eigs.m: Make BIST conditional on HAVE_ARPACK.
Thu, 19 Nov 2020 18:59:10 -0500 John W. Eaton maint: merge stable to default.
Thu, 19 Nov 2020 18:58:07 -0500 John W. Eaton qterminal: Disable "undecodable token" messages (bug #59483) stable
Thu, 19 Nov 2020 15:20:42 -0800 Rik eigs.m: Add error when requested number of eigenvalues K exceeds number possible.
Thu, 19 Nov 2020 13:08:00 -0800 Rik maint: merge stable to default.
Thu, 19 Nov 2020 13:05:51 -0800 Rik eigs.m: Fix error message when second input is empty matrix (bug #59486) stable
Thu, 19 Nov 2020 13:05:51 -0800 Rik eigs.m: Fix error message when second input is empty matrix (bug #59486)
Sat, 14 Nov 2020 18:07:21 +0100 Markus Mützel __wglob__: Fix some issues with native implementation on Windows.
Thu, 19 Nov 2020 08:30:13 -0800 Rik Fix thinko in cset d2f7fb06bce3.
Tue, 17 Nov 2020 15:52:03 -0500 Nicholas R. Jankowski Fixed stacked bar chart handling of negative values (bug #58216)
Wed, 18 Nov 2020 19:45:04 -0800 Rik maint: merge stable to default.
Wed, 18 Nov 2020 19:44:46 -0800 Rik Call Qt helper programs with flags "-qt=VERSION" (bug #59474). stable
Sun, 15 Nov 2020 21:52:58 +0100 Torsten Lilge add shortcuts for the new profiler actions in the gui
Sat, 14 Nov 2020 09:54:31 +0100 Markus Mützel maint: merge stable to default.
Sat, 14 Nov 2020 09:47:41 +0100 Markus Mützel test: Add BIST for bug #59451. stable
Fri, 13 Nov 2020 20:43:19 -0500 John W. Eaton maint: merge stable to default.
Fri, 13 Nov 2020 20:38:28 -0500 John W. Eaton don't clear stack frame values indirectly through call stack (bug #59432) stable
Fri, 13 Nov 2020 16:26:13 -0500 John W. Eaton maint: merge stable to default.
Fri, 13 Nov 2020 16:24:56 -0500 John W. Eaton use fcn found at handle creation unless overloads are available (bug #59451) stable
Fri, 13 Nov 2020 20:50:37 +0100 Torsten Lilge use a led like indicator for the prfiler state
Fri, 13 Nov 2020 08:31:12 +0100 Markus Meisinger ode15: Detect time events when time is a multiple of the output step size (bug #59063).
Fri, 13 Nov 2020 19:27:05 +0100 Markus Mützel maint: merge stable to default.
Fri, 13 Nov 2020 18:54:58 +0100 Markus Mützel resource-manager.cc: Fix think-o in 8f07c47242b8. stable
Thu, 12 Nov 2020 21:11:50 +0100 Torsten Lilge update profiler status in gui from interpreter
Thu, 12 Nov 2020 18:28:49 +0100 Markus Mützel maint: merge stable to default.
Thu, 12 Nov 2020 18:22:45 +0100 Markus Mützel Show correct system encoding in drop-down list in editor settings. stable
Thu, 12 Nov 2020 02:02:39 -0500 John W. Eaton maint: merge stable to default.
Thu, 12 Nov 2020 01:21:29 -0500 John W. Eaton avoid deprecated QHelpEngine::linksForIdentifier function stable
Thu, 12 Nov 2020 01:17:52 -0500 John W. Eaton avoid deprecated QProcess::startDetached function stable
Thu, 12 Nov 2020 01:15:59 -0500 John W. Eaton use QMultiHash instead of QHash to store multiple entries with same key stable
Thu, 12 Nov 2020 00:49:59 -0500 John W. Eaton avoid deprecated QFlags<T>::QFlags(QFlags<T>::Zero) constructor stable
Wed, 11 Nov 2020 23:41:06 -0500 John W. Eaton use Qt::SplitBehavior enum and values if available stable
Wed, 11 Nov 2020 23:18:47 -0500 John W. Eaton avoid warnings about deprecated QWheelEvent::pos method stable
Wed, 11 Nov 2020 23:08:08 -0500 John W. Eaton avoid warnings about deprecated QWheelEvent methods delta and orientation stable
Wed, 11 Nov 2020 14:55:09 -0500 John W. Eaton maint: merge stable to default.
Wed, 11 Nov 2020 14:24:24 -0500 Rik cellfun and uniformoutput: don't fail if function returns nothing (bug #58411) stable
Wed, 11 Nov 2020 10:30:53 +0100 Markus Mützel maint: merge stable to default.
Wed, 11 Nov 2020 10:13:13 +0100 Markus Mützel legend.m: Lock file to avoid invalid function handles to subfunctions (bug #59439). stable
Tue, 10 Nov 2020 08:49:21 +0100 Markus Mützel ode15i.m, ode15s.m: Transpose event outputs in BISTs (bug #59416).
Mon, 09 Nov 2020 16:09:04 -0800 Rik ode15i.m, ode15s.m: Transpose event outputs when single struct output requested (bug #59416).
Sun, 08 Nov 2020 21:27:02 +0100 Torsten Lilge gui menu for handling the profile (based on patch #8300 by Hassan Radi)
Mon, 07 Sep 2020 20:06:35 -0700 Rik Use 1-based indexing for "ie" variable in ode15i/s (bug #59063).
Fri, 06 Nov 2020 14:38:21 +0100 Markus Mützel ode15s.m: Adjust BISTs for transposed fields "x" and "y" (bug #59416).
Fri, 06 Nov 2020 14:30:07 +0100 Markus Mützel maint: merge stable to default.
Fri, 27 Dec 2019 22:56:24 +0100 Oliver Heimlich Let "test" execute BISTs that were extracted on pkg install (bug #41298). stable
Thu, 05 Nov 2020 16:50:55 -0800 Rik maint: merge stable to default.
Thu, 05 Nov 2020 16:50:03 -0800 Rik Change feature test to OCTAVE_CHECK_NEW_QHELPINDEXWIDGET_API in cset a0ff81c8b8e8. stable
Thu, 05 Nov 2020 18:43:39 -0500 John W. Eaton maint: merge stable to default.
Thu, 05 Nov 2020 16:51:25 -0500 John W. Eaton improve behavior of exist for finding class constructors (bug #59304) stable
Thu, 05 Nov 2020 21:41:44 +0100 Torsten Lilge fix index in document browser for Qt 5.15 (bug #59375) stable
Thu, 05 Nov 2020 12:40:38 -0500 John W. Eaton maint: merge stable to default.
Thu, 05 Nov 2020 12:06:45 -0500 John W. Eaton recover from exceptions when execution_exception is caught stable
Thu, 05 Nov 2020 12:02:13 -0500 John W. Eaton save last error info when cellfun error handler is defined (bug #58411) stable
Thu, 05 Nov 2020 18:08:55 +0100 Markus Mützel maint: merge stable to default.
Fri, 27 Dec 2019 22:56:24 +0100 Oliver Heimlich Automatically extract BISTs during pkg install (bug #41298). stable
Thu, 05 Nov 2020 07:46:50 -0800 Rik ode15i.m, ode15s.m: transpose struct output for Matlab compatibility (bug #59416)
Wed, 04 Nov 2020 20:18:11 -0800 Rik Add ytickangle and ztickangle functions (bug #59067)
Wed, 04 Nov 2020 19:55:43 -0800 Guillaume Flandin Add new function xtickangle to Octave (bug #59067).
Wed, 04 Nov 2020 17:35:02 +0100 Markus Mützel Fix typo in BIST for save() and mark it as fixed.
Wed, 04 Nov 2020 07:17:03 -0800 Rik Add bug #59225 to BIST test for save().
Wed, 04 Nov 2020 08:40:36 +0100 Markus Mützel load-save.cc: Run BIST with "-zip" only if HAVE_ZLIB is defined.
Tue, 03 Nov 2020 10:35:32 -0800 Rik Emit an error if save is called with -append, -zip, and a binary format (bug #59225)
Mon, 02 Nov 2020 13:52:57 -0800 Rik maint: merge stable to default.
Mon, 02 Nov 2020 21:35:56 +0100 Pantxo Diribarne legend.m: use a box-like icon for errorbar plots with box format (bug #59388) stable
Sun, 01 Nov 2020 11:31:57 +0100 Markus Mützel get_ASCII_filename: Short file names might contain non-ASCII characters (bug #59269).
Sat, 31 Oct 2020 12:31:11 +0100 Markus Mützel maint: merge stable to default.
Sun, 25 Oct 2020 20:11:11 +0100 Pantxo Diribarne Don't rely on graphics_objects destructor being executed synchronously (bug #53513). stable
Fri, 30 Oct 2020 14:05:57 -0700 Rik maint: merge stable to default.
Fri, 30 Oct 2020 14:05:26 -0700 Rik run.m: Improve documentation. stable
Fri, 30 Oct 2020 08:48:41 -0700 Rik maint: merge stable to default.
Fri, 30 Oct 2020 13:58:11 +0100 Markus Mützel doc: Clarify nature and limitations of gnuplot graphics toolkit (bug #59370). stable
Fri, 30 Oct 2020 07:56:39 -0700 Rik maint: merge stable to default.
Fri, 30 Oct 2020 07:56:14 -0700 Rik print.m: Improve documentation. stable
Fri, 30 Oct 2020 11:21:49 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows. stable
Thu, 29 Oct 2020 15:38:59 +0100 Markus Mützel maint: merge stable to default.
Thu, 29 Oct 2020 13:45:37 +0100 Markus Mützel doc: Improve documentation for subplot in conjunction with plotyy (bug #58566). stable
Wed, 28 Oct 2020 17:36:49 +0100 Markus Mützel maint: merge stable to default.
Wed, 28 Oct 2020 16:53:48 +0100 Markus Mützel Don't reference invalid "paperunits" value "pixels" (bug #59351). stable
Wed, 28 Oct 2020 11:18:54 -0400 John W. Eaton maint: merge stable to default.
Tue, 27 Oct 2020 22:28:44 +0100 Torsten Lilge avoid possible infinite loop when default encoding is changed (bug #59331) stable
Wed, 28 Oct 2020 16:01:54 +0900 Kai T. Ohlhus maint: merge stable to default.
Wed, 28 Oct 2020 15:23:30 +0900 Kai T. Ohlhus doc: NEWS announce "pkg test" feature (bug #41215) stable
Tue, 27 Oct 2020 20:48:46 +0100 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 16:09:52 +0200 Markus Mützel Detect Java versions >= 15 on Windows (bug #59215). stable
Sun, 25 Oct 2020 19:28:08 -0700 Rik ordqz.cc: Review and update for Octave coding conventions.
Sun, 25 Oct 2020 09:41:51 +0100 Markus Mützel maint: merge stable to default.
Fri, 23 Oct 2020 18:59:29 +0200 Markus Mützel Always open files in binary mode for saving variables (bug #59238). stable
Sat, 24 Oct 2020 11:18:14 -0400 John W. Eaton maint: merge stable to default.
Sat, 24 Oct 2020 11:17:46 -0400 John W. Eaton Added tag rc-6-0-92 for changeset c67f39732d14 stable
Fri, 23 Oct 2020 11:00:54 -0400 John W. Eaton maint: merge stable to default.
Fri, 23 Oct 2020 10:59:15 -0400 John W. Eaton bump stable branch version after release candidate stable rc-6-0-92
Fri, 23 Oct 2020 10:07:15 -0400 John W. Eaton bump version for second 6.1 release candidate stable
Fri, 23 Oct 2020 15:16:09 +0200 Markus Mützel maint: merge stable to default.
Fri, 24 Apr 2020 12:25:38 +0200 Martin Köhler Add function ordqz (patch #9897).
Thu, 22 Oct 2020 22:58:25 +0200 Torsten Lilge avoid repeating last command when using F9 in debug mode (bug #57634) stable
Thu, 22 Oct 2020 18:59:34 +0200 Markus Mützel maint: merge stable to default.
Wed, 21 Oct 2020 22:26:43 +0200 Markus Mützel Fix loading anonymous function handles with empty local vars (bug #59316). stable
Fri, 03 Jul 2015 17:56:48 -0500 Daniel J Sebald Use UTF-8 encoding rather than Symbol font for gnuplot terminals (patch #8696).
Thu, 22 Oct 2020 11:20:26 -0400 John W. Eaton maint: merge stable to default.
Thu, 22 Oct 2020 11:15:54 -0400 John W. Eaton handle debug_on_interrupt when execution_exception is caught (bug #59306) stable
Thu, 22 Oct 2020 14:07:35 +0200 Markus Mützel maint: merge stable to default.
Fri, 21 Feb 2020 18:28:07 +0100 Markus Mützel Swap light and dark colors for Windows GUI terminal (bug #57658). stable
Wed, 21 Oct 2020 17:05:08 -0700 Rik CollocWt.cc: Remove useless statement after call to error().
Wed, 21 Oct 2020 16:51:33 -0700 Rik Sparse.h: remove return statements used with OCTAVE_NORETURN functions.
Wed, 21 Oct 2020 15:53:32 -0700 Rik maint: Remove redundant never-executed statements following error() in libinterp/.
Wed, 21 Oct 2020 14:33:14 -0700 Rik maint: Remove redundant never-executed statements following error() in m-files.
Wed, 21 Oct 2020 15:03:16 -0400 John W. Eaton maint: merge stable to default.
Wed, 21 Oct 2020 14:45:40 -0400 John W. Eaton allow auto repeat of debug commands to be disabled stable
Tue, 20 Oct 2020 16:02:07 -0400 John W. Eaton maint: rename .oct_config files to .oct-config
Wed, 21 Oct 2020 11:44:19 -0700 Rik symvar.m: Suppress warning emitted during normal usage.
Tue, 20 Oct 2020 20:48:04 -0700 Rik __unimplemented__.m: Remove functions which are now implemented.
Tue, 20 Oct 2020 13:28:36 -0400 John W. Eaton maint: merge stable to default.
Tue, 20 Oct 2020 13:27:38 -0400 John W. Eaton avoid possible deletion of static object (bug #59228) stable
Tue, 20 Oct 2020 01:29:00 -0400 John W. Eaton mkoctfile: prefix warning messages with program name
Tue, 20 Oct 2020 01:35:35 -0400 John W. Eaton mkoctfile: don't add DL_LDFLAGS to LDFLAGS if linking stand alone program
Tue, 20 Oct 2020 01:20:38 -0400 John W. Eaton mkoctfile: revamp argument parsing
Tue, 20 Oct 2020 01:02:28 -0400 John W. Eaton mkoctfile: eliminate global debug variable
Mon, 19 Oct 2020 20:16:21 -0700 Rik doc: Review doccheck files for checking documentation.
Mon, 19 Oct 2020 09:49:03 -0700 Rik doc: Use @code{} within alternate text for @xref,@pxref macros in libinterp/
Mon, 19 Oct 2020 09:44:02 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo in libinterp/
Mon, 19 Oct 2020 09:33:28 -0700 Rik doc: Use @code{} within alternate text for @xref,@pxref macros for better Info display.
Mon, 19 Oct 2020 09:13:53 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo.
Mon, 19 Oct 2020 08:26:46 -0700 Rik doc: Use @var rather than @code to mark function inputs in TexInfo.
Sat, 17 Oct 2020 15:49:12 +0200 Markus Mützel Mark all core script files as encoded in UTF-8 (bug #49685).
Sat, 17 Oct 2020 14:40:22 +0200 Markus Mützel maint: merge stable to default.
Sat, 17 Oct 2020 14:31:26 +0200 Markus Mützel Avoid warning about deprecated base_graphics_toolkit. stable
Fri, 18 Sep 2020 17:15:32 +0200 Markus Mützel Add function "dir_encoding" to set a file encoding per directory (bug #49685).
Sat, 17 Oct 2020 02:13:39 -0700 Rik maint: Don't declare nargin in C++ files if it is used only once.
Sat, 17 Oct 2020 01:30:30 -0700 Rik doc: Update @detailmenu in octave.texi.
Sat, 17 Oct 2020 01:27:11 -0700 Rik maint: merge stable to default.
Sat, 17 Oct 2020 01:26:46 -0700 Rik doc: Update @detailmenu in octave.texi ahead of 6.1 release. stable
Sat, 17 Oct 2020 01:04:29 -0700 Rik maint: match names in documentation and input parameters in function.
Fri, 16 Oct 2020 10:42:51 -0700 Rik maint: Use Octave-specific end keywords rather than just 'end'.
Fri, 16 Oct 2020 09:48:16 -0700 Rik maint: Don't declare nargin in C++ files if it is used only once.
Fri, 16 Oct 2020 09:27:56 -0700 Rik maint: Use newlines after "function" and before "endfunction" for clarity.
Thu, 15 Oct 2020 21:24:06 -0700 Rik maint: Use identical Copyright text in scripts/.
Thu, 15 Oct 2020 19:56:54 -0700 Rik maint: Use only one '#' character for comments that trail code.
Thu, 15 Oct 2020 14:30:01 -0700 Rik maint: Use '##' as lead-in for full-line comments.
Thu, 15 Oct 2020 21:22:37 +0200 Markus Mützel delete.m: Add ids to warnings and error (bug #59275).
Thu, 15 Oct 2020 21:00:08 +0200 Markus Mützel fplot.m: Allow setting displayname in function call (bug #59274).
Thu, 15 Oct 2020 15:16:35 +0200 Markus Mützel maint: merge stable to default.
Thu, 15 Oct 2020 15:13:33 +0200 Markus Mützel build: Re-instate configure test for SUNLinSol_Dense header (bug #59248). stable
Thu, 15 Oct 2020 13:47:14 +0200 Markus Mützel Fix merge error in cset 9accea638b5c.
Thu, 15 Oct 2020 13:25:01 +0200 Markus Mützel maint: merge stable to default.
Thu, 15 Oct 2020 13:22:36 +0200 Markus Mützel Missing change from cset 34a83d34038e. stable
Thu, 15 Oct 2020 12:49:28 +0200 Markus Mützel maint: merge stable to default.
Thu, 15 Oct 2020 12:47:34 +0200 Markus Mützel build: Remove configure test for feature in SUNDIALS 2.7 and earlier (bug #59248). stable
Wed, 14 Oct 2020 21:32:03 -0700 Rik __pltopt__.m: Use @qcode in texinfo documentation.
Wed, 14 Oct 2020 14:38:00 -0700 Rik maint: start %!demo or %!test blocks 2 newlines after endfunction.
Wed, 14 Oct 2020 13:14:02 -0700 Rik maint: Remove unnecessary parentheses bracketing %!error BIST tests.
Wed, 14 Oct 2020 11:46:55 -0700 Rik maint: Use semicolon after assert statement inside %!test blocks.
Wed, 14 Oct 2020 07:58:12 -0700 Rik maint: Add semicolon to end of all warning() and error() invocations.
Wed, 14 Oct 2020 07:27:13 -0700 Rik maint: merge stable to default.
Wed, 14 Oct 2020 09:28:13 +0200 Carlo de Falco embedded.cc: Fix typo in interpreter shutdown stable
Wed, 14 Oct 2020 16:05:38 +0200 Markus Mützel rotate.m: Fix expected error message in BIST.
Tue, 13 Oct 2020 23:55:49 -0700 Rik maint: capitalize input parameters in error() messages.
Tue, 13 Oct 2020 23:41:17 -0700 Rik maint: Use space after '!' logical not operator.
Tue, 13 Oct 2020 23:32:38 -0700 Rik maint: Use parentheses around conditional expressions in test/.
Tue, 13 Oct 2020 23:26:17 -0700 Rik maint: Use parentheses around conditional expressions.
Tue, 13 Oct 2020 23:19:09 -0700 Rik maint: match names in documentation to input parameters in function.
Tue, 13 Oct 2020 22:24:20 -0700 Rik maint: Prepend name of function to error() messages.
Wed, 14 Oct 2020 00:26:55 -0400 John W. Eaton * ode/private/check_default_input.m: Fix nargin check.
Tue, 13 Oct 2020 20:12:56 -0700 Rik maint: Add semicolon after break and return keywords.
Tue, 13 Oct 2020 19:56:23 -0700 Rik maint: Use Octave convention of space after function name in test/.
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
Tue, 13 Oct 2020 19:02:32 -0700 Rik Actual fix left out of cset c11bebb62369.
Tue, 13 Oct 2020 18:20:54 -0700 Rik Temporary fix for newline() BIST test until bug #59265 is resolved.
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
Tue, 13 Oct 2020 15:31:11 -0700 Rik maint: merge stable to default.
Tue, 13 Oct 2020 15:30:49 -0700 Rik embedded.cc: Add line to example code to call shutdown() on interpreter (bug #59228) stable
Tue, 13 Oct 2020 15:17:07 -0700 Rik maint: Suppress BIST %!error output in mex test from cset 11f1207111c5.
Tue, 13 Oct 2020 15:07:07 -0700 Rik issymmetric.m: Extend functionality to character matrices (bug #59264).
Tue, 13 Oct 2020 14:23:39 -0700 Rik maint: Don't use semicolon at end of single-line BIST tests.
Tue, 13 Oct 2020 13:55:09 -0700 Rik maint: Use Octave convention that warning() messages don't end with a period.
Tue, 13 Oct 2020 13:47:55 -0700 Rik maint: Use Octave convention that error() messages don't end with a period.
Tue, 13 Oct 2020 13:24:54 -0700 Rik maint: Don't enclose single output of function with '[]'.
Tue, 13 Oct 2020 12:10:40 -0700 Rik __default__input__.m: Overhaul function.
Tue, 13 Oct 2020 11:48:30 -0700 Rik spy.m: Overhaul function.
Tue, 13 Oct 2020 11:36:33 -0700 Rik maint: Code cleanup associated with varargin checking.
Tue, 13 Oct 2020 20:08:05 +0200 Markus Mützel maint: merge stable to default.
Tue, 13 Oct 2020 19:02:46 +0200 Markus Mützel Avoid deleting objects that live on the stack. stable
Mon, 12 Oct 2020 17:14:08 +0200 Markus Mützel __wglob__: Fix for argument containing directory (bug #59252).
Mon, 12 Oct 2020 08:39:05 -0700 Rik NEWS: Wrap text at 72 columns for potential plaintext display.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Sun, 11 Oct 2020 18:15:34 -0700 Rik maint: remove unnecessary checks on nargout in m-files.
Sat, 10 Oct 2020 20:06:12 -0700 Rik maint: Use coding style with parentheses after function name in libinterp.
Sat, 10 Oct 2020 17:59:23 -0700 Rik __file_filter__.m: remove stray '#keyboard;" line.
Sat, 10 Oct 2020 17:55:56 -0700 Rik maint: Use coding style with parentheses after function name to distinguish from a variable.
Sat, 10 Oct 2020 16:32:20 -0700 Rik maint: Use same coding style when checking for a minimum of 1 input.
Sat, 10 Oct 2020 17:59:19 +0200 Markus Mützel maint: merge stable to default.
Sat, 10 Oct 2020 17:58:44 +0200 Markus Mützel ov-java.cc: Add bug number to BIST (bug #51804). stable
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Fri, 09 Oct 2020 13:28:53 -0700 Rik test: remove unnecessary BIST tests in m-files checking for excessive number of inputs.
Fri, 09 Oct 2020 18:25:25 +0200 Markus Mützel ind2x.m: Fix for integer saturation (bug #59242).
Fri, 09 Oct 2020 17:26:07 +0200 Markus Mützel NEWS: Announce tooltips on hovering variables in debug mode (bug #56990).
Fri, 09 Oct 2020 16:21:36 +0200 Markus Mützel maint: merge stable to default.
Sat, 26 Sep 2020 16:57:21 +0200 Markus Mützel mkoctfile: Account for different prefix on build and host system (bug #59173). stable
Fri, 09 Oct 2020 15:15:45 +0200 Markus Mützel maint: merge stable to default.
Fri, 09 Oct 2020 15:06:55 +0200 Markus Mützel doc: Correct some installation paths (bug #59236). stable
Fri, 09 Oct 2020 13:50:47 +0200 Markus Mützel maint: merge stable to default.
Fri, 09 Oct 2020 13:43:42 +0200 Dmitry Astankov GUI: Update Russian translation ahead of Octave 6 (bug #59241). stable
Thu, 08 Oct 2020 15:31:33 -0700 Rik pkg.m,build.m: capture output of rmdir() so that error is not thrown.
Thu, 08 Oct 2020 20:41:12 +0200 Markus Mützel colorbar.m: Fix merge error.
Thu, 08 Oct 2020 20:25:05 +0200 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 20:23:34 +0200 Markus Mützel colorbar.m: Use same units for colorbar position as for "parent" axes (bug #59123). stable
Thu, 08 Oct 2020 19:17:16 +0200 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 19:15:49 +0200 Markus Mützel sparse/private/__default_input__.m: Improve used language and style (bug #59235). stable
Thu, 08 Oct 2020 18:58:28 +0200 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 18:55:16 +0200 Markus Mützel plotyy.m: Use same units in primary and secondary axes (bug #59123). stable
Thu, 08 Oct 2020 16:13:20 +0200 Markus Mützel Use Windows wide character API for __wglob__ (bug #59231).
Thu, 08 Oct 2020 16:07:39 +0200 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 16:06:58 +0200 Markus Mützel Fix regression with stat for non-ASCII filenames on Windows. stable
Thu, 08 Oct 2020 11:50:05 +0200 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 11:49:28 +0200 Markus Mützel doc: Add new contributor to list in manual. stable
Wed, 07 Oct 2020 13:54:26 -0700 Rik maint: merge stable to default.
Wed, 07 Oct 2020 13:54:00 -0700 Rik colperm.m: Cuddle parenthesis in documentation when indicating indexing. stable
Tue, 06 Oct 2020 10:20:44 +0200 Marcel Jacobse colperm.m: Fix for matrices with empty columns (bug #59226). stable
Wed, 07 Oct 2020 09:38:48 +0200 Markus Mützel maint: merge stable to default.
Wed, 07 Oct 2020 09:35:26 +0200 Markus Mützel NEWS: Announce deprecation of LFLAGS (bug #59173). stable
Tue, 06 Oct 2020 10:20:44 +0200 Marcel Jacobse colperm.m: Fix for matrices with empty columns (bug #59226).
Mon, 05 Oct 2020 15:35:22 -0400 John W. Eaton maint: merge stable to default.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Thu, 01 Oct 2020 19:07:18 +0200 Fernando Alvarruiz Improve tests for bug #58593. stable
Mon, 05 Oct 2020 13:57:00 -0400 John W. Eaton capture variable in lambda expression instead of in unwind_action object
Tue, 12 May 2020 16:57:31 +0200 Markus Mützel Move history file location to inside XDG_CONFIG_HOME or APPDATA (bug #57463).
Thu, 01 Oct 2020 23:26:28 +0200 Abdallah-Elshamy From e2bcb18a88f3075348dd53b5768110d621d8455d Mon Sep 17 00:00:00 2001
Fri, 02 Oct 2020 23:20:11 +0200 Markus Mützel Fix compilation error with lambda expression.
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Sat, 19 Sep 2020 12:09:57 +0200 Markus Mützel Add functions to check for integer overflow on multiplication (bug #59094).
Wed, 30 Sep 2020 17:18:50 -0400 John W. Eaton avoid GUI crash happening after changeset 82ccc4e69ba3 (bug #56990)
Wed, 30 Sep 2020 14:09:50 -0400 John W. Eaton maint: merge stable to default.
Tue, 14 Jul 2020 00:45:39 -0400 John W. Eaton avoid deprecated Qt QFontMetrics::width function stable
Mon, 03 Aug 2020 09:07:11 -0400 John W. Eaton avoid deprecated Qt QRegion::rects function stable
Tue, 14 Jul 2020 01:19:30 -0400 John W. Eaton avoid deprecated Qt QString::sprintf function stable
Tue, 14 Jul 2020 01:00:54 -0400 John W. Eaton avoid deprecated Qt QDrag::start function stable
Tue, 14 Jul 2020 00:55:42 -0400 John W. Eaton avoid deprecated Qt qCopy function stable
Tue, 14 Jul 2020 00:54:06 -0400 John W. Eaton avoid deprecated Qt QPainter functions stable
Tue, 14 Jul 2020 00:48:10 -0400 John W. Eaton avoid deprecated Qt QPalette::background function stable
Mon, 13 Jul 2020 15:54:38 -0400 John W. Eaton avoid deprecated Qt setConfirmOverwrite function stable
Mon, 13 Jul 2020 15:49:23 -0400 John W. Eaton avoid deprecated Qt qVariantFromValue function stable
Mon, 13 Jul 2020 15:46:13 -0400 John W. Eaton avoid deprecated Qt availableGeometry function stable
Mon, 13 Jul 2020 15:31:28 -0400 John W. Eaton avoid deprecated qSort function stable
Mon, 13 Jul 2020 14:57:22 -0400 John W. Eaton avoid QList deprecated function warnings stable
Wed, 30 Sep 2020 17:51:11 +0200 Markus Mützel maint: merge stable to default.
Wed, 30 Sep 2020 08:45:42 +0200 Markus Mützel mkoctfile.in.cc: Pass linker flags last (bug #59173). stable
Wed, 30 Sep 2020 17:46:50 +0200 Markus Mützel mkoctfile.in.cc: Add DL_LDFLAGS to DEFAULT_LDFLAGS (bug #59173).
Mon, 28 Sep 2020 15:43:50 -0700 Rik Change mkoctfile to print a usable default LDFLAGS on Windows platforms (bug #59173).
Wed, 30 Sep 2020 08:36:21 +0200 Markus Mützel backout changeset aab67699cbf6
Wed, 30 Sep 2020 08:36:29 -0700 Rik call-stack.cc: small adjustment to lamda expression (bug #59192)
Wed, 30 Sep 2020 10:06:55 -0400 John W. Eaton maint: merge stable to default.
Wed, 30 Sep 2020 10:05:07 -0400 John W. Eaton maint: update gnulib stable
Tue, 29 Sep 2020 17:21:34 -0400 John W. Eaton avoid warnings from template specializations that won't be used stable
Wed, 30 Sep 2020 04:55:19 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Wed, 30 Sep 2020 04:16:37 -0700 Rik Replace unwind_protect with more efficient constructs in liboctave (bug #59192).
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Wed, 30 Sep 2020 08:59:11 +0200 Markus Mützel maint: merge stable to default.
Sat, 26 Sep 2020 10:48:07 +0200 Markus Mützel build: Default to --enable-link-all-dependencies on MacOS (bug #59174). stable
Tue, 29 Sep 2020 14:01:11 -0400 John W. Eaton maint: merge stable to default.
Tue, 29 Sep 2020 14:00:48 -0400 John W. Eaton * cellfun.cc: Update comments about overloaded function handles. stable
Tue, 29 Sep 2020 07:14:05 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Tue, 29 Sep 2020 06:59:13 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Tue, 29 Sep 2020 15:37:52 +0200 Markus Mützel graphics.cc: Replace unwind_protect with more efficient constructs (bug #59192).
Mon, 28 Sep 2020 20:11:28 -0700 Rik maint: merge stable to default.
Mon, 28 Sep 2020 20:11:05 -0700 Rik glpk.m: Correct English in error() messages. stable
Mon, 28 Sep 2020 22:26:27 -0400 John W. Eaton maint: merge stable to default.
Mon, 28 Sep 2020 22:25:54 -0400 John W. Eaton allow glpk bounds to be infinite (bug #58505) stable
Mon, 28 Sep 2020 18:44:57 -0400 John W. Eaton maint: merge stable to default.
Mon, 28 Sep 2020 18:40:07 -0400 John W. Eaton avoid infinite error loop in variable editor (bug #53858) stable
Mon, 28 Sep 2020 21:57:01 +0200 Torsten Lilge avoid using bare pointers for symbol lists in editor (bug #56990)
Mon, 28 Sep 2020 21:48:03 +0200 Markus Mützel maint: merge stable to default.
Mon, 28 Sep 2020 21:41:15 +0200 Markus Mützel glpk.m: Check if input is finite (bug #58505). stable
Mon, 28 Sep 2020 12:31:35 -0400 John W. Eaton maint: merge stable to default.
Thu, 17 Sep 2020 02:09:17 -0400 John W. Eaton eliminate has_magic_end and includes_magic_end functions stable
Mon, 21 Sep 2020 10:45:18 -0400 John W. Eaton refactor implementation of END indexing in interpreter (bug #58953) stable
Mon, 28 Sep 2020 09:17:57 -0700 Rik Remove deprecated property LFLAGS from mkoctfile.
Mon, 28 Sep 2020 08:43:52 -0700 Rik Add BIST test for bug #59198.
Sat, 26 Sep 2020 14:19:23 +0200 Abdallah-Elshamy Decode JSON boolean arrays into logical arrays (bug #59135).
Sun, 27 Sep 2020 19:23:53 -0700 Rik jsonencode.cc: Use unwind_action rather than unwind_protect for performnace.
Sun, 27 Sep 2020 22:03:25 +0200 Torsten Lilge fix deleting pointer when octave exists
Sun, 27 Sep 2020 20:26:16 +0200 Torsten Lilge show value in editor when hovering over variable in debug mode (bug #56990)
Sun, 27 Sep 2020 12:29:11 -0400 John W. Eaton maint: merge stable to default.
Sun, 27 Sep 2020 12:24:24 -0400 John W. Eaton avoid out-of-bounds element access in call stack (bug #59189) stable
Sat, 26 Sep 2020 11:50:17 +0200 Torsten Lilge provide access to worksapce model via base_object
Fri, 25 Sep 2020 12:01:43 -0400 John W. Eaton maint: merge stable to default.
Fri, 25 Sep 2020 09:43:53 -0400 John W. Eaton track direct caller in stack frames stable
Thu, 24 Sep 2020 16:55:54 -0700 Rik test: Add tests for jsonencode() with "PrettyWriter" true (bug #59121).
Thu, 24 Sep 2020 15:31:36 -0700 Rik test: Add interpreter BIST test for nargin/nargout validation of functions.
Thu, 24 Sep 2020 15:24:54 -0700 Rik __marching_cube__.m: Remove nargin/nargout checking on internal function.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Thu, 24 Sep 2020 20:49:43 +0200 Torsten Lilge add functions of loaded packages to auto-completion list (bug #56207)
Wed, 23 Sep 2020 21:23:32 +0200 Markus Mützel maint: merge stable to default.
Wed, 23 Sep 2020 21:23:01 +0200 Markus Mützel subplot.m: Use position and layout info to identify existing axes (bug #59076). stable
Wed, 23 Sep 2020 20:41:57 +0200 Pantxo Diribarne maint: merge stable to default
Mon, 07 Sep 2020 21:59:10 +0200 Pantxo Diribarne subplot.m: Use layout and index to search existing axes (bug #59076) stable
Wed, 23 Sep 2020 08:49:31 +0200 Markus Mützel maint: merge stable to default.
Tue, 22 Sep 2020 19:42:16 +0200 Markus Mützel __debug_octave__.m: Check for "lldb" on Mac (bug #59156). stable
Tue, 22 Sep 2020 20:00:35 -0700 Rik maint: merge stable to default.
Tue, 22 Sep 2020 19:59:55 -0700 Rik maint: merge away accidental head on stable. stable
Tue, 22 Sep 2020 19:59:21 -0700 Rik maint: merge away accidental head.
Tue, 22 Sep 2020 14:10:59 -0700 Rik maint: merge stable to default.
Tue, 22 Sep 2020 16:13:25 +0200 Torsten Lilge improved detection of standard fixed witdh font (bug #59128) stable
Tue, 22 Sep 2020 22:43:21 -0400 John W. Eaton maint: merge stable to default.
Tue, 22 Sep 2020 22:15:09 -0400 John W. Eaton search for current function at current frame, not top of stack stable
Tue, 22 Sep 2020 14:19:11 -0400 John W. Eaton maint: merge stable to default.
Tue, 22 Sep 2020 09:37:35 -0400 John W. Eaton use xunput consistently in lexer stable
Tue, 22 Sep 2020 09:29:36 -0400 John W. Eaton avoid parse error with continuation in matrix list (bug #59150) stable
Tue, 22 Sep 2020 19:26:09 +0200 Markus Mützel maint: merge stable to default.
Tue, 22 Sep 2020 19:25:26 +0200 Markus Mützel __debug_octave__.m: Check "ismac" before checking "isunix" (bug #59156). stable