| Commit message (Expand) | Author | Age | Files | Lines |
* | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it... | jan.nijtmans | 2019-10-29 | 1 | -5/+5 |
|
|
* | Merge 8.6. | jan.nijtmans | 2019-10-25 | 1 | -13/+13 |
|\ |
|
| * | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -13/+13 |
|
|
* | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec... | jan.nijtmans | 2019-10-23 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -16/+16 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Merge 8.5 | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
| |\ |
|
| | * | Use mp_init_set() in stead of mp_init_set_int() when the constant is sufficie... | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
|
|
| | * | Update some libtommath functions to the latest trunk versions. Small step for... | jan.nijtmans | 2019-05-29 | 1 | -26/+26 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo... | jan.nijtmans | 2019-05-31 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-05-14 | 1 | -15/+15 |
|\ \ \
| |/ / |
|
| * | | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -15/+15 |
| |\ \
| | |/ |
|
| | * | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath... | jan.nijtmans | 2019-05-14 | 1 | -15/+15 |
|
|
| * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -3/+3 |
|
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -8/+8 |
|
|
* | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -1/+1 |
|
|
* | | | Various tommath/numeric related optimizations: | jan.nijtmans | 2019-03-02 | 1 | -93/+45 |
|
|
* | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -2/+2 |
|
|
* | | | Fix "executable" flag for many files (now really!) | jan.nijtmans | 2018-11-07 | 1 | -0/+0 |
|
|
* | | | Implement TIP 445 | dkf | 2018-11-06 | 1 | -0/+0 |
|
|
* | | | General code style cleanup. | dkf | 2018-05-13 | 1 | -2/+2 |
|
|
* | | | Use mp_isneg() in stead of mp_cmp_d() when the output of this function is sim... | jan.nijtmans | 2018-02-27 | 1 | -2/+2 |
|
|
* | | | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (... | jan.nijtmans | 2017-11-09 | 1 | -1/+64 |
|\ \ \ |
|
* \ \ \ | merge trunk | dgp | 2017-11-09 | 1 | -64/+1 |
|\ \ \ \ |
|
| * | | | | Implementation branch for TIP 114 - Eliminate Octal Parsing... | dgp | 2017-10-23 | 1 | -64/+1 |
| |/ / / |
|
* | | | | More code simplifications, with still equal functionality. | jan.nijtmans | 2017-11-07 | 1 | -34/+6 |
|
|
* | | | | Finally, get rid of tclWideIntType completely | jan.nijtmans | 2017-11-01 | 1 | -2/+2 |
|
|
* | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -4/+4 |
|/ / / |
|
* | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -16/+16 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-07-03 | 1 | -26/+26 |
|\ \ \
| |/ / |
|
| * | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. | jan.nijtmans | 2017-07-03 | 1 | -26/+26 |
|
|
* | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 1 | -1/+16 |
|\ \ \ |
|
| * \ \ | Merge core-8-6-branch. | jan.nijtmans | 2017-06-15 | 1 | -1/+2 |
| |\ \ \
| | |/ / |
|
| * | | | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 1 | -1/+15 |
| |\ \ \ |
|
| | * | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 1 | -1/+15 |
|
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
| |/ / |
|
* | | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
|
|
* | | | Fix for Ticket [71c0878b71] + test cases | avl | 2017-03-05 | 1 | -1/+1 |
|
|
* | | | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to gener... | jan.nijtmans | 2017-02-08 | 1 | -10/+17 |
|/ / |
|
* | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. | dgp | 2016-10-12 | 1 | -1/+1 |
|
|
* | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+6 |
|
|
| * | RefineApproximation() leaked twoMv and twoMd in one of its exits. | dgp | 2016-01-28 | 1 | -0/+2 |
|
|
* | | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -99/+99 |
|
|
* | | Plug leak of two mp_ints. | dgp | 2015-07-02 | 1 | -0/+2 |
|
|
* | | Silence compiler warning. | dgp | 2015-06-24 | 1 | -2/+1 |
|\ \
| |/ |
|