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
Mon, 11 Feb 2019 16:16:00 -0800 Mike Miller run Matlab user files from interpreter, not startup scripts (bug #55681)
Fri, 08 Feb 2019 16:40:56 -0800 Rik maint: Fix typos in comments where "intial" instead of "initial" used.
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Wed, 31 Oct 2018 19:32:41 -0400 John W. Eaton eliminate global and file-scope static variables in oct-hist.cc
Wed, 31 Oct 2018 18:22:23 -0400 John W. Eaton eliminate global and file-scope static variables from load-save.cc (bug #54571)
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 18:04:18 -0400 John W. Eaton new class for miscellaneous interpreter settings
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Fri, 25 May 2018 16:30:01 -0400 John W. Eaton eliminate some singletons and static & global variables
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Tue, 08 May 2018 11:53:34 -0400 John W. Eaton eliminate some global accesses to the breakpoint table
Thu, 03 May 2018 16:04:53 -0400 John W. Eaton eliminate some global references to interpreter internals
Thu, 03 May 2018 01:51:04 -0400 John W. Eaton avoid global access of load path in interpreter class
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 12 Feb 2018 00:58:31 -0500 John W. Eaton don't use singleton pattern for bp_table
Sun, 11 Feb 2018 11:17:34 -0500 John W. Eaton don't use singleton pattern for child_list
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 12:23:14 -0500 John W. Eaton allow experimenting with thread_local storage
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Tue, 01 Aug 2017 14:44:02 -0400 John W. Eaton defer execution of user code to interpreter::execute (bug #51631)
Fri, 14 Jul 2017 16:05:59 -0400 John W. Eaton don't use singleton for gtk_manager
Sat, 08 Jul 2017 10:33:07 -0400 John W. Eaton move profiler inside evaluator and inside octave namespace
Thu, 06 Jul 2017 17:26:10 -0400 John W. Eaton don't use singleton for ch_manager, rename to url_handle_manager
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Fri, 30 Jun 2017 20:59:54 -0400 John W. Eaton revamp echo command and move related variables inside tree_evaluator class
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Thu, 29 Jun 2017 10:18:42 -0400 John W. Eaton eliminate some global variables
Mon, 26 Jun 2017 18:38:40 -0400 John W. Eaton move mlock, munlock, and mislocked to interpreter class
Mon, 19 Jun 2017 13:02:32 -0400 John W. Eaton don't use singleton for cdef_manager object
Fri, 16 Jun 2017 18:21:47 -0400 John W. Eaton avoid memory leak in interpreter
Fri, 16 Jun 2017 14:42:35 -0400 John W. Eaton don't use singleton pattern for dynamic_loader class
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Thu, 15 Jun 2017 08:00:37 -0400 John W. Eaton new convenience functions for accessing current scope
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Thu, 18 May 2017 10:53:24 -0400 John W. Eaton manage interpreter instance in interpreter object
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Tue, 31 Jan 2017 18:04:11 -0500 John W. Eaton avoid including parse tree headers in other header files unnecessarily
Mon, 30 Jan 2017 15:13:29 -0500 John W. Eaton separate final interpreter initialization from execution
Sat, 28 Jan 2017 15:19:42 -0500 John W. Eaton more refactoring of interpreter and application classes
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Fri, 27 Jan 2017 17:44:07 -0500 John W. Eaton move OCTAVE_SAFE_CALL macro out of header file
Fri, 27 Jan 2017 12:27:11 -0500 John W. Eaton eliminate declaration of nonexistent global variable
Fri, 27 Jan 2017 11:13:47 -0500 John W. Eaton refactor interpreter::execute
Thu, 26 Jan 2017 08:26:46 -0500 John W. Eaton additional restructuring of startup and shutdown
Tue, 24 Jan 2017 18:00:05 -0500 John W. Eaton rework clean_up_and_exit (bug #50068)
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable