log libinterp/corefcn/symtab.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 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Wed, 27 Oct 2021 15:02:20 -0400 John W. Eaton fix typo in previous change
Thu, 19 Aug 2021 16:36:35 -0400 John W. Eaton * symtab.h: Fix syntax errors introduced in changeset 4c88a452519c.
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 09 Jun 2020 16:48:17 -0400 John W. Eaton split search for private functions into separate function stable
Tue, 09 Jun 2020 16:52:57 -0400 John W. Eaton make find_scoped_function available in symbol_table class 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
Fri, 13 Dec 2019 22:54:18 -0500 John W. Eaton finish symbol deprecation intended to be done in changeset e091e09d26f0
Sun, 24 Nov 2019 13:38:37 -0600 John W. Eaton delete obsolete unused function
Thu, 31 Oct 2019 00:51:45 -0400 John W. Eaton restore some symbol table functions for backward compatibility
Fri, 24 May 2019 20:59:06 +0000 John W. Eaton move out_of_date_check to fcn-info.cc and declare static
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Mon, 25 Mar 2019 18:28:24 +0000 John W. Eaton backout changeset 98f1a964ff33
Tue, 05 Mar 2019 05:01:18 +0000 John W. Eaton allow function search in arbitrary scope
Fri, 22 Feb 2019 22:00:06 +0000 John W. Eaton insert package info in symbol table as loadpath finds +package dirs
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Tue, 22 Jan 2019 07:45:08 -0500 John W. Eaton use @CLASS name when searching for @CLASS/METHOD (bug #55501) stable
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, 16 Nov 2018 14:56:55 -0500 John W. Eaton eliminate useless function
Tue, 13 Nov 2018 12:06:41 -0500 John W. Eaton move function declaration to correct header file
Tue, 13 Nov 2018 02:26:52 -0500 John W. Eaton partially refactor function lookup in symbol table
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
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
Sat, 10 Feb 2018 18:21:46 -0500 John W. Eaton deprecate some function installing functions
Sat, 10 Feb 2018 16:03:27 -0500 John W. Eaton move install_builtins function inside symbol_table class
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.
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
Thu, 30 Nov 2017 15:10:12 -0500 John W. Eaton restructure global variable handling in symbol table
Sun, 19 Nov 2017 12:49:15 -0500 John W. Eaton delete unused symbol_table functions
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
Thu, 28 Sep 2017 15:44:43 -0700 Mike Miller maint: rename function argument to avoid shadowing class member
Wed, 13 Sep 2017 17:10:51 -0400 John W. Eaton use more direct method for non-local symbol access (bug #38236)
Fri, 08 Sep 2017 18:15:50 -0400 John W. Eaton also cache parent_function in symbol_table scope
Wed, 09 Aug 2017 13:11:54 -0400 John W. Eaton disallow dynamic variable creation in static scopes (bug #51698)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 26 Jun 2017 14:31:07 -0400 John W. Eaton deprecate some global functions that access the symbol table
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Thu, 22 Jun 2017 16:23:36 -0400 John W. Eaton rework __dump_symbol_table__ function
Wed, 21 Jun 2017 11:29:41 -0400 John W. Eaton store directory and package names in function when function is parsed
Mon, 19 Jun 2017 12:02:37 -0400 John W. Eaton avoid inifite recursion in symbol table glob and regexp functions
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
Thu, 15 Jun 2017 10:47:50 -0400 John W. Eaton remove deprecated and unused symbol_table functions
Wed, 14 Jun 2017 14:19:56 -0400 John W. Eaton eliminate some warnings introduced by recent changes
Wed, 14 Jun 2017 11:45:47 -0400 John W. Eaton make symbol table context info mostly local to symbol table scopes