| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 1 | -7/+1 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -4/+0 |
|\ |
|
| * | tommath_private.h : Remove special C4146 handling: already done in tclWinPort... | jan.nijtmans | 2020-01-10 | 1 | -4/+0 |
|
|
| * | One #undef too much | jan.nijtmans | 2019-12-13 | 1 | -3/+0 |
|
|
* | | Merge 8.7 and (hopefully) fix Travis build with C++ | jan.nijtmans | 2019-12-13 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Don't export mp_sqr() directly from libtcl | jan.nijtmans | 2019-12-13 | 1 | -0/+5 |
|
|
| * | Optimize mp_mul for the case a==b | jan.nijtmans | 2019-12-13 | 1 | -0/+3 |
|/ |
|
* | Undo minor tweak, no longer necessary | jan.nijtmans | 2019-11-22 | 1 | -1/+1 |
|
|
* | Merge 8.7, and update to latest libtommath (support/1.x branch) | jan.nijtmans | 2019-11-22 | 1 | -1/+0 |
|\ |
|
* | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o... | jan.nijtmans | 2019-11-18 | 1 | -0/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -1/+5 |
|\ \
| |/ |
|
* | | More WIP: All makefile builds appear to work fine, makefile.vc build still to... | jan.nijtmans | 2019-11-05 | 1 | -32/+53 |
|/ |
|
* | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -3/+0 |
|\ |
|
* | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym... | jan.nijtmans | 2019-10-25 | 1 | -39/+30 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-10-23 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 1 | -0/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -87/+272 |
|\ \
| |/ |
|
| * | Merge latest libtommath changes (will be release 1.2.0) | jan.nijtmans | 2019-10-18 | 1 | -0/+4 |
| |\ |
|
| | * | Merge libtommath | jan.nijtmans | 2019-10-18 | 1 | -0/+4 |
| | |\ |
|
| | | * | update libtommath to v1.2.0-rc2, with a few additional fixes. | jan.nijtmans | 2019-10-18 | 1 | -0/+4 |
|
|
| | * | | Put back MP_CALLOC, since it's going to stay in libtommath | jan.nijtmans | 2019-10-17 | 1 | -0/+2 |
|
|
| | | | | |
| | \ \ | |
| *-. \ \ | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -12/+19 |
| |\ \ \ \
| |/ / / /
|/| | / /
| | |/ / |
|
| | * | | Merge libtommath | jan.nijtmans | 2019-10-17 | 1 | -4/+14 |
| | |\ \
| | | |/ |
|
| | | * | Update libtommath to v1.2.0-rc1 | jan.nijtmans | 2019-10-17 | 1 | -0/+7 |
|
|
| | | * | Update to latest "develop" branch | jan.nijtmans | 2019-10-07 | 1 | -2/+7 |
|
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -2/+0 |
| |\ \ \ \
| |/ / / /
|/| | / /
| | |/ / |
|
| | * | | Merge libtommath | jan.nijtmans | 2019-07-26 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge latest libtommath and 8.6 | jan.nijtmans | 2019-07-05 | 1 | -3/+5 |
| |\ \ \ \
| |/ / / /
|/| | / /
| | |/ / |
|
| | * | | Merge libtommath | jan.nijtmans | 2019-07-05 | 1 | -3/+5 |
| | |\ \
| | | |/ |
|
| | | * | Update to latest "develop" branch of libtommath | jan.nijtmans | 2019-07-05 | 1 | -3/+3 |
|
|
| * | | | Eliminate some more instances of "long long", for VC++ 6.0 | jan.nijtmans | 2019-06-30 | 1 | -3/+3 |
|
|
| * | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte... | jan.nijtmans | 2019-06-14 | 1 | -81/+263 |
| |\ \ \
|/ / / /
| | _ /
| | / |
|
| * | | Merge libtommath | jan.nijtmans | 2019-06-13 | 1 | -82/+264 |
| |\ \
| | |/ |
|
| | * | Update to latest libtommath's "develop" branch. On the way to 1.2.0 | jan.nijtmans | 2019-06-13 | 1 | -82/+264 |
|
|
* | | | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 1 | -40/+25 |
|\ \ \
| |/ / |
|
| * | | Merge libtommath | jan.nijtmans | 2019-04-05 | 1 | -42/+25 |
| |\ \
| | |/ |
|
| | * | Take over improvements from libtommath's development branch (which will appea... | jan.nijtmans | 2019-04-05 | 1 | -42/+25 |
|
|
| * | | Merge libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 1 | -2/+1 |
| |\ \
| | |/ |
|
| | * | Update to libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 1 | -2/+1 |
|
|
| * | | Branch [https://github.com/libtom/libtommath/commits/no-stdint-h] from libtom... | jan.nijtmans | 2018-10-23 | 1 | -1/+1 |
| |/ |
|
| * | Update libtommath to latest "develop" branch | jan.nijtmans | 2018-10-22 | 1 | -4/+2 |
|
|
| * | Lots of code cleanup, mainly [https://github.com/libtom/libtommath/pull/102|P... | jan.nijtmans | 2018-03-01 | 1 | -1/+3 |
|
|
| * | 'const'ify all libtommath functions, will appear in next libtommath version. ... | jan.nijtmans | 2017-10-02 | 1 | -17/+17 |
|
|
| * | re-format everything through astyle. Taken from libtom/libtommath (pull reque... | jan.nijtmans | 2017-09-15 | 1 | -17/+17 |
|
|
| * | Undo tag removal (just get libtommath directly from GitHUB), so we don't have... | jan.nijtmans | 2017-08-31 | 1 | -3/+3 |
|
|
| * | libtommath 1.0.1 | jan.nijtmans | 2017-08-29 | 1 | -3/+3 |
|
|
| * | libtommath 1.0.1 rc 2 | jan.nijtmans | 2017-08-29 | 1 | -5/+9 |
|
|
| * | import libtommath 1.0 | jan.nijtmans | 2016-11-16 | 1 | -0/+119 |
|
|
* | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 1 | -2/+9 |
|
|
* | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -0/+122 |
|
|