log libinterp/corefcn/symrec.h @ 25203:72ea868ca63a stable

age author description
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