Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -60/+60 |
| | | | | | | | | | | 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. | ||||
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -3/+3 |
| | | | | broken since 8.4 and no-one complained about it. | ||||
* | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 1 | -2/+2 |
| | | | | and CONST -> const (.c files and internal .h files) | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | * generic/tcl.decls: use new genstubs 'export' command to | das | 2007-12-10 | 1 | -2/+3 |
| | | | | | | * generic/tclInt.decls: mark exported symbols not in stubs * generic/tclTomMath.decls: table [Tk FR 1716117]; cleanup formatting. | ||||
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -0/+214 |