| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 (removing some dead libtommath-related code) | jan.nijtmans | 2024-04-02 | 2 | -10/+9 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2024-04-02 | 2 | -10/+9 |
| |\ |
|
| | * | Update tommath.h/tommath_private.h too | jan.nijtmans | 2024-04-01 | 2 | -21/+29 |
|
|
| | * | More progress | jan.nijtmans | 2024-03-31 | 4 | -7/+12 |
|
|
| | * | Make a start, upgrading to libtommath 1.3 | jan.nijtmans | 2024-03-31 | 7 | -74/+69 |
|
|
| | * | Remove all libtommath source-files, which are not used in Tcl. Don't bother a... | jan.nijtmans | 2024-03-30 | 90 | -5592/+0 |
|
|
| | * | Remove libtommath/makefile* and related: Those files suggest anything can be ... | jan.nijtmans | 2024-03-29 | 19 | -4853/+25 |
|
|
* | | | 4 more files, which should have been removed as part of the libtommath 1.2 ->... | jan.nijtmans | 2024-03-29 | 4 | -428/+0 |
|\ \ \
| |/ / |
|
| * | | 4 more files, which should have been removed as part of the libtommath 1.2 ->... | jan.nijtmans | 2024-03-29 | 4 | -428/+0 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-03-29 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Upgrade provided libtommath with version 1.3. Still works with external libto... | jan.nijtmans | 2024-03-29 | 51 | -368/+1330 |
|
|
* | | | Upgrade provided libtommath with version 1.3. Still works with external libto... | jan.nijtmans | 2024-03-29 | 51 | -368/+1331 |
|\ \ \ |
|
| * | | | C++ improvements/typo's | jan.nijtmans | 2024-03-28 | 18 | -32/+105 |
|
|
| * | | | Re-build libtommath.dll for x86. Re-build tommath.lib for all platforms (sinc... | jan.nijtmans | 2024-03-28 | 4 | -0/+0 |
|
|
| * | | | Libtommath 1.3 | jan.nijtmans | 2024-03-27 | 45 | -644/+1103 |
|/ / / |
|
* | | | Merge 8.7 - Bug [33b2486199] - thread create/release unmounts zipfs | apnadkarni | 2023-10-21 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2023-10-20 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | (cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode ... | jan.nijtmans | 2023-10-20 | 3 | -6/+6 |
|
|
| | * | Fix [a1f11d96b8]: VC6 compilation error of core-8-6-branch: error C2065: 'int... | jan.nijtmans | 2023-09-13 | 1 | -1/+1 |
| | |\ |
|
| | | * | Don't use int16_t, pre-C99 | jan.nijtmans | 2023-09-13 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 2 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 2 | -4/+4 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-09-27 | 2 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Re-build libtommath for win64(-arm): some symbols were not exported | jan.nijtmans | 2023-09-27 | 2 | -0/+0 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-09-26 | 2 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Re-build libtommath v1.2.1 for Win64 and Win64-arm | jan.nijtmans | 2023-09-26 | 2 | -0/+0 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-09-25 | 1 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Re-build libtommath v1.2.1 for i686 | jan.nijtmans | 2023-09-25 | 1 | -0/+0 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-09-04 | 14 | -12/+45 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2023-09-04 | 14 | -12/+45 |
| |\ \ \
| | |/ / |
|
| | * | | Update libtommath to version 1.2.1 | jan.nijtmans | 2023-09-04 | 12 | -12/+45 |
| | |\ \
| | | |/ |
|
| | | * | Merge libtommath | jan.nijtmans | 2023-09-04 | 12 | -12/+45 |
| | | |\ |
|
| | | | * | libtommath -> version 1.2.1 | jan.nijtmans | 2023-09-04 | 12 | -12/+45 |
|
|
| | * | | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2023-06-26 | 2 | -11/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 2 | -11/+2 |
|
|
* | | | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2022-04-28 | 2 | -4/+13 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2022-04-28 | 2 | -4/+13 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Update libtommath to latest support/1.x branch | jan.nijtmans | 2022-04-28 | 14 | -18/+3011 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Merge libtommath | jan.nijtmans | 2022-04-28 | 14 | -18/+3011 |
| | | |\ \
| | | | |/ |
|
| | | | * | Take over recent commmits on the support/1.x branch | jan.nijtmans | 2019-11-22 | 5 | -20/+20 |
|
|
| | | | * | A few post-1.2.0 commits, extracted from support/1.x branch | jan.nijtmans | 2019-11-06 | 11 | -10/+3003 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2022-02-14 | 4 | -0/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Re-build zlib and libtommath for AMD64 and ARM64 to use the UCRT runtime (wit... | jan.nijtmans | 2022-02-14 | 4 | -0/+0 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2022-02-14 | 3 | -0/+11 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix tommath.lib, which is missing some (deprecated) symbols. | jan.nijtmans | 2022-02-14 | 2 | -0/+11 |
|
|
| * | | | | Merge 8.6 | jan.nijtmans | 2022-02-14 | 2 | -0/+0 |
| |\ \ \ \
| | |/ / / |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2022-02-13 | 2 | -0/+0 |
|\ \ \ \ \
| |/ / / / |
|