| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Only use special mp_sqrt() code when double format/tommath format are exactly... | jan.nijtmans | 2019-04-11 | 2 | -9/+17 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-04-05 | 14 | -72/+62 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 15 | -90/+63 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Merge libtommath | jan.nijtmans | 2019-04-05 | 16 | -93/+64 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Take over improvements from libtommath's development branch (which will appea... | jan.nijtmans | 2019-04-05 | 16 | -93/+64 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 4 | -55/+12 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 3 | -37/+11 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 2 | -2/+29 |
|
|
| * | | | | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 159 | -11694/+25235 |
|
|
| * | | | | prevent buffer overrun in fast_s_mp_mul_digs(), already fixed in newest libto... | sebres | 2018-12-28 | 1 | -1/+1 |
|
|
* | | | | | Merge libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Update to libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
|
|
* | | | | | Update included libtommath to v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 159 | -7464/+10553 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 160 | -7488/+10560 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Update to libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 160 | -7488/+10560 |
|
|
* | | | | | Merge libtommath-no-stdint.h branch. Re-generated tclTomMath.h | jan.nijtmans | 2018-10-23 | 1 | -12/+11 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Branch [https://github.com/libtom/libtommath/commits/no-stdint-h] from libtom... | jan.nijtmans | 2018-10-23 | 3 | -11/+10 |
| |/ / / |
|
* | | | | formatting | jan.nijtmans | 2018-10-22 | 1 | -9/+9 |
|
|
* | | | | Merge changes in libtommath's latest "develop" branch | jan.nijtmans | 2018-10-22 | 145 | -716/+1215 |
|\ \ \ \
| |/ / / |
|
| * | | | Update libtommath to latest "develop" branch | jan.nijtmans | 2018-10-22 | 145 | -717/+1216 |
|
|
* | | | | Re-generate tclTomMath.h. Fix win32 build (due to the use of uint8_t) | jan.nijtmans | 2018-03-01 | 2 | -2/+2 |
|
|
* | | | | Update libtommath to latest "develop" | jan.nijtmans | 2018-03-01 | 83 | -312/+363 |
|\ \ \ \
| |/ / / |
|
| * | | | Lots of code cleanup, mainly [https://github.com/libtom/libtommath/pull/102|P... | jan.nijtmans | 2018-03-01 | 83 | -314/+365 |
|
|
* | | | | Merge latest 'const'ification changes from libtommath (develop branch, will b... | jan.nijtmans | 2017-10-03 | 5 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | 'const'ify all libtommath functions, will appear in next libtommath version. ... | jan.nijtmans | 2017-10-02 | 97 | -213/+215 |
|
|
* | | | | Make libtommath's "make" work in Tcl environment (for testing). Eliminate int... | jan.nijtmans | 2017-09-22 | 2 | -17/+9 |
|
|
* | | | | Move fast return from s_is_power_of_two() to mp_div_d(). This saves a functio... | jan.nijtmans | 2017-09-20 | 1 | -8/+3 |
|
|
* | | | | Further astyle formatting of libtommath. No functional changes. | jan.nijtmans | 2017-09-20 | 49 | -112/+78 |
|
|
* | | | | Finish libtommath's constification work. All done (hopefully). And make sure ... | jan.nijtmans | 2017-09-18 | 8 | -15/+13 |
|
|
* | | | | Another round of libtommath const'ification. To be submitted to the libtommat... | jan.nijtmans | 2017-09-18 | 37 | -80/+77 |
|
|
* | | | | Merge libtommath upstream changes (astyle formatting only). No functional cha... | jan.nijtmans | 2017-09-18 | 135 | -5705/+12115 |
|\ \ \ \
| |/ / / |
|
| * | | | re-format everything through astyle. Taken from libtom/libtommath (pull reque... | jan.nijtmans | 2017-09-15 | 129 | -5696/+5787 |
|
|
| * | | | Ignore libtommath/doc directory. Add some VS-related makefiles, useful for te... | jan.nijtmans | 2017-08-31 | 6 | -0/+6282 |
|
|
* | | | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec... | jan.nijtmans | 2017-09-15 | 12 | -27/+29 |
|
|
* | | | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac... | jan.nijtmans | 2017-09-11 | 27 | -58/+61 |
|
|
* | | | | Add some more functions from libtommath for availability within Tcl (mainly t... | jan.nijtmans | 2017-09-08 | 7 | -14/+14 |
|
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge core-8-6-branch. Remove all git tag information for libtommath, so we d... | jan.nijtmans | 2017-08-31 | 131 | -506/+387 |
|\ \ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| * | | | Undo tag removal (just get libtommath directly from GitHUB), so we don't have... | jan.nijtmans | 2017-08-31 | 132 | -509/+390 |
|
|
* | | | | Adapt libtommath's "changes.txt", and other text-files. Adapt bn_mp_read_radi... | jan.nijtmans | 2017-08-30 | 8 | -9/+158 |
|\ \ \ \
| |/ / / |
|
| * | | | Cherry-pick [https://github.com/libtom/libtommath/commit/a0a86c696a7182f8be4b... | jan.nijtmans | 2017-08-30 | 81 | -44141/+126 |
|
|
* | | | | a few missing bits after previous commit | jan.nijtmans | 2017-08-29 | 5 | -7089/+6914 |
|\ \ \ \
| |/ / / |
|
| * | | | Forgot a few files from libtommath 1.0.1 | jan.nijtmans | 2017-08-29 | 4 | -7087/+6912 |
|
|
* | | | | Merge libtommath 1.0.1 final | jan.nijtmans | 2017-08-29 | 128 | -384/+384 |
|\ \ \ \
| |/ / / |
|
| * | | | libtommath 1.0.1 | jan.nijtmans | 2017-08-29 | 128 | -384/+384 |
|
|
* | | | | libtommath 1.0.1 rc2, for test purposes only | jan.nijtmans | 2017-08-29 | 129 | -462/+478 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix eol-style (fossil warning: mixed line endings) | jan.nijtmans | 2017-08-29 | 2 | -10/+10 |
|
|
| * | | | libtommath 1.0.1 rc 2 | jan.nijtmans | 2017-08-29 | 129 | -472/+492 |
|
|
* | | | | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl | jan.nijtmans | 2016-11-18 | 2 | -1/+106 |
|\ \ \ \
| | |/ /
| |/| | |
|