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

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 29 Nov 2022 15:58:49 -0800 Rik doc: grammarcheck documentation ahead of 8.1 release. stable
Sat, 26 Nov 2022 17:05:21 -0500 John W. Eaton delete m_evaluator after m_output_system (bug #63416) stable
Mon, 31 Oct 2022 10:01:50 -0700 Rik doc: Spellcheck documentation for 8.1 release.
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Sat, 28 May 2022 13:37:49 +0200 Markus Mützel maint: Merge stable to default.
Sat, 23 Apr 2022 15:20:18 +0200 Markus Mützel Don't shut down interpreter immediately on "execute" (bug #62308). stable
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Thu, 17 Feb 2022 22:42:22 -0500 John W. Eaton maint: Merge stable to default.
Thu, 17 Feb 2022 22:21:03 -0500 John W. Eaton allow deletion of dynamic_library objects to be delayed stable
Thu, 17 Feb 2022 19:22:50 -0500 John W. Eaton use clear_workspace instead of set_workspace with no arguments stable
Sat, 12 Feb 2022 16:23:34 -0500 John W. Eaton maint: Merge stable to default.
Sat, 12 Feb 2022 16:21:46 -0500 John W. Eaton clear workspace model before exit (bug #61994) 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
Sun, 21 Nov 2021 16:40:00 +0100 Markus Mützel interpreter.cc: Include missing header <clocale>.
Sun, 21 Nov 2021 15:25:04 +0100 Markus Mützel interpreter: Use UTF-8 locale on Windows if possible.
Fri, 10 Sep 2021 07:20:43 -0700 Rik maint: use "m_" prefix for member variable "instance" in class interpreter.
Tue, 17 Aug 2021 14:34:42 -0700 Rik Deprecate disable_range, disable_diagonal_matrix, disable_permutation_matrix.
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Sat, 14 Aug 2021 16:27:53 -0400 John W. Eaton move some error handling functions inside octave namespace
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Fri, 30 Jul 2021 12:05:48 -0700 Rik Call print_struct_array_contents(1) when '--traditional' option used.
Thu, 22 Jul 2021 11:39:14 -0700 Rik Change startup so that '--interactive' does not always force '--no-line-editing' (bug #60696).
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
Wed, 05 May 2021 20:28:44 -0400 John W. Eaton move get_line_and_eval to parse tree evaluator
Wed, 05 May 2021 15:39:17 -0700 Rik Disable Octave:empty-index warning when --braindead option used.
Tue, 20 Apr 2021 16:54:51 -0400 John W. Eaton maint: merge stable to default.
Tue, 20 Apr 2021 16:20:10 -0400 John W. Eaton perform shutdown actions in interpreter destructor (bug #60334) stable
Mon, 19 Apr 2021 17:16:20 -0400 John W. Eaton avoid accessing invalid app context during interpreter initialization
Tue, 13 Apr 2021 08:06:05 -0400 John W. Eaton undo previous change; reset parser in server loop
Tue, 13 Apr 2021 06:25:20 -0400 John W. Eaton also reset parser when interpreter recovers from exception
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Thu, 25 Mar 2021 16:25:31 -0400 John W. Eaton leave error message output stream decision to error_system class
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
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
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
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Thu, 10 Dec 2020 15:27:14 -0800 Rik maint: More updates to standardize exception naming scheme.
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Fri, 18 Sep 2020 17:15:32 +0200 Markus Mützel Add function "dir_encoding" to set a file encoding per directory (bug #49685).
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Sat, 15 Aug 2020 23:41:26 -0400 John W. Eaton maint: merge stable to default.
Sat, 15 Aug 2020 23:40:00 -0400 John W. Eaton reorder shutdown steps (bug #57591) stable
Fri, 14 Aug 2020 00:50:03 -0400 John W. Eaton maint: merge stable to default.
Thu, 13 Aug 2020 23:34:08 -0400 John W. Eaton attempt to avoid apparent graphics-related crash at shutdown (bug #58814) stable
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