summaryrefslogtreecommitdiffstats
path: root/libtommath
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-04-022-10/+9
|\
| * Update tommath.h/tommath_private.h toojan.nijtmans2024-04-012-21/+29
| * More progressjan.nijtmans2024-03-314-7/+12
| * Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-317-74/+69
| * Remove all libtommath source-files, which are not used in Tcl. Don't bother a...jan.nijtmans2024-03-3090-5592/+0
| * Remove libtommath/makefile* and related: Those files suggest anything can be ...jan.nijtmans2024-03-2919-4853/+25
* | 4 more files, which should have been removed as part of the libtommath 1.2 ->...jan.nijtmans2024-03-294-428/+0
* | Upgrade provided libtommath with version 1.3. Still works with external libto...jan.nijtmans2024-03-2951-368/+1330
* | Merge 8.6jan.nijtmans2023-10-201-2/+2
|\ \ | |/
| * (cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode ...jan.nijtmans2023-10-203-6/+6
| * Fix [a1f11d96b8]: VC6 compilation error of core-8-6-branch: error C2065: 'int...jan.nijtmans2023-09-131-1/+1
| |\
| | * Don't use int16_t, pre-C99jan.nijtmans2023-09-131-1/+1
* | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-172-4/+4
* | | Re-build libtommath for win64(-arm): some symbols were not exportedjan.nijtmans2023-09-272-0/+0
* | | Re-build libtommath v1.2.1 for Win64 and Win64-armjan.nijtmans2023-09-262-0/+0
* | | Re-build libtommath v1.2.1 for i686jan.nijtmans2023-09-251-0/+0
* | | Merge 8.6jan.nijtmans2023-09-0414-12/+45
|\ \ \ | |/ /
| * | Update libtommath to version 1.2.1jan.nijtmans2023-09-0412-12/+45
| |\ \ | | |/
| | * Merge libtommathjan.nijtmans2023-09-0412-12/+45
| | |\
| | | * libtommath -> version 1.2.1jan.nijtmans2023-09-0412-12/+45
| * | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-262-11/+2
* | | | 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
| |\ \ \ \ \ | |_|/ / / / |/| | | | |