log src/symtab.h @ 16088:b29b10fbb744 stable release-3-6-4

age author description
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Sat, 28 Jul 2012 12:06:34 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of default to gui gui
Mon, 23 Jul 2012 06:53:09 -0500 Max Brister 'clear -f' does not work for command line functions (bug #34497)
Mon, 09 Jul 2012 09:55:35 -0500 Max Brister maint: periodic merge of default to jit
Sat, 02 Jun 2012 10:04:55 -0500 Max Brister Rename symbol_table::symbol_record_ref to symbol_table::symbol_reference
Fri, 18 May 2012 10:22:34 -0600 Max Brister Use symbol_record_ref instead of names in JIT
Fri, 18 May 2012 08:53:26 -0600 Max Brister Add symbol_table::symbol_record_ref
Sun, 06 May 2012 20:17:30 -0600 Max Brister Initial JIT support
Mon, 16 Jul 2012 16:43:26 -0400 Jacob Dawid maint: merge of default on gui. gui
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:06:18 -0400 Jordi Gutiérrez Hermoso Backout revision 136ee6bcadc0 (no mutexing the symbol table) gui
Thu, 03 May 2012 00:52:24 -0400 Jordi Gutiérrez Hermoso maint: Periodic merge of default to gui gui
Tue, 10 Apr 2012 20:42:22 -0400 Max Brister Nested function support (bug #35772)
Tue, 27 Mar 2012 16:35:25 -0400 John W. Eaton backout changeset 75cb16d1292b. gui
Fri, 03 Feb 2012 23:17:09 +0100 Jacob Dawid Made the symbol table more thread-safe. gui
Fri, 03 Feb 2012 19:21:57 +0100 Jacob Dawid Guarded access to symbol_table with mutexes. gui
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 11 Dec 2011 22:19:57 -0500 John W. Eaton refactor regexp (bug #34440)
Sat, 03 Dec 2011 15:19:42 +0000 Michael Goffioul Use thread-safe atomic reference counting (GCC and MSVC).
Sat, 03 Dec 2011 04:34:17 -0500 John W. Eaton clean up memory allocated for singletons before exit
Wed, 03 Aug 2011 13:04:27 -0400 John W. Eaton make completion work for command-line functions
Sat, 22 Jan 2011 12:55:18 -0500 John W. Eaton symbol_table::parent_classes: also add parents of parents to the list
Sat, 22 Jan 2011 02:21:52 -0500 Pascal Dupuis Explicitly disallow copying in some classes.
Tue, 30 Jun 2009 09:03:56 +0200 Jaroslav Hajek remove assertion in force_variable release-3-2-x
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.