summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-06-041-2/+2
|\
* \ tip-551 implementation.griffin2020-05-301-6/+87
|\ \
| * | Update for TIP-551: griffin2020-05-231-14/+16
| * | Initial implementation for TIP-551 Permit underscores in numeric literalsgriffin2019-12-071-4/+83
* | | Merge 8.6jan.nijtmans2020-04-141-3/+3
|\ \ \ | | |/ | |/|
| * | 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
* | | | Merge 8.6jan.nijtmans2020-03-181-23/+23
|\ \ \ \ | |/ / /
| * | | 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
* | | | More TCL_UNUSEDdgp2020-03-091-12/+6
* | | | Merge 8.7jan.nijtmans2020-02-131-206/+370
|\ \ \ \
| * \ \ \ Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-021-4/+8
| |\ \ \ \
| | * | | | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-131-4/+8
| * | | | | Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-221-47/+84
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7, more WIPjan.nijtmans2020-01-211-32/+63
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7, more WIPjan.nijtmans2020-01-171-48/+90
| |\ \ \ \ \ | | |/ / / /
| * | | | | More WIPjan.nijtmans2020-01-101-24/+41
| |\ \ \ \ \ | | |/ / / /
| * | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-091-44/+83
| |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-01-081-14/+8
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Merge 8.7jan.nijtmans2020-01-071-36/+119
|\ \ \ \ \ | |/ / / /
| * | | | Some eol whitespace eliminationsjan.nijtmans2020-01-071-6/+6
| * | | | 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
| | |\ \ \ | | | |/ /
| | | * | Restore the build by providing a copysign replacement for old MSVC versions.fvogel2020-01-021-0/+12
| * | | | Merge Tcl 8.6 changes to deal with integer overflow in the exponent, and floa...Kevin B Kenny2019-12-271-36/+106
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | Add FALLTHRU markers, eliminating gcc warning using -Wextrajan.nijtmans2019-12-241-0/+1
* | | | | Merge 8.7jan.nijtmans2019-12-131-22/+22
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though...jan.nijtmans2019-11-181-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-19/+19
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7jan.nijtmans2019-11-111-16/+16
| |\ \ \ \ | | |/ / /
| * | | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \ \ \
| | * | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | | | Merge 8.7jan.nijtmans2019-11-091-16/+16
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-16/+16
| |/ / / /
* | | | | Merge 8.7jan.nijtmans2019-11-041-20/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-10-301-15/+15
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-13/+13
| * | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it...jan.nijtmans2019-10-291-5/+5
* | | | | Merge 8.7jan.nijtmans2019-10-251-13/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6. jan.nijtmans2019-10-251-13/+13
| |\ \ \ \ | | |/ / /
| | * | | Put #define's in alphabetical order. jan.nijtmans2019-10-251-13/+13
* | | | | Merge 8.7jan.nijtmans2019-10-241-17/+17
|\ \ \ \ \ | |/ / / /