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.