log

age author description
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
Tue, 22 Sep 2020 15:59:00 +0200 Markus Mützel Add Matlab compatible wrappers for base64_encode and base64_decode.
Tue, 22 Sep 2020 17:19:46 +0200 Torsten Lilge fix indentation of cset b075aa252ca7
Tue, 22 Sep 2020 16:13:25 +0200 Torsten Lilge improved detection of standard fixed witdh font (bug #59128)
Mon, 21 Sep 2020 15:20:33 +0200 Markus Mützel maint: merge stable to default.
Mon, 21 Sep 2020 15:19:09 +0200 Markus Mützel etc/HACKING.md: Adapt for deleted gnulib subrepository. stable
Mon, 21 Sep 2020 10:48:53 +0200 Markus Mützel jsondecode_BIST.tst: Mark BIST with bug number.
Sun, 13 Sep 2020 16:06:49 +0200 Markus Mützel Improve rendering issues due to small distance between clipping plains (bug #58956).
Fri, 18 Sep 2020 15:51:20 -0700 Rik NEWS: Update Markdown syntax and re-order items.
Fri, 18 Sep 2020 13:02:43 -0700 Rik Review jsonecode/jsondecode BIST tests.
Fri, 18 Sep 2020 11:58:38 -0700 Rik Use lambda expression instead of file static one-line function in cset b6bed53f059f.
Fri, 18 Sep 2020 19:17:12 +0200 Markus Mützel Reset the warning state after changing it locally in jsonencode (bug #59122).
Thu, 17 Sep 2020 20:25:45 -0700 Rik memory.m: Fix typo in BIST test in cset c1a110df224e.
Thu, 17 Sep 2020 14:00:17 -0700 Rik maint: merge stable to default.
Thu, 17 Sep 2020 13:59:51 -0700 Rik ver.m: Return release date for "Octave" component (bug #59125). stable
Thu, 17 Sep 2020 11:46:50 -0700 Rik memory.m: Use more Octave coding conventions.
Thu, 17 Sep 2020 11:30:53 -0700 Rik doc: spellcheck documentation.
Thu, 17 Sep 2020 11:07:19 -0700 Rik doc: grammarcheck documentation.
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
Thu, 17 Sep 2020 07:42:22 -0700 Rik Use specific configure test to detect RapidJSON PrettyWriter functionality (bug #59114)
Thu, 17 Sep 2020 05:07:02 -0700 Rik Code review for jsonencode/jsondecode functions.
Wed, 16 Sep 2020 13:15:35 -0700 Rik inputname.m: Closer compatibility with Matlab for special values (i,j,NaN,Inf) (bug #59103)
Tue, 15 Sep 2020 08:42:45 +0200 Markus Mützel maint: merge stable to default.
Mon, 14 Sep 2020 19:22:01 +0200 Markus Mützel build: Add LDFLAGS to Octave libraries for MKOCTFILE and MKMEXFILE commands. stable
Mon, 14 Sep 2020 16:32:42 -0700 Rik Expand sttrrep to work an character matrices (bug #57867)
Mon, 14 Sep 2020 14:38:42 -0700 Rik Avoid incorrect conversion of char matrix to string when setting graphic properties (bug #59113)
Mon, 14 Sep 2020 13:36:36 -0700 Rik __debug_octave__.m: Change Windows command to work better (bug #59100). stable
Mon, 14 Sep 2020 21:36:31 +0200 Torsten Lilge fix moving find dialog for linux (bug #59047) stable
Fri, 11 Sep 2020 20:20:01 +0200 Torsten Lilge fix moving editor find dialog (bug #59047) stable
Mon, 14 Sep 2020 12:12:31 -0700 Rik maint: Change "#if" indentation for consistency in __ode15__.cc.
Mon, 14 Sep 2020 11:54:17 -0700 Rik Fix some issues in uicontrol input validation (bug #59113)
Fri, 20 Sep 2019 08:48:45 +0200 Bill Greene Allocate memory for Jacobian in __ode15__ more efficiently (bug #55905).
Mon, 14 Sep 2020 09:18:10 -0700 Rik maint: merge stable to default.
Mon, 14 Sep 2020 09:17:41 -0700 Rik legend.m: Make BIST test robust against local configuration files (bug #59038) stable
Mon, 14 Sep 2020 13:55:45 +0200 Markus Mützel doc: Remove references to "patch" from "scatter.m" and "scatter3.m".
Sun, 13 Sep 2020 19:56:06 -0700 Rik maint: merge stable to default.
Sun, 13 Sep 2020 19:55:37 -0700 Rik doc: Small fixes to cset aabebd95488b. stable
Tue, 18 Feb 2020 21:35:39 -0500 Nicholas R. Jankowski Updated property references for text and graphics functions (bug #50247) stable
Sun, 13 Sep 2020 16:05:20 -0700 Rik Add warning when multi-row char matrix is converted to string (bug #49536)
Sun, 13 Sep 2020 11:28:42 -0700 Nicholas R. Jankowski integral.m: Fix input validation to handle complex integrands (bug #58636).
Sat, 12 Sep 2020 19:56:53 -0400 John W. Eaton update expected test output for mustBe* functionsb