Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Patch 2961556]: Change TclOO to use the same style of function typedefs as | dkf | 2010-03-05 | 1 | -10/+10 |
| | | | | Tcl, as this is about the last chance to get this right. | ||||
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. | dkf | 2010-03-04 | 1 | -1/+5 |
| | |||||
* | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -2/+2 |
| | | | | | | | | | | immediately after a function name, so the format of function definitions in tcl*Decls.h matches all other tcl*.h header files. - Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc and GetFrameInfoValueProc to be function definitions, not pointers, for consistency with all other Tcl function definitions. | ||||
* | Improvements to destructor handling. | dkf | 2010-01-28 | 1 | -1/+3 |
| | | | | Stop crashes from odd destruction routes. | ||||
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵ | nijtmans | 2009-12-21 | 1 | -1/+2 |
| | | | | not enabled yet, but at least it is a step in the right direction. | ||||
* | Reorganize method cache handling a bit to better support itcl nasty cases. | dkf | 2009-07-12 | 1 | -2/+3 |
| | | | | [Bug 1895546] | ||||
* | Clarify the rules for resolution of what forwarded methods forward to. | dkf | 2009-04-11 | 1 | -5/+11 |
| | |||||
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 1 | -1/+6 |
| | |||||
* | Added magic for Objective C. [Bug 2163447] | dkf | 2008-10-13 | 1 | -1/+16 |
| | |||||
* | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 1 | -1/+8 |
| | |||||
* | * generic/tclBasic.c: Removed unused var; fixed function | Miguel Sofer | 2008-08-23 | 1 | -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 and | Miguel Sofer | 2008-07-31 | 1 | -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 public | Miguel Sofer | 2008-07-18 | 1 | -1/+2 |
| | | | | Tcl_NRAddCallback | ||||
* | NRE-enable the TclOO constructor system. | dkf | 2008-07-18 | 1 | -1/+6 |
| | |||||
* | NRE-aware TclOO. | dkf | 2008-07-16 | 1 | -4/+7 |
| | |||||
* | Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] | dkf | 2008-05-31 | 1 | -4/+4 |
| | |||||
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+579 |