log libinterp/corefcn/stack-frame.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
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
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 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Tue, 21 Sep 2021 13:32:41 -0400 John W. Eaton maint: merge stable to default.
Tue, 21 Sep 2021 13:14:31 -0400 John W. Eaton avoid internal error and segfault with eval and scripts (bug #61191) stable
Mon, 05 Jul 2021 08:46:16 -0700 John W. Eaton who() should not display duplicate named variables from different scopes (bug #60845).
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
Mon, 25 Jan 2021 15:17:45 -0500 John W. Eaton maint: merge stable to default.
Mon, 25 Jan 2021 15:13:06 -0500 John W. Eaton avoid crash when evaling global variables into existence in script (bug #59937) stable
Fri, 13 Nov 2020 20:43:19 -0500 John W. Eaton maint: merge stable to default.
Fri, 13 Nov 2020 20:38:28 -0500 John W. Eaton don't clear stack frame values indirectly through call stack (bug #59432) stable
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 25 Sep 2020 09:43:53 -0400 John W. Eaton track direct caller in stack frames stable
Tue, 07 Jul 2020 13:12:48 -0400 John W. Eaton fix lookup of variables in scripts called inside nested functions (bug #58691) stable
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
Tue, 04 Jun 2019 20:04:21 +0000 John W. Eaton fix calculation of value offsets for variables added to script scopes
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Sun, 03 Mar 2019 07:08:52 +0000 John W. Eaton provide virtual dup methods for stack frames
Mon, 04 Feb 2019 15:00:13 +0000 John W. Eaton when installing global variable don't warn if it is already global
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