Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FRQ 3010352 implementationfreq_3010352_impl | jan.nijtmans | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | [Patch 3034251] backport ttkGenStubs.tcl | nijtmans | 2010-09-15 | 1 | -46/+47 |
| | | | | | | | | features to genStubs.tcl. Make the "generic" argument in the *.decls files optional (no change to any tcl*Decls.h files) This allows genStubs.tcl to generate the ttk stub files as well, while keeping full compatibility with existing *.decls files. | ||||
* | [Patch 2961556]: Change TclOO to use the same style of function typedefs as | dkf | 2010-03-05 | 1 | -6/+6 |
| | | | | Tcl, as this is about the last chance to get this right. | ||||
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -3/+3 |
| | | | | | | | | | | prevent space within stub table function parameters if the parameter type is a pointer. Minor formatting, and VOID -> void. Change signature of TclNRInterpProcCore, and TclOONewProc(Instance|)MethodEx, indicating that errorProc is a function pointer tclVar.c: fixed two gcc warnings | ||||
* | Expose function to efficiently return current name of an object. | dkf | 2009-07-19 | 1 | -4/+20 |
| | |||||
* | CONST -> const | nijtmans | 2008-10-17 | 1 | -22/+22 |
| | |||||
* | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 1 | -22/+22 |
| | | | | and CONST -> const (.c files and internal .h files) | ||||
* | Fix generation of stubs for the OO API. | dkf | 2008-06-01 | 1 | -47/+46 |
| | |||||
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+190 |