log libinterp/corefcn/symscope.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, 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)
Thu, 02 Sep 2021 11:20:53 -0400 John W. Eaton eliminate duplicate parent function name info in symbol scope objects
Wed, 01 Sep 2021 23:50:07 -0400 John W. Eaton eliminate redundant storage of parent function name in function objects
Wed, 01 Sep 2021 16:57:05 -0400 John W. Eaton maint: merge stable to default.
Wed, 01 Sep 2021 16:19:09 -0400 John W. Eaton store parent name in function object when caching parents in scope (bug #61105) stable
Fri, 09 Jul 2021 04:05:58 -0400 John W. Eaton improve previous change for command syntax parsing (bug #60882)
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)
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, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 03 Apr 2020 22:00:06 -0400 John W. Eaton refactor handling of parent functions and localfunctions stable
Thu, 30 Jan 2020 15:12:52 -0500 John W. Eaton allow reloading of handles to private functions (bug #57439)
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
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:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 21 Nov 2018 15:24:17 -0500 John W. Eaton eliminate some unnecessary function arguments
Fri, 09 Nov 2018 02:15:42 -0500 John W. Eaton store nesting depth and primary parent info in nested function scopes
Sat, 03 Nov 2018 09:27:37 -0400 John W. Eaton install auto function vars in symbol scope when parsing function
Tue, 10 Apr 2018 22:22:37 -0400 John W. Eaton improve handling of global symbols (bug #53599) stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 22 Mar 2018 23:24:21 -0400 John W. Eaton improve previous fix for clear in nested scopes (bug #53027) stable
Wed, 21 Mar 2018 22:02:27 +0100 Kai T. Ohlhus Ensure that local functions do not have a static workspace (bug #53405). stable
Thu, 08 Feb 2018 04:06:03 -0500 John W. Eaton use weak_ptr for symbol_scope_rep and symbol_record_rep pointers (bug #53092)
Thu, 08 Feb 2018 01:08:36 -0500 John W. Eaton mark objects as nested or subfunctions when parsing
Sat, 27 Jan 2018 09:06:50 -0500 John W. Eaton restore ability to select variables for editing from workspace widget
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
Mon, 04 Dec 2017 12:30:40 -0500 John W. Eaton refactor symbol_record object
Thu, 30 Nov 2017 15:10:12 -0500 John W. Eaton restructure global variable handling in symbol table
Thu, 30 Nov 2017 08:00:40 -0500 John W. Eaton delete unused symbol_record_rep member variable
Mon, 27 Nov 2017 23:52:54 -0500 John W. Eaton don't store persistent variables separately in scope object
Thu, 16 Nov 2017 19:39:00 -0500 John W. Eaton rename scope to symbol_scope base libinterp/corefcn/scope.cc@f66613db54b9