log libinterp/corefcn/symrec.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: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, 31 Aug 2021 11:48:20 -0700 Rik maint: Use enum in symrec.h for clarity.
Fri, 09 Jul 2021 04:05:58 -0400 John W. Eaton improve previous change for command syntax parsing (bug #60882)
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 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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, 18 Feb 2019 19:10:43 +0000 John W. Eaton maint: Merge stable to default.
Mon, 18 Feb 2019 18:33:18 +0000 John W. Eaton avoid crash when calling script recursively (bug #55728) stable
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, 11 Apr 2018 00:07:06 -0400 John W. Eaton allow function parameters to be global (bug #53579) stable
Tue, 10 Apr 2018 23:58:10 -0400 John W. Eaton fix cut/paste error in previous change (bug #53599) stable
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
Mon, 26 Mar 2018 13:10:42 -0400 John W. Eaton omit argument name from default copy ctors and assignment operators stable
Thu, 22 Mar 2018 23:24:21 -0400 John W. Eaton improve previous fix for clear in nested scopes (bug #53027) stable
Thu, 22 Mar 2018 17:34:41 -0400 John W. Eaton improve handling of clear for globals, forwarded symbols (bug #53027) stable
Thu, 22 Mar 2018 11:56:07 +0100 Kai T. Ohlhus * libinterp/corefcn/symrec.h: consistent use of context_id. 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)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 04 Jan 2018 10:09:23 -0500 John W. Eaton move part of symbol_record::find to header file to allow inlining
Sat, 23 Dec 2017 14:58:27 -0500 John W. Eaton don't allow function parameters (in or out) to be persistent
Fri, 22 Dec 2017 18:32:07 -0500 John W. Eaton fix binding for global variables in script files (bug #52722)
Thu, 07 Dec 2017 15:40:43 -0500 John W. Eaton eliminate unused symbol_record member variable and related functions
Thu, 07 Dec 2017 08:26:19 -0500 John W. Eaton fix thinko in linking symbol references (bug #52609)
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
Tue, 28 Nov 2017 12:43:25 -0500 John W. Eaton eliminate some uses of decl_scope in symbol_record class
Mon, 27 Nov 2017 23:52:54 -0500 John W. Eaton don't store persistent variables separately in scope object
Mon, 27 Nov 2017 20:28:13 -0500 John W. Eaton eliminate unused symbol scope and symbol record functions
Fri, 17 Nov 2017 11:36:55 -0500 John W. Eaton use m_ prefix for symbol_record class data members
Fri, 17 Nov 2017 09:12:11 -0500 John W. Eaton use shared_ptr and weak_ptr to manage symbol_record object
Thu, 16 Nov 2017 19:39:00 -0500 John W. Eaton rename scope to symbol_scope
Thu, 16 Nov 2017 16:06:31 -0500 John W. Eaton disentangle symbol_record, scope, and fcn_info from symbol_table class