| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-06-22 | 1 | -1/+1 |
|\ |
|
| * | Change all *.sln to CRLF format, so they are directly usable in Visual Studio... | jan.nijtmans | 2020-06-22 | 1 | -1/+1 |
|
|
| * | Make mp_mul(a,a,c) equivalent to mp_sqr(a,c). Optimization backported from li... | jan.nijtmans | 2019-11-07 | 1 | -1/+3 |
|
|
* | | 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 | 2 | -2/+16 |
|\ \ \
| |/ / |
|
| * | | 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 | 2 | -2/+7 |
|/ / |
|
* | | Implement TIP's #538: Externalize libtommath | jan.nijtmans | 2019-12-13 | 36 | -115/+233 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge 8.7, and take over some fixes for VC++ 6.0 from Sebres. | jan.nijtmans | 2019-11-27 | 1 | -5/+5 |
| |\ \ \
| |_|/ /
|/| | | |
|
| | * | | fixes compile errors for old VC versions, as well as tommath include path, th... | sergey.brester | 2019-11-27 | 1 | -17/+17 |
| |/ / |
|
| * | | 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 | 25 | -50/+74 |
| |\ \
| |/ /
|/| | |
|
| * | | 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. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -1/+21 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 2 | -2/+8 |
| |\ \
| |/ /
|/| | |
|
| * | | Fix travis build win32, 32-bit mingw | jan.nijtmans | 2019-11-08 | 2 | -0/+0 |
|
|
| * | | More WIP: All makefile builds appear to work fine, makefile.vc build still to... | jan.nijtmans | 2019-11-05 | 8 | -46/+72 |
|
|
| * | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a... | jan.nijtmans | 2019-11-01 | 8 | -24/+65 |
|
|
| * | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 5 | -0/+0 |
| |\ \ |
|
| | * \ | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 2 | -0/+0 |
| | |\ \ |
|
| | * \ \ | Merge 8.7. Intended operation completed for mingw-w64 (but not yet for other ... | jan.nijtmans | 2019-04-08 | 9 | -16/+29 |
| | |\ \ \
| | | |/ / |
|
| | * | | | Merge 8.7. Add checks for libtommath library to configure script (experimental) | jan.nijtmans | 2019-04-06 | 14 | -72/+62 |
| | |\ \ \
| | | |/ / |
|
| | * | | | Merge 8.7
| jan.nijtmans | 2019-04-04 | 1 | -68/+4 |
| | |\ \ \ |
|
| | * | | | | More complete typedef for mp_word, for MP_8BIT and MP_16BIT as well. | jan.nijtmans | 2019-03-28 | 1 | -2/+6 |
|
|
| | * | | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG... | jan.nijtmans | 2019-03-28 | 2 | -5/+9 |
| | |/ / / |
|
* | | | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o... | jan.nijtmans | 2019-11-08 | 2 | -2/+2 |
|
|
* | | | | | Deprecate mp_div_3(): Will be private function in future libtommath, not used... | jan.nijtmans | 2019-11-07 | 1 | -1/+3 |
|/ / / / |
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-10-30 | 1 | -3/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
* | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from... | jan.nijtmans | 2019-10-28 | 1 | -2/+3 |
|
|
* | | | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) sym... | jan.nijtmans | 2019-10-25 | 10 | -99/+42 |
|
|
* | | | | Merge 8.6. | jan.nijtmans | 2019-10-25 | 1 | -5/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -5/+5 |
|
|
* | | | | 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 | 203 | -6635/+6320 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge libtommath 1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
| |\ \ \ |
|
| | * \ \ | Merge libtommath 1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | Update libtommath to v1.2.0 | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
|
|
| * | | | | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 8 | -10/+17 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 8 | -10/+17 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Update libtommath to v1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 8 | -10/+17 |
|
|
| * | | | | | Merge latest libtommath changes (will be release 1.2.0) | jan.nijtmans | 2019-10-18 | 6 | -11/+13 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Merge libtommath | jan.nijtmans | 2019-10-18 | 6 | -11/+13 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | update libtommath to v1.2.0-rc2, with a few additional fixes. | jan.nijtmans | 2019-10-18 | 6 | -11/+13 |
|
|
| * | | | | | Merge some libtommath changes (mainly additon of MP_CALLOC) | jan.nijtmans | 2019-10-17 | 7 | -23/+17 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Put back MP_CALLOC, since it's going to stay in libtommath | jan.nijtmans | 2019-10-17 | 8 | -23/+19 |
|
|
| | | | | | | |
| | \ \ \ \ | |
| *-. \ \ \ \ | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 74 | -1802/+1405 |
| |\ \ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Merge libtommath | jan.nijtmans | 2019-10-17 | 77 | -1789/+1395 |
| | | |\ \ \ \
| | | | |/ / / |
|