Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete fix of [Bug 1981001] | dkf | 2008-06-01 | 1 | -2/+4 |
| | |||||
* | * generic/tclOOMethod.c: Fix a bug where the refcount of a method | Kevin B Kenny | 2008-06-01 | 1 | -2/+2 |
| | | | | | | was reset if the method was redefined while there was an active invocation. [Bug #1981001] | ||||
* | * generic/tclOOStubLib.c: ensure use of tcl stubs; include in | das | 2008-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * 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 | -2/+2 |
| | |||||
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+1425 |