Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix line-endings | das | 2008-07-22 | 1 | -78/+78 |
| | |||||
* | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -78/+78 |
| | |||||
* | * generic/tclOO.c: use TclOOStubs hooks field to retrieve | das | 2008-06-12 | 1 | -8/+3 |
| | | | | | | | * generic/tclOODecls.h: TclOOIntStubs pointer. [Bug 1980953] * generic/tclOOIntDecls.h: * generic/tclOOStubInit.c: * generic/tclOOStubLib.c: | ||||
* | More patches to make stub generation work. | dkf | 2008-06-01 | 1 | -27/+27 |
| | |||||
* | * generic/tclOOStubLib.c: ensure use of tcl stubs; include in | das | 2008-05-31 | 1 | -4/+8 |
| | | | | | | | | | | | | | | * 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: | ||||
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+79 |