summaryrefslogtreecommitdiffstats
path: root/libtommath
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* Merge 8.6jan.nijtmans2022-04-282-4/+13
|\
| * Update libtommath to latest support/1.x branchjan.nijtmans2022-04-2814-18/+3011
| |\
| | * Merge libtommathjan.nijtmans2022-04-2814-18/+3011
| | |\
| | | * Take over recent commmits on the support/1.x branchjan.nijtmans2019-11-225-20/+20
| | | * A few post-1.2.0 commits, extracted from support/1.x branchjan.nijtmans2019-11-0611-10/+3003
* | | | Re-build zlib and libtommath for AMD64 and ARM64 to use the UCRT runtime (wit...jan.nijtmans2022-02-144-0/+0
* | | | Fix tommath.lib, which is missing some (deprecated) symbols.jan.nijtmans2022-02-142-0/+11
* | | | Merge 8.6jan.nijtmans2022-02-142-0/+0
|\ \ \ \ | |/ / /
* | | | Add libtommath.dll and libtommath.dll.a for windows-arm64jan.nijtmans2022-02-132-0/+0
* | | | Merge 8.6jan.nijtmans2022-02-121-1/+1
|\ \ \ \ | |/ / /
| * | | more tweaks for windows-arm64jan.nijtmans2022-02-111-1/+1
* | | | Merge 8.6jan.nijtmans2022-02-091-0/+0
|\ \ \ \ | |/ / /
* | | | Fix build on Linux/Sparc with 32 bit userspace. See: [https://github.com/libt...jan.nijtmans2021-07-141-1/+1
* | | | Merge 8.6jan.nijtmans2021-06-091-0/+1
|\ \ \ \ | |/ / /
| * | | Fix compiler warning seen with static builds (--disable-shared): "FLT_RADIX"...jan.nijtmans2021-06-091-0/+1
* | | | Further elimination of __int64 typejan.nijtmans2020-12-171-37/+8
* | | | Merge 8.6jan.nijtmans2020-06-221-1/+1
|\ \ \ \ | |/ / /
| * | | Change all *.sln to CRLF format, so they are directly usable in Visual Studio...jan.nijtmans2020-06-221-1/+1
| * | | Make mp_mul(a,a,c) equivalent to mp_sqr(a,c). Optimization backported from li...jan.nijtmans2019-11-071-1/+3
* | | | Merge 8.7jan.nijtmans2020-02-131-4/+0
|\ \ \ \
| * | | | tommath_private.h : Remove special C4146 handling: already done in tclWinPort...jan.nijtmans2020-01-101-4/+0
| * | | | One #undef too muchjan.nijtmans2019-12-131-3/+0
* | | | | Merge 8.7 and (hopefully) fix Travis build with C++jan.nijtmans2019-12-132-2/+16
|\ \ \ \ \ | |/ / / /
| * | | | Don't export mp_sqr() directly from libtcljan.nijtmans2019-12-131-0/+5
| * | | | Optimize mp_mul for the case a==bjan.nijtmans2019-12-132-2/+7
|/ / / /
* | | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-1336-115/+233
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge 8.7, and take over some fixes for VC++ 6.0 from Sebres.jan.nijtmans2019-11-271-5/+5
| |\ \ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | fixes compile errors for old VC versions, as well as tommath include path, th...sergey.brester2019-11-271-17/+17
| |/ / / /
| * | | | Undo minor tweak, no longer necessaryjan.nijtmans2019-11-221-1/+1
| * | | | Merge 8.7, and update to latest libtommath (support/1.x branch)jan.nijtmans2019-11-2225-50/+74
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o...jan.nijtmans2019-11-181-0/+2
| * | | | Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-1/+21
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 8.7jan.nijtmans2019-11-112-2/+8
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Fix travis build win32, 32-bit mingwjan.nijtmans2019-11-082-0/+0
| * | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to...jan.nijtmans2019-11-058-46/+72
| * | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-018-24/+65
| * | | | Re-base to core-8-branchjan.nijtmans2019-11-015-0/+0
| |\ \ \ \
| | * \ \ \ Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-092-0/+0
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7. Intended operation completed for mingw-w64 (but not yet for other ...jan.nijtmans2019-04-089-16/+29
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Merge 8.7. Add checks for libtommath library to configure script (experimental)jan.nijtmans2019-04-0614-72/+62
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Merge 8.7 jan.nijtmans2019-04-041-68/+4
| | |\ \ \ \ \
| | * | | | | | More complete typedef for mp_word, for MP_8BIT and MP_16BIT as well.jan.nijtmans2019-03-281-2/+6
| | * | | | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG...jan.nijtmans2019-03-282-5/+9
| | |/ / / / /
* | | | | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-082-2/+2
* | | | | | | Deprecate mp_div_3(): Will be private function in future libtommath, not used...jan.nijtmans2019-11-071-1/+3
|/ / / / / /
* | | | | | Merge 8.6jan.nijtmans2019-10-301-3/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-281-2/+3
* | | | | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym...jan.nijtmans2019-10-2510-99/+42
* | | | | | Merge 8.6. jan.nijtmans2019-10-251-5/+5
|\ \ \ \ \ \ | |/ / / / /