Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclOOStubLib.c: ensure use of tcl stubs; include in | das | 2008-05-31 | 1 | -5/+6 |
| | | | | | | | | | | | | | | * unix/Makefile.in: stub lib; disable broken tclOO genstubs * generic/tclOO.c: make tclOO stubs tables 'static const' * generic/tclOODecls.h: and stub table pointers MODULE_SCOPE * generic/tclOOIntDecls.h: (change generated files manually * generic/tclOOStubInit.c: pending genstubs support for tclOO). * generic/tclOOStubLib.c: * generic/tclOO.c: fix warnings for 'int<->ptr conversion' * generic/tclOOCall.c: and 'signed vs unsigned comparison'. * generic/tclOOMethod.c: | ||||
* | Plug method-related memory leaks pointed out by Miguel. | dkf | 2008-05-31 | 1 | -10/+21 |
| | |||||
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+2179 |
| | |||||
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -3288/+0 |
| | |||||
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -0/+3288 |
other developers |