summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7 (removing some dead libtommath-related code)jan.nijtmans2024-04-021-27/+22
|\
| * Merge 8.6jan.nijtmans2024-04-021-24/+24
| |\
| | * Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-311-3/+3
| * | Merge 8.6. Rename some (internal) libtommath stub entries (back to the same n...jan.nijtmans2024-03-291-17/+17
| |\ \ | | |/
| | * Remove libtommath/makefile* and related: Those files suggest anything can be ...jan.nijtmans2024-03-291-0/+1
| | * Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us...jan.nijtmans2022-11-231-9/+25
| | * Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr...jan.nijtmans2019-12-121-9/+18
| * | Upgrade provided libtommath with version 1.3. Still works with external libto...jan.nijtmans2024-03-291-8/+8
* | | Fix windows buildjan.nijtmans2024-03-281-7/+7
* | | Take care of the deprecation of mp_expt_u32jan.nijtmans2024-03-281-15/+18
* | | Merge 8.7jan.nijtmans2023-05-121-7/+7
|\ \ \ | |/ /
| * | Use 'attempt'-functions for libtommath, when built into Tcljan.nijtmans2023-05-111-6/+6
* | | Merge 8.7jan.nijtmans2022-11-151-6/+16
|\ \ \ | |/ /
| * | Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to...jan.nijtmans2022-11-151-6/+16
| * | Fix [b241e4ccc0]: Error while building with Tcl 8.7a5...jan.nijtmans2022-01-141-5/+5
* | | Merge 8.7. Fix "make checkstubs"jan.nijtmans2021-02-241-0/+16
|\ \ \ | |/ /
| * | Fix "make checkstubs": A few more MODULE_SCOPE libtommath functionsjan.nijtmans2021-02-241-1/+6
* | | Merge 8.7jan.nijtmans2021-01-251-1/+5
|\ \ \ | |/ /
| * | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers toojan.nijtmans2021-01-251-1/+5
* | | Merge 8.7jan.nijtmans2021-01-131-3/+9
|\ \ \ | |/ /
| * | Add mp_unpack() to the libtommath stub table, so this function is available t...jan.nijtmans2021-01-131-3/+9
* | | Merge 8.7jan.nijtmans2020-05-311-1/+1
|\ \ \ | |/ /
| * | Possible simple solution for [4663e0636]: If TCL_NO_TOMMATH_H is defined, tcl...jan.nijtmans2020-05-191-1/+1
* | | Merge 8.7jan.nijtmans2020-02-281-1/+6
|\ \ \ | |/ /
| * | Merge 8.7 and (hopefully) fix Travis build with C++jan.nijtmans2019-12-131-1/+9
| |\ \
* | \ \ Merge 8.7jan.nijtmans2019-12-131-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Optimize mp_mul for the case a==bjan.nijtmans2019-12-131-0/+3
| |/ /
* | | Fix [435acb846c]: libtommath - missing declarationsjan.nijtmans2019-12-131-0/+4
* | | More tweaks to libtommath functions signatures: No need any more to stay bina...jan.nijtmans2019-12-131-94/+30
* | | Remove deprecated libtommath stub entriesjan.nijtmans2019-12-131-30/+12
* | | Merge 8.7jan.nijtmans2019-12-131-93/+171
|\ \ \ | |/ /
| * | 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.7. Finish implementation.jan.nijtmans2019-11-121-47/+66
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-111-89/+144
| |\ \ \ \ | | |/ / /
| * | | | 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-11-151-2/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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.7jan.nijtmans2019-11-091-12/+30
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2019-11-081-3/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.6. jan.nijtmans2019-11-081-3/+6
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2019-11-071-15/+19
|\ \ \ \ | |/ / /
| * | | Deprecate mp_div_3(): Will be private function in future libtommath, not used...jan.nijtmans2019-11-071-4/+10
| | |/ | |/|
* | | Silence MSVC C4090 warnings when using ckrealloc(). Also make sure that Tcl i...jan.nijtmans2019-11-071-13/+4