log

age author description
Thu, 21 Jan 2021 19:37:19 -0800 Rik uniquetol.m: Update to use more Octave conventions (bug #59850).
Mon, 18 Jan 2021 19:04:39 +0100 Markus Mützel uniquetol.m: Add new function (bug #59850).
Wed, 20 Jan 2021 23:12:41 -0500 John W. Eaton update last prompt time stamp when parsing files in server loop
Wed, 20 Jan 2021 16:53:16 -0500 John W. Eaton provide interpreter methods for pausing, resuming, and stopping evaluation
Wed, 20 Jan 2021 16:45:45 -0500 John W. Eaton reset debug state when popping debugger stack
Tue, 19 Jan 2021 17:10:07 -0800 Rik Deprecate obsolete warning messages in lex.ll.
Mon, 18 Jan 2021 17:08:14 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 18 Jan 2021 17:06:23 +0900 Kai T. Ohlhus fminbnd.m: do not ignore "OutputFcn" (bug #59901) stable
Sun, 17 Jan 2021 13:09:04 +0100 Markus Mützel maint: merge stable to default.
Sat, 16 Jan 2021 13:32:57 +0100 Markus Mützel load-path.cc: Reduce number of times "canonicalize_file_name" is called (bug #59711). stable
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)
Tue, 05 Jan 2021 22:10:29 +0100 Torsten Lilge use file editors shortcut for saving a variable in variable editor
Tue, 05 Jan 2021 20:48:18 +0100 Markus Mützel build: Search SPQR header without sub-directory (bug #59828).
Tue, 05 Jan 2021 20:38:01 +0100 Markus Mützel qr.cc: Require CHOLMOD for tests that use SPQR (bug #57033).
Tue, 05 Jan 2021 18:53:01 +0100 Markus Mützel sparse-qr.cc: Fix compilation with clang (bug #57033).
Tue, 05 Jan 2021 18:21:30 +0100 Markus Mützel sparse-qr.cc: Simplify code by using default parameters (bug #57033).
Tue, 05 Jan 2021 18:19:56 +0100 Markus Mützel maint: merge stable to default.
Tue, 05 Jan 2021 18:19:15 +0100 Markus Mützel eigs.m: Make tests that depend on CHOLMOD conditional. stable
Tue, 05 Jan 2021 15:54:22 +0100 Markus Mützel maint: merge stable to default.
Tue, 05 Jan 2021 14:42:18 +0100 Markus Mützel tests: Make tests that depend on CXSparse conditional. stable
Tue, 05 Jan 2021 14:10:15 +0100 Markus Mützel sparse-qr.cc: Fix compilation with CXSparse and SPQR (bug #57033).
Thu, 09 Jan 2020 21:45:54 +0100 Simon Hau Replacement of CXSPARSE by SPQR for QR factorization (bug #57033).
Mon, 04 Jan 2021 14:52:06 +0100 Markus Mützel maint: merge stable to default.
Sun, 03 Jan 2021 11:49:07 +0100 Markus Mützel build: Use SPARSE_XCPPFLAGS in CPP_FLAGS for libcorefcn (bug #59806). stable
Mon, 04 Jan 2021 14:44:22 +0100 Markus Mützel maint: merge stable to default.
Mon, 04 Jan 2021 14:19:48 +0100 Markus Mützel struct2hdl.m: Set "units" property early. stable
Thu, 17 Dec 2020 20:18:51 -0500 John W. Eaton allow Octave to operate as a server, executing commands from a queue
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Sun, 03 Jan 2021 14:38:14 -0500 John W. Eaton new unwind_action class that handles execptions
Sun, 03 Jan 2021 14:37:13 -0500 John W. Eaton allow unwind_action functions to be empty and set after object creation
Sun, 03 Jan 2021 20:19:04 +0100 Torsten Lilge improve saving a variable in the variable editor (bug #59570)