log libinterp/corefcn/interpreter.h @ 31633:d9970470108a stable

age author description
Sat, 03 Dec 2022 10:36:59 -0500 Reinhard Resch Remove several race conditions with signal handler (bug #61370). stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sat, 26 Nov 2022 17:05:21 -0500 John W. Eaton delete m_evaluator after m_output_system (bug #63416) stable
Sat, 12 Feb 2022 14:20:07 -0500 John W. Eaton maint: Merge stable to default.
Sat, 12 Feb 2022 14:19:17 -0500 John W. Eaton don't perform interpreter shutdown actions in destructor (bug #61994) stable
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Fri, 10 Sep 2021 07:20:43 -0700 Rik maint: use "m_" prefix for member variable "instance" in class interpreter.
Fri, 20 Aug 2021 01:28:10 -0400 John W. Eaton fix error due to typo from changeset 4c88a452519c.
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
Fri, 02 Jul 2021 09:56:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 02 Jul 2021 09:38:48 -0400 John W. Eaton move top-level REPL from interpreter to evaluator stable
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Wed, 17 Mar 2021 00:50:34 -0400 John W. Eaton maintain a set of watch expressions for possible use in tracing/debugging
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 20 Jan 2021 16:53:16 -0500 John W. Eaton provide interpreter methods for pausing, resuming, and stopping evaluation
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
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
Thu, 07 Jan 2021 00:01:18 -0500 John W. Eaton move some eval-related functions from interpreter to tree_evaluator class
Thu, 17 Dec 2020 20:18:51 -0500 John W. Eaton allow Octave to operate as a server, executing commands from a queue
Thu, 10 Dec 2020 15:27:14 -0800 Rik maint: More updates to standardize exception naming scheme.
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Wed, 15 Apr 2020 23:14:06 -0400 John W. Eaton move make_fcn_handle to tree_evaluator class stable
Fri, 29 May 2020 15:08:48 -0400 John W. Eaton make --traditional option easily accessible to the interpreter
Fri, 22 May 2020 12:54:13 -0400 John W. Eaton improve interpreter shutdown process (bug #56952) stable