log libinterp/corefcn/interpreter.h @ 31605:e88a07dec498 stable

age author description
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
Tue, 21 Jan 2020 20:14:13 -0600 John W. Eaton maint: merge stable to default.
Tue, 21 Jan 2020 13:33:02 -0800 Mike Miller fix more spelling errors (bug #57613) stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 17 Dec 2019 12:26:09 -0500 John W. Eaton reafactor mlock, munlock, and mislocked functions
Thu, 14 Nov 2019 15:21:49 -0500 John W. Eaton prevent atexit functions from adding new atexit functions
Thu, 14 Nov 2019 15:18:15 -0500 John W. Eaton don't use static variable for list of interpreter atexit functions
Thu, 31 Oct 2019 00:51:45 -0400 John W. Eaton restore some symbol table functions for backward compatibility
Sat, 26 Oct 2019 12:20:29 -0400 John W. Eaton move qt_interpreter_events object from interpreter_qobject to octave_qobject
Tue, 29 Oct 2019 11:36:14 -0400 John W. Eaton improve compatibility of quit function
Tue, 22 Oct 2019 13:38:02 -0400 John W. Eaton eliminate global tmp_files variable
Wed, 16 Oct 2019 23:26:33 -0400 John W. Eaton move reader and parser from evaluator repl to interpreter main_loop
Fri, 11 Oct 2019 09:36:08 -0400 John W. Eaton move parse_fcn_file from interpreter member function to parser friend
Thu, 10 Oct 2019 16:50:58 -0400 John W. Eaton eliminate warn_for argument for source_file and parse_fcn_file functions
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class
Mon, 05 Aug 2019 10:42:18 -0500 John W. Eaton don't use singleton pattern for gh_manager object
Fri, 19 Jul 2019 10:02:20 -0400 John W. Eaton don't use singleton pattern for display_info class
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Tue, 02 Apr 2019 12:00:29 +0000 John W. Eaton eliminate direct access to call stack through interpreter class
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Mon, 01 Apr 2019 13:57:10 +0000 John W. Eaton move feval functions to interpreter class
Mon, 01 Apr 2019 13:11:14 +0000 John W. Eaton move core of eval function to evaluator
Mon, 01 Apr 2019 12:51:58 +0000 John W. Eaton move core of evalin function to evaluator
Mon, 01 Apr 2019 12:11:33 +0000 John W. Eaton move parse_fcn_file to interpreter; source_file to evaluator
Mon, 01 Apr 2019 11:15:06 +0000 John W. Eaton move file-scope static autoload map variable and functions to evaluator
Sun, 31 Mar 2019 20:50:10 +0000 John W. Eaton move core of mfilename function to evaluator
Sun, 31 Mar 2019 19:35:39 +0000 John W. Eaton move core of assignin function to evaluator
Fri, 22 Feb 2019 07:34:47 +0000 John W. Eaton split classdef into multiple smaller source files