summaryrefslogtreecommitdiffstats
path: root/libtommath
Commit message (Expand)AuthorAgeFilesLines
* 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
* (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
* | 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
* | | 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
* | | more tweaks for windows-arm64jan.nijtmans2022-02-111-1/+1
* | | Fix compiler warning seen with static builds (--disable-shared): "FLT_RADIX"...jan.nijtmans2021-06-091-0/+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
* | | Put #define's in alphabetical order. jan.nijtmans2019-10-251-5/+5
* | | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-0/+3
* | | Merge libtommath 1.2.0jan.nijtmans2019-10-221-1/+1
|\ \ \ | |/ /
| * | Merge libtommath 1.2.0jan.nijtmans2019-10-221-1/+1
| |\ \ | | |/
| | * Update libtommath to v1.2.0jan.nijtmans2019-10-221-1/+1
* | | Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-218-10/+17
|\ \ \ | |/ /
| * | Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-218-10/+17
| |\ \ | | |/
| | * Update libtommath to v1.2.0-rc3jan.nijtmans2019-10-218-10/+17
* | | Merge latest libtommath changes (will be release 1.2.0)jan.nijtmans2019-10-186-11/+13
|\ \ \ | |/ /
| * | Merge libtommathjan.nijtmans2019-10-186-11/+13
| |\ \ | | |/
| | * update libtommath to v1.2.0-rc2, with a few additional fixes.jan.nijtmans2019-10-186-11/+13
* | | Merge some libtommath changes (mainly additon of MP_CALLOC)jan.nijtmans2019-10-177-23/+17
|\ \ \ | |/ /
| * | Put back MP_CALLOC, since it's going to stay in libtommathjan.nijtmans2019-10-178-23/+19
| | |
| \ \
*-. \ \ Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-1774-1802/+1405
|\ \ \ \ | | |/ /
| | * | Merge libtommathjan.nijtmans2019-10-1777-1789/+1395
| | |\ \ | | | |/
| | | * Update libtommath to v1.2.0-rc1jan.nijtmans2019-10-1726-342/+436
| | | * Sync with libtommath's "develop" againjan.nijtmans2019-10-075-20/+44
| | | * Update to latest "develop" branchjan.nijtmans2019-10-0767-1617/+1107
| | | |
| \ \ \
*-. \ \ \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-2828-180/+209
|\ \ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge libtommathjan.nijtmans2019-07-2628-179/+210
| | |\ \ | | | |/
| | | * Update to latest "develop" branch of libtommathjan.nijtmans2019-07-2613-143/+163
| | | |
| \ \ \
*-. \ \ \ Merge latest libtommath and 8.6jan.nijtmans2019-07-0539-176/+440
|\ \ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge libtommathjan.nijtmans2019-07-0539-176/+440
| | |\ \ | | | |/
| | | * Update to latest "develop" branch of libtommathjan.nijtmans2019-07-0534-163/+425
* | | | VC++ 6.0 doesn't know the uLL number postfixjan.nijtmans2019-06-303-4/+4
* | | | Eliminate some more instances of "long long", for VC++ 6.0jan.nijtmans2019-06-301-3/+3
* | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-14175-5324/+5131
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge libtommathjan.nijtmans2019-06-13186-27442/+5309
| |\ \ | | |/
| | * Update to latest libtommath's "develop" branch. On the way to 1.2.0jan.nijtmans2019-06-13186-27442/+5309
| * | Eliminate use of int32_t (doesn't work on MSVC++ 6.0)jan.nijtmans2019-04-101-1/+1