log

age author description
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.