summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-121-2/+3
| | | | [Bug 1895546]
* Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-111-5/+11
|
* Fix [Bug 2200824] and make class constructor error handling much more robust.dkf2008-10-311-1/+6
|
* Added magic for Objective C. [Bug 2163447]dkf2008-10-131-1/+16
|
* Implementation of TIP #320.#320.#320.dkf2008-09-231-1/+8
|
* * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-231-2/+2
| | | | | | * generic/tclOOInt.h: pointer declarations (why did gcc start * generic/tclOOMethod.c: complaining all of a sudden?) * generic/tclProc.c:
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
| | | | | | unrefernced everywhere but in macosx/Tcl.xcodeproj/project.pbxproj: some knowledgeable maintainer please remove tclNRE.h after making sure it doesn't break the build on macosx
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-1/+2
| | | | Tcl_NRAddCallback
* NRE-enable the TclOO constructor system.dkf2008-07-181-1/+6
|
* NRE-aware TclOO.dkf2008-07-161-4/+7
|
* Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]dkf2008-05-311-4/+4
|
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+579