summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathInterface.c
Commit message (Collapse)AuthorAgeFilesLines
* If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-2/+1
| | | | | | | included, don't include <limits.h> again. Follow-up to [Bug 2991415]: tclport.h #included before limits.h See comments in [Bug 2991415]
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-4/+4
|
* reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-3/+3
| | | | | | | | tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: Fix signed-unsigned mismatch make tclWinProcs "const" Add first part of mslu support, See [Feature Request #2819611]
* Follow-up to earlier commit today:nijtmans2010-02-051-3/+3
| | | | | | Eliminate the need for an extra Stubs Pointer for adressing a static stub table: Just change the exported table from static to MODULE_SCOPE.
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-3/+3
| | | | | | | | * generic/tclStubInit.c: export only module-scope pointers to * generic/tclStubLib.c: the main stubs tables (for package * tools/genStubs.tcl: initialization). [Patch 1938497] * generic/tclBasic.c (Tcl_CreateInterp): * generic/tclTomMathInterface.c (TclTommath_Init):
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* eschew superfluous whitespacedkf2007-11-191-3/+3
|
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-3/+3
|
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-2/+4
| | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/PkgRequire.3: Documentation of extended API, * doc/package.n: extended testsuite. * tests/pkg.test: * generic/tcl.decls: Implementation. * generic/tclBasic.c: * generic/tclConfig.c: * generic/tclInt.h: * generic/tclPkg.c: * generic/tclTest.c: * generic/tclTomMathInterface.c: * library/init.tcl: * library/package.tcl: * library/tm.tcl:
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+77
|
* quick typo fix; testingdgp2005-10-131-2/+2
|
* Formattingdkf2005-10-121-53/+66
|
* TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+81
| | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code.
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-0/+143