log

age author description
Sat, 16 Jan 2021 11:50:42 -0800 Rik Add discard() as an alias for set() for unwind_actions.
Sat, 16 Jan 2021 10:44:40 -0800 Rik Correct interpreter warning message about using comments after '\` line continuation.
Fri, 15 Jan 2021 17:06:15 -0800 Rik Deprecate '...' line continuations in double-quoted strings.
Mon, 11 Jan 2021 20:11:45 +0100 Markus Meisinger __ode15__(): Consider the correct number of input arguments in the event callback (bug #59477).
Thu, 14 Jan 2021 01:15:45 -0500 John W. Eaton allow interrupts to be sent to all processes in process group or just octave
Thu, 14 Jan 2021 01:11:44 -0500 John W. Eaton respond to interrupt signals when idle in the server loop
Thu, 14 Jan 2021 01:08:40 -0500 John W. Eaton new interpreter_event to signal that interpreter was interrupted
Tue, 12 Jan 2021 21:01:42 -0500 John W. Eaton use method in interpreter class to interrupt interpreter execution in GUI
Mon, 11 Jan 2021 00:46:17 -0500 John W. Eaton allow access to application context from interpreter object
Wed, 13 Jan 2021 14:50:15 -0800 Rik validatestring.m: Overhaul function.
Wed, 13 Jan 2021 13:35:32 -0800 Rik interpn.m: Remove unnecessary call to tolower().
Tue, 12 Jan 2021 17:15:53 -0800 Rik interpn.m: Overhaul function.
Tue, 12 Jan 2021 08:47:18 -0800 Rik maint: merge stable to default.
Tue, 12 Jan 2021 08:46:46 -0800 Rik interpn.m: Use size_equal for 10X speedup in cset 067b663529bb (bug #59856). stable
Tue, 12 Jan 2021 15:48:55 +0100 Markus Mützel maint: merge stable to default.
Tue, 12 Jan 2021 15:46:53 +0100 Markus Mützel interpn.m: Fix check for scattered point coordinates (bug #59856). stable
Sun, 10 Jan 2021 14:22:16 -0500 John W. Eaton eliminate extra YYUSE on default missed when merging 59696b24ea53 from stable
Thu, 07 Jan 2021 01:30:18 -0500 John W. Eaton make debugging possible in server mode
Thu, 07 Jan 2021 00:01:18 -0500 John W. Eaton move some eval-related functions from interpreter to tree_evaluator class
Fri, 08 Jan 2021 11:17:59 +0100 Markus Mützel oct-sort.h: Use std::function for passing compare function.
Thu, 07 Jan 2021 18:34:18 +0100 Markus Mützel Visibility: Forward declare template classes with visibility attributes (patch #8919).
Thu, 07 Jan 2021 11:11:39 -0800 Rik contourc.m: Overhaul function.
Thu, 07 Jan 2021 09:48:27 -0800 Rik Fix regression with icon size on uicontrol buttons (bug #59827).
Thu, 07 Jan 2021 18:02:15 +0100 Markus Mützel sparse-qr.cc: Fix indentation.
Thu, 07 Jan 2021 17:26:58 +0100 Markus Mützel oct-sparse.h: Add missing header.
Thu, 07 Jan 2021 00:19:21 +0100 Markus Mützel sparse-qr.cc: Use correct integer types (bug #57033).
Wed, 06 Jan 2021 17:13:54 -0500 John W. Eaton maint: merge stable to default.
Mon, 04 Jan 2021 16:09:33 -0500 John W. Eaton avoid YYUSE in Octave parser files (see bug #59806) stable
Mon, 04 Jan 2021 13:37:34 -0500 John W. Eaton avoid build errors with Qt4 (bug #59813) stable
Wed, 06 Jan 2021 22:46:49 +0100 Torsten Lilge improve detection of systems font size at first startup (bug #59829)