summaryrefslogtreecommitdiffstats
path: root/libtommath
Commit message (Expand)AuthorAgeFilesLines
* Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-14175-5324/+5131
|\
| * Merge libtommathjan.nijtmans2019-06-13186-27442/+5309
| |\
| | * Update to latest libtommath's "develop" branch. On the way to 1.2.0jan.nijtmans2019-06-13186-27442/+5309
| * | Eliminate use of int32_t (doesn't work on MSVC++ 6.0)jan.nijtmans2019-04-101-1/+1
* | | 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.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.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
* | | | Only use special mp_sqrt() code when double format/tommath format are exactly...jan.nijtmans2019-04-112-9/+17
* | | | 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 libtommath v1.1.0jan.nijtmans2019-01-2810-13/+958
| |\ \ \ | | |/ /
| | * | Update to libtommath v1.1.0jan.nijtmans2019-01-2810-13/+958
| * | | Merge libtommath v1.1.0-rc4jan.nijtmans2019-01-22160-7488/+10560
| |\ \ \ | | |/ /
| | * | Update to libtommath v1.1.0-rc4jan.nijtmans2019-01-22160-7488/+10560
| * | | Branch [https://github.com/libtom/libtommath/commits/no-stdint-h] from libtom...jan.nijtmans2018-10-233-11/+10
| |/ /
| * | Update libtommath to latest "develop" branchjan.nijtmans2018-10-22145-717/+1216
| * | Lots of code cleanup, mainly [https://github.com/libtom/libtommath/pull/102|P...jan.nijtmans2018-03-0183-314/+365
| * | 'const'ify all libtommath functions, will appear in next libtommath version. ...jan.nijtmans2017-10-0297-213/+215
| * | 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
| * | Undo tag removal (just get libtommath directly from GitHUB), so we don't have...jan.nijtmans2017-08-31132-509/+390
| * | Cherry-pick [https://github.com/libtom/libtommath/commit/a0a86c696a7182f8be4b...jan.nijtmans2017-08-3081-44141/+126
| * | Forgot a few files from libtommath 1.0.1jan.nijtmans2017-08-294-7087/+6912
| * | libtommath 1.0.1jan.nijtmans2017-08-29128-384/+384
| * | Fix eol-style (fossil warning: mixed line endings)jan.nijtmans2017-08-292-10/+10
| * | libtommath 1.0.1 rc 2jan.nijtmans2017-08-29129-472/+492
| * | import libtommath 1.0jan.nijtmans2016-11-16179-16006/+23148
| * | Import of tommath 0.42.0jan.nijtmans2011-03-14148-856/+6520
| * | Import of libtommath 0.41jan.nijtmans2011-03-1417-552/+1138
| * | Import of libtommath 0.40jan.nijtmans2011-03-145-9/+17
| * | re-import ltm-0.39, with original RCS-ID'sjan.nijtmans2011-03-14139-537/+537
| * | Import of libtommath 0.39+Kevin B Kenny2006-12-01133-5198/+985
| * | Import of libtommath 0.37Kevin B Kenny2005-12-2717-394/+431
| * | re-import of three damaged PDF'sKevin B Kenny2005-09-263-0/+0
| * | Import of libtommath 0.36Kevin B Kenny2005-09-26156-445/+1587
| * | Import of tommath 0.35Kevin B Kenny2005-04-1068-4385/+6792
| * | Import of libtommath 0.33Kevin B Kenny2005-01-19200-0/+57261
| /
* | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-283-37/+11
* | 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
* | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ...jan.nijtmans2016-11-189-8696/+1
* | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-172-16/+14
|\ \ | |/
| * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-172-16/+14
* | Remove subdirectories of "libtommath", and various individual related files, ...jan.nijtmans2016-11-1760-23840/+0