log libinterp/corefcn/symscope.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
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 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, 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
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
Sun, 24 Nov 2019 14:01:16 -0600 John W. Eaton allow private scripts to be called from other private scripts
Sat, 16 Mar 2019 14:13:40 -0400 John W. Eaton * symscope.h (symbol_scope_rep::dup): Delete useless statement. (bug #55935)
Tue, 05 Mar 2019 05:01:18 +0000 John W. Eaton allow function search in arbitrary scope
Sun, 03 Mar 2019 10:19:36 +0000 John W. Eaton allow handles to nested functions to work (bug #39257)
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
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 11 Apr 2018 00:07:06 -0400 John W. Eaton allow function parameters to be global (bug #53579) stable
Tue, 10 Apr 2018 22:22:37 -0400 John W. Eaton improve handling of global symbols (bug #53599) stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. 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
Thu, 22 Mar 2018 17:34:41 -0400 John W. Eaton improve handling of clear for globals, forwarded symbols (bug #53027) stable
Wed, 21 Mar 2018 16:24:35 +0100 Kai T. Ohlhus doc: Add Doxygen documentation. 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.
Thu, 07 Dec 2017 01:31:34 -0500 John W. Eaton improve handling of invalid symbol_scope objects (bug #52607)
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
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
Sun, 03 Dec 2017 16:42:16 -0500 John W. Eaton give names to anonymous function scopes
Thu, 30 Nov 2017 15:10:12 -0500 John W. Eaton restructure global variable handling in symbol table
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
Sun, 19 Nov 2017 21:17:25 -0500 John W. Eaton store subfunction names in scope instead of function object
Fri, 17 Nov 2017 11:36:55 -0500 John W. Eaton use m_ prefix for symbol_record class data members
Thu, 16 Nov 2017 19:39:00 -0500 John W. Eaton rename scope to symbol_scope base libinterp/corefcn/scope.h@dea32b4b128d