summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Fix "make checkstubs": A few more MODULE_SCOPE libtommath functionsjan.nijtmans2021-02-241-1/+6
* Make sure MODULE_SCOPE is always defined correctly, for C++ compilers toojan.nijtmans2021-01-251-1/+5
* Add mp_unpack() to the libtommath stub table, so this function is available t...jan.nijtmans2021-01-131-3/+9
* Possible simple solution for [4663e0636]: If TCL_NO_TOMMATH_H is defined, tcl...jan.nijtmans2020-05-191-1/+1
* Merge 8.7 and (hopefully) fix Travis build with C++jan.nijtmans2019-12-131-1/+9
|\
| * Optimize mp_mul for the case a==bjan.nijtmans2019-12-131-0/+3
|/
* Tweak visibility of some libtommath symbols and add --with-system-libtommath ...jan.nijtmans2019-11-251-4/+27
* Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o...jan.nijtmans2019-11-181-1/+1
* Merge 8.7jan.nijtmans2019-11-151-10/+4
|\
| * Merge 8.6jan.nijtmans2019-11-151-8/+3
| |\
| | * Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-7/+3
| * | Merge 8.6. jan.nijtmans2019-11-151-5/+5
| |\ \ | | |/
| | * Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-081-9/+59
* | | Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-47/+66
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-11-111-89/+144
|\ \ \ | |/ /
| * | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-081-12/+49
| * | Merge 8.6. jan.nijtmans2019-11-081-3/+6
| |\ \ | | |/
| * | Deprecate mp_div_3(): Will be private function in future libtommath, not used...jan.nijtmans2019-11-071-4/+10
* | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-051-110/+94
* | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-36/+38
|/ /
* | Merge 8.7jan.nijtmans2019-10-311-13/+6
|\ \
| * \ Merge 8.6jan.nijtmans2019-10-301-12/+5
| |\ \ | | |/
| | * Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-10/+3
* | | More tweaks, hopefully fixing the Travis buildjan.nijtmans2019-10-301-22/+13
* | | More tweaksjan.nijtmans2019-10-291-4/+8
* | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. jan.nijtmans2019-10-291-27/+57
|/ /
* | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym...jan.nijtmans2019-10-251-10/+10
* | Merge 8.6. jan.nijtmans2019-10-251-18/+9
|\ \ | |/
| * Put #define's in alphabetical order. jan.nijtmans2019-10-251-15/+9
* | Merge 8.6jan.nijtmans2019-10-241-15/+12
|\ \ | |/
| * Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-241-9/+7
| * Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-231-7/+6
* | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced ...jan.nijtmans2019-10-241-100/+100
* | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprec...jan.nijtmans2019-10-231-17/+17
* | 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
* | 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.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.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.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.6jan.nijtmans2019-04-051-6/+11
|\ \ \ | |/ /
| * | Take over recent improvements from libtommath after version 1.1.0.jan.nijtmans2019-04-051-3/+4