summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / /
* | | | merge 8.7jan.nijtmans2018-05-131-2/+2
|\ \ \ \ | |/ / /
| * | | General code style cleanup.dkf2018-05-131-2/+2
* | | | Merge 8.7jan.nijtmans2018-02-271-2/+2
|\ \ \ \ | |/ / /
| * | | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim...jan.nijtmans2018-02-271-2/+2
* | | | merge core-8-branchjan.nijtmans2018-02-061-38/+10
|\ \ \ \ | |/ / /
| * | | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (...jan.nijtmans2017-11-091-1/+64
| |\ \ \
| * \ \ \ merge trunkdgp2017-11-091-64/+1
| |\ \ \ \
| * | | | | More code simplifications, with still equal functionality.jan.nijtmans2017-11-071-34/+6
| * | | | | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-2/+2
| * | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a...jan.nijtmans2017-10-301-4/+4
| | |/ / / | |/| | |
* | | | | TIP 488: Remove tcl_precisionjan.nijtmans2017-12-011-4/+3
| |/ / / |/| | |
* | | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-64/+1
|/ / /
* | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-16/+16
* | | merge core-8-6-branchjan.nijtmans2017-07-031-26/+26
|\ \ \ | |/ /
| * | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-031-26/+26
* | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-1/+16
|\ \ \
| * \ \ Merge core-8-6-branch. jan.nijtmans2017-06-151-1/+2
| |\ \ \ | | |/ /
| * | | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-1/+15
| |\ \ \
| | * | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-271-1/+15
* | | | | merge core-8-6-branchjan.nijtmans2017-06-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | 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
|\ \ \ | |/ /
| * | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi...jan.nijtmans2017-03-291-2/+2