Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
| | | | | | move up #undef, for macro which is conflicting with later stuff. remove some unused cygwin-related code some minor gcc warnings | ||||
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+3 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | more harm than good. Purged them. | ||||
* | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.h: the Tcl Head, with help from Jeff Hobbs. * generic/tclStrToD.c: * generic/tclTest.c: * generic/tclTomMath.decls: * generic/tclUtil.c: * tests/util.test: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: Rewrite of Tcl_PrintDouble and TclDoubleDigits that (a) fixes a severe performance problem with floating point shimmering reported by Karl Lehenbauer, (b) allows TclDoubleDigits to generate the digit strings for 'e' and 'f' format, so that it can be used for tcl_precision != 0 (and possibly later for [format]), (c) fixes [Bug 3120139] by making TclPrintDouble inherently locale-independent, (d) adds test cases to util.test for correct rounding in difficult cases of TclDoubleDigits where fixed- precision results are requested. (e) adds test cases to util.test for the controversial aspects of [Bug 3105247]. As a side effect, two more modules from libtommath (bn_mp_set_int.c and bn_mp_init_set_int.c) are brought into the build, since the new code uses them. * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclTomMathDecls.h: Regenerated. | ||||
* | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -61/+61 |
| | | | | | | | changes from HEAD, so diffing between 8.5.x and 8.6 shows the real structural differences again. (any signature change not backported!) | ||||
* | 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 |