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
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Tue, 13 Jun 2017 11:25:31 -0700 Rik maint: Deprecate is_object and replace with isobject.
Tue, 30 May 2017 12:49:44 -0400 John W. Eaton maint: Merge stable to default.
Tue, 30 May 2017 12:30:44 -0400 John W. Eaton avoid possible double free at interpreter exit (bug #51088) stable
Tue, 30 May 2017 12:30:44 -0400 John W. Eaton avoid possible double free at interpreter exit (bug #51088)
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 03 Apr 2017 16:21:19 -0400 John W. Eaton local functions in classdef files (bug #41723)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Fri, 16 Dec 2016 10:20:35 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 15 Dec 2016 22:04:11 -0500 John W. Eaton store set of dispatch classes in built-in function objects
Wed, 14 Dec 2016 14:59:27 -0500 John W. Eaton allow dispatch types to be declared for built-in functions
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Mon, 05 Dec 2016 13:04:12 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/corefcn.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Fri, 21 Oct 2016 13:58:15 -0400 John W. Eaton remove obsolete function __dispatch__
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 17:57:49 -0400 John W. Eaton move base_list and regexp classes to octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Wed, 01 Jun 2016 18:56:48 -0400 John W. Eaton accept scope as argument in most static symbol_table functions
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Fri, 01 Apr 2016 12:57:49 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Apr 2016 12:04:04 -0400 John W. Eaton avoid mulitple definitions of static function-scope vars (bug #47372) stable
Mon, 15 Feb 2016 14:03:23 -0800 Lachlan Fix dbstop to find subfuncs of old-style class methods (bug #34804).
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Fri, 22 Jan 2016 12:15:12 -0500 John W. Eaton provide replacement hints for deprecated C++ functions
Thu, 14 Jan 2016 07:02:41 -0800 Rik maint: Use "FIXME:" consistently in code base.
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Sun, 03 Jan 2016 10:58:15 -0800 Rik maint: Move GCC_ attributes to start of declaration for future compatibility.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Tue, 29 Dec 2015 11:02:26 -0800 Rik maint: Move GCC_ATTR_DEPRECATED to beginning of function declaration.
Fri, 25 Dec 2015 00:48:01 -0500 John W. Eaton maint: invert if/else/error instances.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Wed, 02 Sep 2015 18:18:19 -0400 John W. Eaton also clear autoloaded functions when clearing user functions
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Wed, 20 May 2015 08:01:10 -0700 John W. Eaton Expand type() to work on command-line entered functions (bug #40462).
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Tue, 09 Jul 2013 16:47:57 -0700 Rik maint: Rename regexp.h to lo-regexp.h, regexp.cc to lo-regexp.cc in liboctave.