log src/symtab.cc @ 14846:460a3c6d8bf1

age author description
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Sun, 06 May 2012 21:14:55 -0400 Jordi GutiƩrrez Hermoso Silence warnings
Tue, 10 Apr 2012 20:42:22 -0400 Max Brister Nested function support (bug #35772)
Sun, 04 Mar 2012 12:21:10 -0800 Rik Update %!tests in src/ directory with Octave coding conventions.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 03 Dec 2011 04:34:17 -0500 John W. Eaton clean up memory allocated for singletons before exit
Tue, 22 Nov 2011 22:01:52 -0500 John W. Eaton avoid reloading private functions when checking to see whether they are out of date
Fri, 16 Sep 2011 15:42:06 -0400 John W. Eaton look for methods before constructors
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Sat, 03 Sep 2011 14:23:36 -0700 Rik symtab.cc: Fix compile error accidentally introduced.
Sat, 03 Sep 2011 13:43:13 -0700 Rik codesprint: Tests for ignore_function_time_stamp() in symtab.cc
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