summaryrefslogtreecommitdiffstats
path: root/libtommath
Commit message (Expand)AuthorAgeFilesLines
* Merge latest 'const'ification changes from libtommath (develop branch, will b...HEADmasterjan.nijtmans2017-10-035-7/+7
|\
| * 'const'ify all libtommath functions, will appear in next libtommath version. ...libtommathjan.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
| |
| \
*-. \ Merge core-8-6-branch. Remove all git tag information for libtommath, so we d...jan.nijtmans2017-08-31131-506/+387
|\ \ \ | | |/ | |/|
| * | Undo tag removal (just get libtommath directly from GitHUB), so we don't have...jan.nijtmans2017-08-31132-509/+390
* | | Adapt libtommath's "changes.txt", and other text-files. Adapt bn_mp_read_radi...jan.nijtmans2017-08-308-9/+158
|\ \ \ | |/ /
| * | Cherry-pick [https://github.com/libtom/libtommath/commit/a0a86c696a7182f8be4b...jan.nijtmans2017-08-3081-44141/+126
* | | a few missing bits after previous commitjan.nijtmans2017-08-295-7089/+6914
|\ \ \ | |/ /
| * | Forgot a few files from libtommath 1.0.1jan.nijtmans2017-08-294-7087/+6912
* | | Merge libtommath 1.0.1 finallibtommath_1_0_1jan.nijtmans2017-08-29128-384/+384
|\ \ \ | |/ /
| * | libtommath 1.0.1jan.nijtmans2017-08-29128-384/+384
* | | libtommath 1.0.1 rc2, for test purposes onlyjan.nijtmans2017-08-29129-462/+478
|\ \ \ | |/ /
| * | 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
* | | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcljan.nijtmans2016-11-182-1/+106
|\ \ \ | | |/ | |/|
| * | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ...jan.nijtmans2016-11-189-8696/+1
* | | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath ...jan.nijtmans2016-11-18149-15323/+9276
|\ \ \ | |/ / |/| |
| * | Restore bn_mp_radix_size.c to exact copy of libtommath-1.0 version: Since the...libtommath_1_0jan.nijtmans2016-11-171-11/+2
| * | Restore bn_mp_add_d.c to exact copy of libtommath-1.0 version: Since the mp_c...jan.nijtmans2016-11-171-3/+2
| * | Bring in fix for mp_iseven().... almost missed that .... This should be giv...jan.nijtmans2016-11-171-1/+1
| |\ \
| | * | [e6f27aa56f] Add files I missed in my previous commitgahr2016-03-1310-0/+755
| | * | [e6f27aa56f] Initial import of libtommath-1.0gahr2016-03-11196-31819/+9930
| * | | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function fro...jan.nijtmans2016-11-1779-37631/+556
| |\ \ \
| * \ \ \ (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet...jan.nijtmans2016-11-16157-9958/+17154
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | 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.33 Kevin B Kenny2005-01-19200-0/+57261
| | /
* | | 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
| |/ |/|
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-1/+1
|\ \ | |/
* | Apply non-comment changes to take our fork of libtommath up to tracking 0.42....dkf2011-03-149-21/+54
|\ \ | |/