summaryrefslogtreecommitdiffstats
path: root/libtommath
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. Also fix mp_get_long_long for VC++ 6.0 (will be deprecated by libt...jan.nijtmans2019-06-251-2/+2
|\
* \ Merge 8.6jan.nijtmans2019-05-319-372/+58
|\ \ | |/
| * Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-319-372/+58
* | Merge 8.6jan.nijtmans2019-05-296-164/+143
|\ \ | |/
| * Merge 8.5jan.nijtmans2019-05-296-164/+143
| |\
| | * Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-297-382/+422
* | | Merge 8.6jan.nijtmans2019-05-281-21542/+0
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-05-281-21542/+0
| |\ \ | | |/
| | * Eliminate a set of libtommath-related files that don't do anything. There's n...jan.nijtmans2019-05-2872-44659/+0
| | * DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-1/+0
| | * cherry-pick [3e4d907d8e] from 8.6: prevent buffer overrun in fast_s_mp_mul_di...sebres2019-01-071-1/+1
* | | Merge 8.6jan.nijtmans2019-04-112-9/+17
|\ \ \ | |/ /
| * | Only use special mp_sqrt() code when double format/tommath format are exactly...jan.nijtmans2019-04-112-9/+17
* | | Merge 8.6jan.nijtmans2019-04-0514-72/+62
|\ \ \ | |/ /
| * | Take over recent improvements from libtommath after version 1.1.0.jan.nijtmans2019-04-0515-90/+63
| |\ \
| | * \ Merge libtommathjan.nijtmans2019-04-0516-93/+64
| | |\ \
| | | * | Take over improvements from libtommath's development branch (which will appea...jan.nijtmans2019-04-0516-93/+64
* | | | | Merge 8.6jan.nijtmans2019-03-284-55/+12
|\ \ \ \ \ | |/ / / /
| * | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-283-37/+11
* | | | | Merge 8.6jan.nijtmans2019-03-271-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-272-2/+29
| * | | | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-01159-11694/+25235
| * | | | prevent buffer overrun in fast_s_mp_mul_digs(), already fixed in newest libto...sebres2018-12-281-1/+1
* | | | | Merge libtommath v1.1.0jan.nijtmans2019-01-2810-13/+958
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge libtommath v1.1.0jan.nijtmans2019-01-2810-13/+958
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Update to libtommath v1.1.0jan.nijtmans2019-01-2810-13/+958
* | | | | Update included libtommath to v1.1.0-rc4jan.nijtmans2019-01-22159-7464/+10553
|\ \ \ \ \ | |/ / / /
| * | | | Merge libtommath v1.1.0-rc4jan.nijtmans2019-01-22160-7488/+10560
| |\ \ \ \ | | |/ / /
| | * | | Update to libtommath v1.1.0-rc4jan.nijtmans2019-01-22160-7488/+10560
* | | | | Merge libtommath-no-stdint.h branch. Re-generated tclTomMath.hjan.nijtmans2018-10-231-12/+11
|\ \ \ \ \ | |/ / / /
| * | | | Branch [https://github.com/libtom/libtommath/commits/no-stdint-h] from libtom...jan.nijtmans2018-10-233-11/+10
| |/ / /
* | | | formattingjan.nijtmans2018-10-221-9/+9
* | | | Merge changes in libtommath's latest "develop" branchjan.nijtmans2018-10-22145-716/+1215
|\ \ \ \ | |/ / /
| * | | Update libtommath to latest "develop" branchjan.nijtmans2018-10-22145-717/+1216
* | | | Re-generate tclTomMath.h. Fix win32 build (due to the use of uint8_t)jan.nijtmans2018-03-012-2/+2
* | | | Update libtommath to latest "develop"jan.nijtmans2018-03-0183-312/+363
|\ \ \ \ | |/ / /
| * | | Lots of code cleanup, mainly [https://github.com/libtom/libtommath/pull/102|P...jan.nijtmans2018-03-0183-314/+365
* | | | Merge latest 'const'ification changes from libtommath (develop branch, will b...jan.nijtmans2017-10-035-7/+7
|\ \ \ \ | |/ / /
| * | | 'const'ify all libtommath functions, will appear in next libtommath version. ...jan.nijtmans2017-10-0297-213/+215
* | | | Make libtommath's "make" work in Tcl environment (for testing). Eliminate int...jan.nijtmans2017-09-222-17/+9
* | | | Move fast return from s_is_power_of_two() to mp_div_d(). This saves a functio...jan.nijtmans2017-09-201-8/+3
* | | | Further astyle formatting of libtommath. No functional changes.jan.nijtmans2017-09-2049-112/+78
* | | | Finish libtommath's constification work. All done (hopefully). And make sure ...jan.nijtmans2017-09-188-15/+13
* | | | Another round of libtommath const'ification. To be submitted to the libtommat...jan.nijtmans2017-09-1837-80/+77
* | | | Merge libtommath upstream changes (astyle formatting only). No functional cha...jan.nijtmans2017-09-18135-5705/+12115
|\ \ \ \ | |/ / /
| * | | re-format everything through astyle. Taken from libtom/libtommath (pull reque...jan.nijtmans2017-09-15129-5696/+5787
| * | | Ignore libtommath/doc directory. Add some VS-related makefiles, useful for te...jan.nijtmans2017-08-316-0/+6282
* | | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec...jan.nijtmans2017-09-1512-27/+29
* | | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac...jan.nijtmans2017-09-1127-58/+61
* | | | Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-087-14/+14