summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
Commit message (Expand)AuthorAgeFilesLines
* More tweaks to libtommath functions signatures: No need any more to stay bina...jan.nijtmans2019-12-131-12/+13
* Remove deprecated libtommath stub entriesjan.nijtmans2019-12-131-12/+16
* Merge 8.7jan.nijtmans2019-12-131-20/+14
|\
| * Merge 8.7jan.nijtmans2019-11-151-4/+1
| |\
| * \ Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-21/+15
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-11-111-13/+13
| |\ \ \ | | |/ /
| * | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-10/+16
| * | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-14/+14
* | | | Merge 8.7jan.nijtmans2019-11-151-4/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 8.6jan.nijtmans2019-11-151-3/+0
| |\ \ \
| | * | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-3/+0
* | | | | Merge 8.7jan.nijtmans2019-11-151-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6. jan.nijtmans2019-11-151-2/+2
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-081-4/+7
* | | | Merge 8.7jan.nijtmans2019-11-091-12/+12
|\ \ \ \ | |/ / /
| * | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-6/+9
* | | | Merge 8.7jan.nijtmans2019-11-081-0/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6. jan.nijtmans2019-11-081-0/+3
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2019-11-071-6/+8
|\ \ \ \ | |/ / /
| * | | Deprecate mp_div_3(): Will be private function in future libtommath, not used...jan.nijtmans2019-11-071-2/+2
| | |/ | |/|
* | | merge 8.7dgp2019-11-051-9/+9
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-10-311-4/+1
| |\ \
| * | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. jan.nijtmans2019-10-291-9/+9
* | | | Merge 8.7jan.nijtmans2019-10-301-4/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2019-10-301-4/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-3/+0
| * | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym...jan.nijtmans2019-10-251-2/+2
* | | Merge 8.7jan.nijtmans2019-10-241-7/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-10-241-5/+2
| |\ \ | | |/
| | * Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-241-4/+1
| | * Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-231-3/+0
* | | Merge 8.7jan.nijtmans2019-10-241-47/+47
|\ \ \ | |/ /
| * | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-241-50/+50
* | | Merge 8.7. But - in stead - remove all deprecated API from libtommath 1.2.0: ...jan.nijtmans2019-10-231-8/+6
|\ \ \ | |/ /
| * | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-6/+3
* | | Merge 8.7jan.nijtmans2019-10-231-0/+3
|\ \ \ | |/ /
| * | Merge 8.6.jan.nijtmans2019-10-231-0/+3
| |\ \ | | |/
| | * Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-1/+14
* | | Merge 8.7jan.nijtmans2019-10-221-17/+31
|\ \ \ | |/ /
| * | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_u...jan.nijtmans2019-10-221-7/+17
* | | Merge 8.7jan.nijtmans2019-10-221-51/+49
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-10-221-67/+65
| |\ \ | | |/
| | * Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-211-58/+58
| | * Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-1/+1
| | |\
| | * | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-1/+1
| | |/
* | | Merge 8.7. Remove the mp_tc_(and|or|xor) stub entries, because they are no lo...jan.nijtmans2019-05-311-10/+13
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-05-311-1/+1
| |\ \ | | |/
| | * Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-1/+1
| | * integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-011-0/+15
| | |\
| | | * partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-041-0/+4