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.