summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | 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
* | | | | | | | | | Merge 8.7jan.nijtmans2019-12-241-0/+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-10-301-15/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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
* | | | | | | | Merge 8.7jan.nijtmans2019-10-291-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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.7. But - in stead - remove all deprecated API from libtommath 1.2.0: ...jan.nijtmans2019-10-231-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-1/+1
| * | | | | Merge 8.6jan.nijtmans2019-10-221-16/+16
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
* | | | | Merge 8.7dkf2019-06-161-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-06-151-4/+4
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Merge 8.7. Remove the mp_tc_(and|or|xor) stub entries, because they are no lo...jan.nijtmans2019-05-311-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-05-311-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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.7jan.nijtmans2019-05-141-15/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-05-141-15/+15
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | 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
* | | | Merge 8.7jan.nijtmans2019-03-151-8/+8
|\ \ \ \ | |/ / /
| * | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-8/+8
* | | | Merge 8.7jan.nijtmans2019-03-081-1/+1
|\ \ \ \ | |/ / /
| * | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-081-1/+1
* | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-93/+45
|\ \ \ \ | |/ / /
| * | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-021-93/+45
* | | | Merge 8.7jan.nijtmans2019-03-011-2/+2
|\ \ \ \ | |/ / /
| * | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-2/+2
| * | | Fix "executable" flag for many files (now really!)jan.nijtmans2018-11-071-0/+0
| * | | Implement TIP 445dkf2018-11-061-0/+0
* | | | Remove "nostub" entries, which are no longer used. See also TIP #512. jan.nijtmans2018-11-151-0/+0
* | | | Implement TIP 445dgp2018-11-131-0/+0
|\ \ \ \ | |/ / /
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-15/+15
|\ \ \ \
* | | | | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-2/+2
|/ / / /