| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'attempt'-functions for libtommath, when built into Tcl | jan.nijtmans | 2023-05-11 | 1 | -6/+6 |
|
|
* | Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to... | jan.nijtmans | 2022-11-15 | 1 | -6/+16 |
|
|
* | Fix [b241e4ccc0]: Error while building with Tcl 8.7a5... | jan.nijtmans | 2022-01-14 | 1 | -5/+5 |
|
|
* | Fix "make checkstubs": A few more MODULE_SCOPE libtommath functions | jan.nijtmans | 2021-02-24 | 1 | -1/+6 |
|
|
* | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers too | jan.nijtmans | 2021-01-25 | 1 | -1/+5 |
|
|
* | Add mp_unpack() to the libtommath stub table, so this function is available t... | jan.nijtmans | 2021-01-13 | 1 | -3/+9 |
|
|
* | Possible simple solution for [4663e0636]: If TCL_NO_TOMMATH_H is defined, tcl... | jan.nijtmans | 2020-05-19 | 1 | -1/+1 |
|
|
* | Merge 8.7 and (hopefully) fix Travis build with C++ | jan.nijtmans | 2019-12-13 | 1 | -1/+9 |
|\ |
|
| * | Optimize mp_mul for the case a==b | jan.nijtmans | 2019-12-13 | 1 | -0/+3 |
|/ |
|
* | Tweak visibility of some libtommath symbols and add --with-system-libtommath ... | jan.nijtmans | 2019-11-25 | 1 | -4/+27 |
|
|
* | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o... | jan.nijtmans | 2019-11-18 | 1 | -1/+1 |
|
|
* | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -10/+4 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-11-15 | 1 | -8/+3 |
| |\ |
|
| | * | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ... | jan.nijtmans | 2019-11-15 | 1 | -7/+3 |
|
|
| * | | Merge 8.6. | jan.nijtmans | 2019-11-15 | 1 | -5/+5 |
| |\ \
| | |/ |
|
| | * | 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 | -9/+59 |
|
|
* | | | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -47/+66 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -89/+144 |
|\ \ \
| |/ / |
|
| * | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o... | jan.nijtmans | 2019-11-08 | 1 | -12/+49 |
|
|
| * | | Merge 8.6. | jan.nijtmans | 2019-11-08 | 1 | -3/+6 |
| |\ \
| | |/ |
|
| * | | Deprecate mp_div_3(): Will be private function in future libtommath, not used... | jan.nijtmans | 2019-11-07 | 1 | -4/+10 |
|
|
* | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to... | jan.nijtmans | 2019-11-05 | 1 | -110/+94 |
|
|
* | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a... | jan.nijtmans | 2019-11-01 | 1 | -36/+38 |
|/ / |
|
* | | Merge 8.7 | jan.nijtmans | 2019-10-31 | 1 | -13/+6 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -12/+5 |
| |\ \
| | |/ |
|
| | * | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -10/+3 |
|
|
* | | | More tweaks, hopefully fixing the Travis build | jan.nijtmans | 2019-10-30 | 1 | -22/+13 |
|
|
* | | | More tweaks | jan.nijtmans | 2019-10-29 | 1 | -4/+8 |
|
|
* | | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. | jan.nijtmans | 2019-10-29 | 1 | -27/+57 |
|/ / |
|
* | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym... | jan.nijtmans | 2019-10-25 | 1 | -10/+10 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-10-25 | 1 | -18/+9 |
|\ \
| |/ |
|
| * | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -15/+9 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-24 | 1 | -15/+12 |
|\ \
| |/ |
|
| * | Combine two libtommath stub entries, which (almost) do the same | jan.nijtmans | 2019-10-24 | 1 | -9/+7 |
|
|
| * | Combine two libtommath stub entries, which do exactly the same. | jan.nijtmans | 2019-10-23 | 1 | -7/+6 |
|
|
* | | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ... | jan.nijtmans | 2019-10-24 | 1 | -100/+100 |
|
|
* | | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec... | jan.nijtmans | 2019-10-23 | 1 | -17/+17 |
|
|
* | | 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 |
|
|
* | | 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.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.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.6 | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -0/+7 |
| |\ |
|