summaryrefslogtreecommitdiffstats
path: root/generic/tclOOMethod.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #336 IMPLEMENTATIONdgp2008-12-021-5/+5
* Remove obsolete debugging macro. [Bug 2124814]dkf2008-09-241-7/+1
* Implementation of TIP #320.#320.#320.dkf2008-09-231-4/+262
* Improve the semantics of C-implemented destructors slightly.dkf2008-09-011-1/+11
* * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-231-2/+2
* Align variable naming and typing a bit better with tclNamesp.c.dkf2008-08-211-10/+10
* Added casts to make MSVC happy and re-enable the debug build.patthoyts2008-08-201-2/+2
* Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-201-10/+19
* * generic/tclOOMethod.c (PushMethodCallFrame): Added missing checkdgp2008-08-121-3/+6
* (PushMethodCallFrame): fix uninitialized efi name fielddas2008-08-091-1/+2
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-3/+16
* Remove unnecessary hack.dkf2008-07-271-8/+2
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-271-2/+2
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-2/+2
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-3/+3
* NRE-aware TclOO.dkf2008-07-161-13/+27
* Complete fix of [Bug 1981001]dkf2008-06-011-2/+4
* * generic/tclOOMethod.c: Fix a bug where the refcount of a methodKevin B Kenny2008-06-011-2/+2
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-2/+2
* Plug method-related memory leaks pointed out by Miguel.dkf2008-05-311-2/+2
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+1425