Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Libtommath 1.3core-libtommath-1.3 | jan.nijtmans | 2024-03-27 | 1 | -32/+26 | |
| | ||||||
* | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 1 | -4/+1 | |
| | ||||||
* | Merge 8.6 | jan.nijtmans | 2022-04-28 | 1 | -3/+12 | |
|\ | ||||||
| * | Update libtommath to latest support/1.x branch | jan.nijtmans | 2022-04-28 | 1 | -3/+12 | |
| |\ | ||||||
| | * | Merge libtommath | jan.nijtmans | 2022-04-28 | 1 | -3/+12 | |
| | |\ | ||||||
| | | * | Take over recent commmits on the support/1.x branch | jan.nijtmans | 2019-11-22 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | A few post-1.2.0 commits, extracted from support/1.x branch | jan.nijtmans | 2019-11-06 | 1 | -3/+12 | |
| | | | | ||||||
* | | | | Merge 8.6 | jan.nijtmans | 2022-02-12 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | more tweaks for windows-arm64 | jan.nijtmans | 2022-02-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix build on Linux/Sparc with 32 bit userspace. See: ↵ | jan.nijtmans | 2021-07-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [https://github.com/libtom/libtommath/issues/509] for the upstream libtommath fix | |||||
* | | | | Further elimination of __int64 type | jan.nijtmans | 2020-12-17 | 1 | -37/+8 | |
| | | | | ||||||
* | | | | Implement TIP's #538: Externalize libtommath | jan.nijtmans | 2019-12-13 | 1 | -26/+101 | |
|\ \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | 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, ↵ | sergey.brester | 2019-11-27 | 1 | -17/+17 | |
| |/ / / / | | | | | | | | | | | | | | | | there are two files with this name and wrapper "generic/tommath.h" gets included, but "libtommath/tommath.h" is never included, because did not addressed directly with this name (first from path wins). | |||||
| * | | | | Merge 8.7, and update to latest libtommath (support/1.x branch) | jan.nijtmans | 2019-11-22 | 1 | -3/+12 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -1/+21 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | More WIP: All makefile builds appear to work fine, makefile.vc build still ↵ | jan.nijtmans | 2019-11-05 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | to be done. | |||||
| * | | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible ↵ | jan.nijtmans | 2019-11-01 | 1 | -21/+62 | |
|/ / / / | | | | | | | | | | | | | accordingly (still WIP) | |||||
* | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in ↵ | jan.nijtmans | 2019-10-28 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | from tclTomMath.h. Add test in configure scripts for <stdint.h> and <stdbool.h>. Not used by Tcl yet, probably handy for TEA extensions wanting to use that ;-) | |||||
* | | | | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) ↵ | jan.nijtmans | 2019-10-25 | 1 | -33/+0 | |
| | | | | | | | | | | | | | | | | symbols to new conventions. Remove deprecated declarations which were never implemented/included by Tcl. | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -225/+414 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -1/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Update libtommath to v1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge some libtommath changes (mainly additon of MP_CALLOC) | jan.nijtmans | 2019-10-17 | 1 | -7/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Put back MP_CALLOC, since it's going to stay in libtommath | jan.nijtmans | 2019-10-17 | 1 | -7/+3 | |
| | | | | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -51/+103 | |
| |\ \ \ \ | | | |/ / | ||||||
| | | * | | Merge libtommath | jan.nijtmans | 2019-10-17 | 1 | -40/+92 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Update libtommath to v1.2.0-rc1 | jan.nijtmans | 2019-10-17 | 1 | -18/+49 | |
| | | | | | ||||||
| | | | * | Sync with libtommath's "develop" again | jan.nijtmans | 2019-10-07 | 1 | -5/+5 | |
| | | | | | ||||||
| | | | * | Update to latest "develop" branch | jan.nijtmans | 2019-10-07 | 1 | -17/+40 | |
| | | | | | ||||||
| | | | | | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 1 | -33/+47 | |
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | | |/ / | ||||||
| | | * | | Merge libtommath | jan.nijtmans | 2019-07-26 | 1 | -33/+47 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Update to latest "develop" branch of libtommath | jan.nijtmans | 2019-07-26 | 1 | -15/+18 | |
| | | | | | ||||||
| | | | | | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | Merge latest libtommath and 8.6 | jan.nijtmans | 2019-07-05 | 1 | -19/+32 | |
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | | |/ / | ||||||
| | | * | | Merge libtommath | jan.nijtmans | 2019-07-05 | 1 | -19/+32 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Update to latest "develop" branch of libtommath | jan.nijtmans | 2019-07-05 | 1 | -13/+26 | |
| | | | | | ||||||
| * | | | | VC++ 6.0 doesn't know the uLL number postfix | jan.nijtmans | 2019-06-30 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 ↵ | jan.nijtmans | 2019-06-14 | 1 | -208/+335 | |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | adapted for changes in libtommath | |||||
| | * | | Merge libtommath | jan.nijtmans | 2019-06-13 | 1 | -238/+334 | |
| | |\ \ | | | |/ | ||||||
| | | * | Update to latest libtommath's "develop" branch. On the way to 1.2.0 | jan.nijtmans | 2019-06-13 | 1 | -238/+334 | |
| | | | | ||||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -17/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, ↵ | jan.nijtmans | 2019-05-31 | 1 | -17/+9 | |
| | | | | | | | | | | | | | | | | remove mp_tc_(add|or|xor) functions in favor of mp_(add|or|xor) which can now handle twos-complement. Following ongoing changes in libtommath development. | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 1 | -24/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵ | jan.nijtmans | 2019-03-28 | 1 | -24/+1 | |
| | | | | | | | | | | | | | | | | of exported int symbols. | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Document maximum value for right argument of '**' operator. | jan.nijtmans | 2019-03-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Adapt test-cases to test for exactly one more than this maximum value. Make sure that the maximum is the same for DIGIT_BIT > 28. Change macro's for mp_iseven()/mp_isodd() so they don't depend on value of DIGIT_BIT any more. | |||||
| * | | | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -205/+240 | |
| | | | | ||||||
* | | | | Merge libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 1 | -3/+4 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 1 | -3/+4 | |
| |\ \ \ | | | |/ | | |/| |