log libinterp/corefcn/interpreter.h @ 27014:daab1b311a98

age author description
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)