summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more placesjan.nijtmans2022-02-171-6/+5
* Fix [89de498973]: signed integer overflow in TclParseNumber()jan.nijtmans2022-02-161-4/+4
* Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNum...jan.nijtmans2021-12-071-16/+69
* IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-2/+2
* Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-2/+2
* Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-3/+3
|\
| * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-3/+3
* | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-23/+23
* | Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-2/+2
* | A few more "break" statements, so any compiler knows these are no FALLTHROUGH...jan.nijtmans2020-01-151-0/+1
* | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe...jan.nijtmans2020-01-081-20/+14
|\ \ | |/
| * 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
|\ \ | |/
| * Restore the build by providing a copysign replacement for old MSVC versions.fvogel2020-01-021-0/+12
* | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa...Kevin B Kenny2019-12-271-36/+106
|\ \ | |/
| * 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
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-13/+13
* | Put #define's in alphabetical order. jan.nijtmans2019-10-251-13/+13
* | Merge 8.5jan.nijtmans2019-06-151-4/+4
|\ \ | |/
| * 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
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-1/+1
* | Merge 8.5jan.nijtmans2019-05-141-15/+15
|\ \ | |/
| * DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-15/+15
* | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-3/+3
* | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-031-26/+26
* | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined.jan.nijtmans2017-06-151-1/+1
* | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi...jan.nijtmans2017-03-291-2/+2
* | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY.dgp2016-10-121-1/+1
* | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY.dgp2016-10-121-0/+9
|\ \ | |/
| * [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-4/+4
|\ \ | |/
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-99/+99
* | Plug leak of two mp_ints.dgp2015-07-021-0/+2
* | Silence compiler warning.dgp2015-06-241-2/+1
|\ \ | |/
| * Make sure that an input lying precisely 1/2 ULP between two floating point va...dgp2015-06-241-8/+30
* | Make sure that an input lying precisely 1/2 ULP between two floating point va...Kevin B Kenny2015-06-201-8/+31
* | Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-171-0/+0
|\ \ | |/
| * Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-171-0/+0
* | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-2/+2
|\ \ | |/
* | Remove unused variable mantDIGIT.dgp2012-06-051-3/+0
|\ \ | |/
| * Remove unused variable mantDIGIT.dgp2012-06-051-3/+0
* | unused static array wtensjan.nijtmans2011-09-061-9/+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
|\ \ | |/
| * 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