summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathStubLib.c
Commit message (Collapse)AuthorAgeFilesLines
* Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and ↵jan.nijtmans2013-01-071-21/+11
| | | | | Tcl_AppendResult, not any other function. This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions.
* more result generation conversiondkf2012-08-031-4/+4
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| | | cause more harm than good. Purged them (except in zlib files).
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-4/+5
| | | | Typo in rules.vc
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-301-5/+4
|
* Split tommath stub lib source filenijtmans2010-03-041-0/+91
in separate file. Don't use -fvisibility=hidden for cygwin