| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -4/+1 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-11-15 | 1 | -3/+0 |
| |\ |
|
| | * | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ... | jan.nijtmans | 2019-11-15 | 1 | -3/+0 |
|
|
| * | | Merge 8.6. | jan.nijtmans | 2019-11-15 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i... | jan.nijtmans | 2019-11-08 | 1 | -4/+7 |
|
|
* | | | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -21/+15 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -13/+13 |
|\ \ \
| |/ / |
|
| * | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o... | jan.nijtmans | 2019-11-08 | 1 | -6/+9 |
|
|
| * | | Merge 8.6. | jan.nijtmans | 2019-11-08 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| * | | Deprecate mp_div_3(): Will be private function in future libtommath, not used... | jan.nijtmans | 2019-11-07 | 1 | -2/+2 |
|
|
* | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to... | jan.nijtmans | 2019-11-05 | 1 | -10/+16 |
|
|
* | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a... | jan.nijtmans | 2019-11-01 | 1 | -14/+14 |
|/ / |
|
* | | Merge 8.7 | jan.nijtmans | 2019-10-31 | 1 | -4/+1 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -4/+1 |
| |\ \
| | |/ |
|
| | * | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -3/+0 |
|
|
* | | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. | jan.nijtmans | 2019-10-29 | 1 | -9/+9 |
|/ / |
|
* | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym... | jan.nijtmans | 2019-10-25 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-24 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | Combine two libtommath stub entries, which (almost) do the same | jan.nijtmans | 2019-10-24 | 1 | -4/+1 |
|
|
| * | Combine two libtommath stub entries, which do exactly the same. | jan.nijtmans | 2019-10-23 | 1 | -3/+0 |
|
|
* | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ... | jan.nijtmans | 2019-10-24 | 1 | -50/+50 |
|
|
* | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec... | jan.nijtmans | 2019-10-23 | 1 | -6/+3 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-10-23 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 1 | -1/+14 |
|
|
* | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u... | jan.nijtmans | 2019-10-22 | 1 | -7/+17 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -67/+65 |
|\ \
| |/ |
|
| * | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -58/+58 |
|
|
| * | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -1/+1 |
| |\ |
|
| * | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte... | jan.nijtmans | 2019-06-14 | 1 | -1/+1 |
| |/ |
|
* | | 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 |
|
|
| * | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 1 | -0/+15 |
| |\ |
|
| | * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 1 | -0/+4 |
|
|
| | * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 1 | -0/+11 |
|
|
| * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -0/+7 |
| |/ |
|
| * | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -34/+39 |
|
|
* | | Make internal libtommath stub entries deprecated: Those are not supposed to b... | jan.nijtmans | 2019-03-14 | 1 | -11/+11 |
|
|
* | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -0/+3 |
|
|
* | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ... | jan.nijtmans | 2019-01-22 | 1 | -0/+4 |
|
|
* | | Many simplifications in tclExecute.c, now that libtommath provides new functi... | jan.nijtmans | 2019-01-22 | 1 | -0/+11 |
|
|
* | | merge 8.6 | jan.nijtmans | 2018-07-31 | 1 | -0/+3 |
|\ \
| |/ |
|
* | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec... | jan.nijtmans | 2017-09-15 | 1 | -6/+6 |
|
|
* | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -3/+9 |
|
|
* | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac... | jan.nijtmans | 2017-09-11 | 1 | -25/+25 |
|
|
* | | Add some more functions from libtommath for availability within Tcl (mainly t... | jan.nijtmans | 2017-09-08 | 1 | -2/+9 |
|
|
* | | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath ... | jan.nijtmans | 2016-11-18 | 1 | -2/+7 |
|\ \
| |/
|/| |
|
| * | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet... | jan.nijtmans | 2016-11-16 | 1 | -0/+5 |
|/ |
|
* | Fix comments at the top of the *.decls files, which are not correct any more ... | jan.nijtmans | 2015-11-24 | 1 | -1/+1 |
|\ |
|
| * | Fix comments at the top of the *.decls files, which are not correct any more ... | jan.nijtmans | 2015-11-24 | 1 | -1/+1 |
|
|
* | | Expose some of the TclBN operations through the internal API, so clients of t... | dkf | 2015-10-28 | 1 | -4/+19 |
|
|