| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge 8.6. | jan.nijtmans | 2019-10-23 | 1 | -3/+10 |
| |\ \
| | |/ |
|
| | * | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 1 | -3/+27 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-10-22 | 1 | -35/+38 |
|\ \ \
| |/ / |
|
| * | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u... | jan.nijtmans | 2019-10-22 | 1 | -16/+38 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-10-22 | 1 | -118/+135 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -150/+162 |
| |\ \
| | |/ |
|
| | * | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -116/+119 |
|
|
| | * | Merge some libtommath changes (mainly additon of MP_CALLOC) | jan.nijtmans | 2019-10-17 | 1 | -0/+3 |
|
|
| | * | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -1/+5 |
| | |\ |
|
| | * \ | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -2/+3 |
| | |\ \
| | | |/ |
|
| | * | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte... | jan.nijtmans | 2019-06-14 | 1 | -5/+5 |
| | |/ |
|
* | | | Merge 8.7. Remove the mp_tc_(and|or|xor) stub entries, because they are no lo... | jan.nijtmans | 2019-05-31 | 1 | -27/+17 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -8/+12 |
| |\ \
| | |/ |
|
| | * | 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 | -8/+11 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
| | |\ |
|
| | | * | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath... | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-04-05 | 1 | -6/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-04-05 | 1 | -6/+11 |
| |\ \ \
| | |/ / |
|
| | * | | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 1 | -3/+4 |
|
|
| | * | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 1 | -12/+27 |
| | |\ \ |
|
| | | * | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 1 | -0/+6 |
|
|
| | | * | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 1 | -0/+21 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-28 | 1 | -5/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 1 | -5/+0 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 1 | -8/+0 |
|
|
| | * | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -0/+36 |
| | |/ / |
|
| | * | | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -75/+98 |
|
|
| * | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -13/+6 |
|
|
| * | | | Make internal libtommath stub entries deprecated: Those are not supposed to b... | jan.nijtmans | 2019-03-14 | 1 | -22/+33 |
|
|
* | | | | Make internal libtommath symbols MODULE_SCOPE, and remove them from the stub ... | jan.nijtmans | 2019-03-10 | 1 | -61/+51 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -0/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -0/+6 |
|
|
* | | | | merge 8.7 | sebres | 2019-01-25 | 1 | -0/+27 |
|\ \ \ \
| |/ / / |
|
| * | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 1 | -0/+6 |
|
|
| * | | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 1 | -0/+21 |
|
|
* | | | | Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURN | jan.nijtmans | 2018-08-02 | 1 | -1/+5 |
|\ \ \ \ |
|
| * \ \ \ | merge 8.7 | jan.nijtmans | 2018-07-31 | 1 | -1/+5 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | merge 8.6 | jan.nijtmans | 2018-07-31 | 1 | -1/+5 |
| | |\ \ \
| | | |/ / |
|
* | | | | | merge trunk | jan.nijtmans | 2017-12-15 | 1 | -23/+12 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Merge TIP #488 implementation. | jan.nijtmans | 2017-12-15 | 1 | -20/+9 |
|/ / / |
|
* | | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec... | jan.nijtmans | 2017-09-15 | 1 | -15/+28 |
|
|
* | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -6/+11 |
|
|
* | | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac... | jan.nijtmans | 2017-09-11 | 1 | -56/+69 |
|
|
* | | | Add some more functions from libtommath for availability within Tcl (mainly t... | jan.nijtmans | 2017-09-08 | 1 | -4/+17 |
|
|
* | | | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath ... | jan.nijtmans | 2016-11-18 | 1 | -4/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet... | jan.nijtmans | 2016-11-16 | 1 | -0/+7 |
|/ / |
|
* | | make genstubs | dkf | 2015-10-28 | 1 | -0/+17 |
|
|
* | | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|\ \
| |/ |
|