log src/symtab.h @ 11586:12df7854fa7c

age author description
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 17:07:26 -0500 Pascal Dupuis Another round of initialising members in the constructor initialisation list
Mon, 17 Jan 2011 13:36:59 -0500 John W. Eaton mark automatic variables as automatic
Sun, 16 Jan 2011 08:58:46 -0600 Jordi GutiƩrrez Hermoso Don't invalidate iterators when calling std::map::erase, found by cppcheck
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Wed, 05 Jan 2011 16:17:35 -0500 John W. Eaton fix OO field access in subfunctions of private functions
Thu, 11 Nov 2010 02:30:32 -0500 John W. Eaton also consider parent classes when checking if class methods are out of date
Fri, 14 May 2010 06:59:41 +0200 Jaroslav Hajek symbol_table minor improvements
Fri, 23 Apr 2010 22:07:39 -0700 Rik Clear global variables when 'clear -all' called
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Sat, 13 Feb 2010 08:17:21 +0100 Jaroslav Hajek partially rewrite function handles
Thu, 11 Feb 2010 12:16:43 -0500 John W. Eaton untabify src header files
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Tue, 12 Jan 2010 13:20:17 +0100 Jaroslav Hajek improve overload dispatching of built-in classes
Thu, 07 Jan 2010 15:07:19 -0500 John W. Eaton variables.cc (get_top_level_value, set_top_level_value): new functions
Mon, 14 Dec 2009 12:11:53 +0100 Jaroslav Hajek clean up top-level variables when exiting Octave
Thu, 10 Dec 2009 09:14:47 +0100 Jaroslav Hajek improve octave_shlib for safer shared libs treatment
Mon, 14 Sep 2009 11:23:54 +0200 Jaroslav Hajek store scope->function pointer
Thu, 27 Aug 2009 16:08:23 +0200 Jaroslav Hajek fix previous change, avoid duplicate loads of methods in descendant classes
Mon, 10 Aug 2009 10:08:10 +0200 Jaroslav Hajek fix handles to private functions, simplify out-of-date checks in symtab
Thu, 30 Jul 2009 11:52:58 -0400 David Grundberg Parse nested functions more accurately.
Mon, 27 Jul 2009 10:39:09 +0200 Jaroslav Hajek support non-local function lookups in str2func
Thu, 23 Jul 2009 14:44:30 +0200 Jaroslav Hajek implement overloaded function handles
Wed, 22 Jul 2009 11:50:36 +0200 Jaroslav Hajek remove unused declaration
Wed, 22 Jul 2009 11:41:41 +0200 Jaroslav Hajek simplify symbol_table::find and associated functions
Tue, 21 Jul 2009 12:43:33 -0400 John W. Eaton improve behavior of builtin
Tue, 21 Jul 2009 12:49:17 -0400 John W. Eaton undo previous commit
Tue, 21 Jul 2009 12:43:33 -0400 John W. Eaton improve behavior of builtin
Wed, 01 Jul 2009 10:42:58 +0200 Jaroslav Hajek speed-up function call by caching its name lookup
Tue, 30 Jun 2009 08:18:26 +0200 Jaroslav Hajek remove assertion in force_variable
Sun, 28 Jun 2009 06:01:04 +0200 Jaroslav Hajek remove redundant overload in symtab.h
Thu, 25 Jun 2009 13:57:38 +0200 Jaroslav Hajek yet more unwind_protect improvements
Tue, 16 Jun 2009 09:49:25 +0200 Jaroslav Hajek fix context restoration in error state
Mon, 08 Jun 2009 14:57:41 +0200 Jaroslav Hajek properly clear global variables
Tue, 26 May 2009 11:20:40 -0400 John W. Eaton properly unmark forced variables
Thu, 21 May 2009 14:26:47 -0700 Robert T. Short clear -classes and support.
Tue, 21 Apr 2009 15:39:57 -0400 John W. Eaton eliminate symbol_table::scope_stack; fix scoping issue with evalin
Mon, 23 Mar 2009 19:29:01 -0400 John W. Eaton tag bug don't define forced variables
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 03 Mar 2009 14:10:54 -0500 John W. Eaton improve symbol inheritance for anonymous functions
Fri, 27 Feb 2009 03:31:41 -0500 John W. Eaton strsplit.m: style fixes
Thu, 26 Feb 2009 13:58:47 -0500 John W. Eaton after defining a script or function, clear local variables created for parsing
Fri, 20 Feb 2009 01:00:25 -0500 John W. Eaton also stash directory name for subfunctions
Thu, 05 Feb 2009 19:58:04 -0500 John W. Eaton symtab.cc (symbol_table::fcn_info::fcn_info_rep::find): avoid recursive call
Tue, 28 Oct 2008 13:01:58 -0400 John W. Eaton clear local symbol table after parsing function
Mon, 22 Sep 2008 13:11:32 -0400 David Bateman clear breakpoints is function found to be out of date
Fri, 22 Aug 2008 16:29:17 -0400 John W. Eaton symtab.h (symbol_table::do_inherit): copy alll symbols from donor scope
Fri, 25 Jul 2008 14:25:35 -0400 John W. Eaton make superiorto and inferiorto work
Tue, 08 Jul 2008 12:00:32 -0400 John W. Eaton call stack changes
Fri, 06 Jun 2008 15:04:12 -0400 John W. Eaton clear subfunctions when clearing parent function
Sun, 18 May 2008 22:14:45 +0200 David Bateman Add regexp matching to Fwho and Fclear
Wed, 07 May 2008 13:45:30 -0400 John W. Eaton scope and context fixes for function handles
Tue, 06 May 2008 05:51:17 -0400 John W. Eaton symbol table reporting functions
Sun, 04 May 2008 18:15:07 -0400 John W. Eaton initialize args_evaluated; delete useless statement
Sun, 04 May 2008 03:42:19 -0400 John W. Eaton initial implementation of dbup and dbdown
Mon, 18 Feb 2008 14:54:10 -0500 John W. Eaton don't clear locked functions
Tue, 15 Jan 2008 00:50:50 +0000 jwe [project @ 2008-01-15 00:50:50 by jwe]
Fri, 04 Jan 2008 20:26:26 +0000 jwe [project @ 2008-01-04 20:26:25 by jwe]
Fri, 28 Dec 2007 20:56:58 +0000 jwe [project @ 2007-12-28 20:56:55 by jwe]
Thu, 25 Oct 2007 06:57:17 +0000 jwe [project @ 2007-10-25 06:57:16 by jwe]