summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-3/+3
* Code cleanup (mostly comments, backported from 8.6).jan.nijtmans2020-01-081-1035/+1040
* Restore the build by providing a copysign replacement for old MSVC versions.fvogel2020-01-021-0/+12
* Add test cases that used to cause floating point overflow in computing the co...Kevin B Kenny2019-12-261-31/+101
* Fix parsing bug when (numSigDigs == 0).dgp2019-12-231-4/+4
* Assign a double literal to a double variable. No point in requiring conversion.dgp2019-12-221-1/+1
* Use mp_init_set() in stead of mp_init_set_int() when the constant is sufficie...jan.nijtmans2019-06-151-4/+4
* Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-291-26/+26
* DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-15/+15
* [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY.dgp2016-10-121-0/+6
* RefineApproximation() leaked twoMv and twoMd in one of its exits.dgp2016-01-281-0/+2
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-99/+99
* Make sure that an input lying precisely 1/2 ULP between two floating point va...dgp2015-06-241-8/+30
* Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-171-0/+0
* Remove unused variable mantDIGIT.dgp2012-06-051-3/+0
* unused static array wtensjan.nijtmans2011-09-061-10/+0
* 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex)dgp2011-09-011-0/+3
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
* Plugged a memory leak in double->stringKevin B Kenny2011-08-061-3/+2
* Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-10/+48
* 3315098 Mem leak fix from Gustaf Neumann.dgp2011-06-131-1/+1
* New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-3/+3
* Replaced another couple of 'double' declarations with 'volatile Kevin B Kenny2011-04-021-2/+4
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+0
* * doc/tclvars.n:Kevin B Kenny2011-01-151-7/+23
* Whitespace, and fix broken backport of ilimi* initialization.andreas_kupries2010-12-011-66/+66
* * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):Kevin B Kenny2010-12-011-4/+11
* * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-320/+2495
* [Bug #3005233] fix for build on OpenBSD vaxnijtmans2010-05-211-6/+8
* * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-071-4/+5
* * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-1/+17
* * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-011-1/+20
* * generic/tclStrToD.c: Resolve identifier conflict over "pow10"dgp2008-03-131-9/+9
* merge stable branch onto HEADdgp2007-12-131-1/+1
* More minor cleanupdkf2007-11-181-111/+124
* * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-231-19/+29
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-9/+9
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+4
* various "const" additions, in line with TIP #27nijtmans2007-02-201-8/+8
* TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-2/+2
* * generic/regc_locale.c (cclass):das2006-07-201-7/+7
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-26/+3
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-261-1/+17
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-191-2/+65
* * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigitdgp2006-03-211-1/+2
* Export Tcl_InitBignumFromDoubleKevin B Kenny2005-12-271-5/+5
* 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-191-13/+16
* * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panicdgp2005-11-141-2/+3
* * generic/tclInt.h: Revised TclParseNumber interface to enabledgp2005-11-121-101/+134