summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
Commit message (Collapse)AuthorAgeFilesLines
* CONSTify various useful internal functionsnijtmans2010-05-031-10/+10
| | | | | (TclBignumToDouble, TclCeil, TclFloor), and related tommath functions.
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-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 wasnijtmans2008-10-221-3/+3
| | | | broken since 8.4 and no-one complained about it.
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-2/+2
| | | | and CONST -> const (.c files and internal .h files)
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* * generic/tcl.decls: use new genstubs 'export' command todas2007-12-101-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 warningsKevin B Kenny2005-12-131-0/+214