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