log src/symtab.cc @ 12312:b10ea6efdc58 release-3-4-x ss-3-3-91

age author description
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sat, 08 Jan 2011 11:53:51 +0100 David Grundberg Change mentions of "nested function" to the less misleading "subfunction"
Wed, 05 Jan 2011 16:17:35 -0500 John W. Eaton fix OO field access in subfunctions of private functions
Wed, 08 Dec 2010 02:34:45 -0500 John W. Eaton fix think-o in changeset baeeb6bc6afe
Wed, 08 Dec 2010 01:20:07 -0500 John W. Eaton stop trying to parse file if out_of_date_check encounters an error
Tue, 07 Dec 2010 15:30:17 -0500 John W. Eaton avoid reparsing files after errors
Wed, 17 Nov 2010 14:38:17 -0500 John W. Eaton allow private functions to find 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
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Sat, 13 Feb 2010 08:17:21 +0100 Jaroslav Hajek partially rewrite function handles
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Thu, 11 Feb 2010 07:52:00 +0100 Jaroslav Hajek partially revert 2ceae0b40515, implement a better fallback
Wed, 10 Feb 2010 22:12:36 +0100 Jaroslav Hajek fix builtin_type for permutation matrices, avoid segfaults with invalid values in get_dispatch_type
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
Wed, 16 Dec 2009 07:38:52 +0100 Jaroslav Hajek avoid duplicate function cleaning in symbol_table::cleanup
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 include autoloads in out-of-date checks
Mon, 14 Sep 2009 11:23:54 +0200 Jaroslav Hajek store scope->function pointer
Wed, 02 Sep 2009 09:21:36 +0200 Jaroslav Hajek add a couple of missing copyright statements
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: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
Thu, 23 Apr 2009 16:05:52 -0400 John W. Eaton object exemplars
Tue, 21 Apr 2009 15:39:57 -0400 John W. Eaton eliminate symbol_table::scope_stack; fix scoping issue with evalin
Wed, 01 Apr 2009 13:49:15 +0200 Jaroslav Hajek fix invalid subscript in symtab.cc
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 20 Feb 2009 01:00:25 -0500 John W. Eaton also stash directory name for subfunctions
Tue, 17 Feb 2009 21:41:26 -0500 John W. Eaton oct-map.h: fix think-o in previous change
Tue, 17 Feb 2009 12:39:30 -0500 John W. Eaton stash directory name when loading private function
Thu, 05 Feb 2009 19:58:04 -0500 John W. Eaton symtab.cc (symbol_table::fcn_info::fcn_info_rep::find): avoid recursive call
Fri, 23 Jan 2009 13:13:39 +0100 Jaroslav Hajek further indexing optimization touches
Mon, 29 Sep 2008 18:16:57 -0400 John W. Eaton symtab.cc (symbol_table::fcn_info::fcn_info_rep::load_class_method): Call load_class_constructor if name and dispatch_type are the same.
Mon, 29 Sep 2008 18:08:53 -0400 John W. Eaton symtab.cc: style fixes
Mon, 29 Sep 2008 16:48:04 -0400 David Bateman Check for class specific methods in symbol_table::find_function
Fri, 26 Sep 2008 15:19:41 -0400 John W. Eaton symtab.cc (out_of_date_check_internal): fix order of arguments in call to load_path::find_method
Thu, 25 Sep 2008 10:19:17 -0400 John W. Eaton make dispatch work with feval
Mon, 22 Sep 2008 13:11:32 -0400 David Bateman clear breakpoints is function found to be out of date
Wed, 03 Sep 2008 11:20:25 -0400 John W. Eaton symtab.cc (out_of_date_check_internal): check for method, then regular function
Thu, 07 Aug 2008 15:31:17 -0400 John W. Eaton fix typo in NPOS change
Thu, 07 Aug 2008 15:15:33 -0400 John W. Eaton replace NPOS with std::string::npos
Mon, 04 Aug 2008 23:44:50 -0400 John W. Eaton make file_ops a proper singleton class
Fri, 25 Jul 2008 14:25:35 -0400 John W. Eaton make superiorto and inferiorto work
Wed, 23 Jul 2008 17:16:50 -0400 John W. Eaton eliminate curr_parent_function; fix subfunction lookup
Thu, 17 Jul 2008 14:25:11 -0400 John W. Eaton out_of_date_check_internal: make it work for class methods
Tue, 08 Jul 2008 12:00:32 -0400 John W. Eaton call stack changes
Sun, 25 May 2008 15:04:37 +0200 David Bateman Add Ffilemarker and fix for 'dbstep in'
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 03:42:19 -0400 John W. Eaton initial implementation of dbup and dbdown
Wed, 30 Apr 2008 17:51:02 -0400 John W. Eaton better handling of functions found by relative lookup
Fri, 01 Feb 2008 08:19:05 +0000 jwe [project @ 2008-02-01 08:19:05 by jwe]