log libinterp/corefcn/stack-frame.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
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Fri, 05 Mar 2021 16:14:34 -0500 John W. Eaton avoid memory leaks when returning handles to nested functions stable
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
Fri, 25 Sep 2020 12:01:43 -0400 John W. Eaton maint: merge stable to default.
Fri, 25 Sep 2020 09:43:53 -0400 John W. Eaton track direct caller in stack frames stable
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle class stable
Mon, 30 Mar 2020 15:14:10 -0400 John W. Eaton store local init vars for anonymous functions in handle, not function object stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Sat, 25 Apr 2020 13:17:11 -0400 John W. Eaton use shared_ptr for stack frames in call stack and for accesss and static links stable
Fri, 24 Apr 2020 14:21:07 -0400 John W. Eaton hide specific stack frame and stack frame walker classes stable
Mon, 18 May 2020 16:12:23 -0400 John W. Eaton move function definition from header to source file stable
Mon, 18 May 2020 16:10:52 -0400 John W. Eaton eliminate some unused call_stack and stack_frame functions stable
Mon, 18 May 2020 16:06:27 -0400 John W. Eaton correctly find all symbols in script when saving values (bug #58382) stable
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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, 02 Apr 2019 11:51:24 +0000 John W. Eaton store reference to evaluator instead of call stack in stack frame
Thu, 30 May 2019 10:23:44 +0000 John W. Eaton don't include error.h in ov-base.h
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Mon, 25 Mar 2019 16:13:01 +0000 John W. Eaton allow dispatch class to be stored in stack frame (bug #45351)
Thu, 14 Mar 2019 16:48:56 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Sun, 03 Mar 2019 10:19:36 +0000 John W. Eaton allow handles to nested functions to work (bug #39257)
Sun, 03 Mar 2019 07:08:52 +0000 John W. Eaton provide virtual dup methods for stack frames
Sat, 02 Mar 2019 16:34:33 +0000 John W. Eaton enable copy constructors for stack_frame objects
Fri, 01 Mar 2019 23:31:42 +0000 John W. Eaton fix declarations of stack frame copy ctors and assignment operators
Fri, 01 Feb 2019 20:44:15 +0000 John W. Eaton don't fail if symbol in script can't be found (bug #55626)
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects