Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler warning seen with static builds (--disable-shared): ↵ | jan.nijtmans | 2021-06-09 | 1 | -0/+1 |
| | | | | "FLT_RADIX" is not defined, evaluates to 0 [-Wundef] | ||||
* | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -5/+5 |
| | | | | Use MP_DIGIT_BIT in stead of (deprecated) DIGIT_BIT everywhere. (just code cleanup, nothing funcional) | ||||
* | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 ↵ | jan.nijtmans | 2019-06-14 | 1 | -31/+18 |
|\ | | | | | | | adapted for changes in libtommath | ||||
| * | Update to latest libtommath's "develop" branch. On the way to 1.2.0 | jan.nijtmans | 2019-06-13 | 1 | -29/+16 |
| | | |||||
| * | Take over improvements from libtommath's development branch (which will ↵ | jan.nijtmans | 2019-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | appear in next version). - More efficient MP_SET_XLONG() macro. - New internal macro's IS_ZERO/IS_EVEN/IS_ODD - Changed signature for XMALLOC/XREALLOC/XFREE | ||||
| * | Update to libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 1 | -2/+1 |
| | | |||||
| * | Update libtommath to latest "develop" branch | jan.nijtmans | 2018-10-22 | 1 | -3/+1 |
| | | |||||
| * | 'const'ify all libtommath functions, will appear in next libtommath version. ↵ | jan.nijtmans | 2017-10-02 | 1 | -1/+1 |
| | | | | | | | | See: pull request [https://github.com/libtom/libtommath/pull/88|88] | ||||
| * | re-format everything through astyle. Taken from libtom/libtommath (pull ↵ | jan.nijtmans | 2017-09-15 | 1 | -44/+46 |
| | | | | | | | | request [https://github.com/libtom/libtommath/pull/85|85]) | ||||
| * | Undo tag removal (just get libtommath directly from GitHUB), so we don't ↵ | jan.nijtmans | 2017-08-31 | 1 | -3/+3 |
| | | | | | | | | have useless file changes with every new release | ||||
| * | libtommath 1.0.1 | jan.nijtmans | 2017-08-29 | 1 | -3/+3 |
| | | |||||
| * | libtommath 1.0.1 rc 2 | jan.nijtmans | 2017-08-29 | 1 | -3/+3 |
| | | |||||
| * | import libtommath 1.0 | jan.nijtmans | 2016-11-16 | 1 | -4/+4 |
| | | |||||
| * | Import of tommath 0.42.0 | jan.nijtmans | 2011-03-14 | 1 | -3/+3 |
| | | |||||
| * | re-import ltm-0.39, with original RCS-ID's | jan.nijtmans | 2011-03-14 | 1 | -4/+4 |
| | | |||||
| * | Import of libtommath 0.39+ | Kevin B Kenny | 2006-12-01 | 1 | -3/+3 |
| | | |||||
| * | Import of libtommath 0.36 | Kevin B Kenny | 2005-09-26 | 1 | -0/+4 |
| | | |||||
| * | Import of libtommath 0.33 | Kevin B Kenny | 2005-01-19 | 1 | -0/+77 |
| | |||||
* | Only use special mp_sqrt() code when double format/tommath format are ↵ | jan.nijtmans | 2019-04-11 | 1 | -7/+15 |
| | | | | | | exactly what's expected. Otherwise, use original always-working tommath code. Simplify overflow check in bignum expononent code, not using bignums where it's not necessary. Don't overallocate bignums when using wideint's only. | ||||
* | Update libtommath to latest stable release (1.1.0) | jan.nijtmans | 2019-02-01 | 1 | -88/+90 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -5/+0 |
| | | | more harm than good. Purged them. | ||||
* | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where | Kevin B Kenny | 2008-10-05 | 1 | -4/+21 |
| | | | | | | | * tests/expr.test (expr-47.13): a number's square root is between n<<DIGIT_BIT and n<<DIGIT_BIT+1. [Bug 2143288] Thanks to Malcolm Boffey (malcolm.boffey@virgin.net) for the patch. | ||||
* | fix typo: 0,0 -> 0.0 | das | 2006-12-01 | 1 | -3/+3 |
| | |||||
* | Upgrade to tommath 0.39 plus patches from Tom | Kevin B Kenny | 2006-12-01 | 1 | -3/+4 |
| | |||||
* | fixed bug in floating point initial approximation that caused convergence ↵ | Kevin B Kenny | 2006-11-30 | 1 | -4/+10 |
| | | | | failure | ||||
* | Corrected bugs in tommath installation, improved tommath square root ↵ | Kevin B Kenny | 2005-12-27 | 1 | -8/+50 |
| | | | | performance, patched around a [clock scan] issue with time zones | ||||
* | Import of libtommath 0.36 | Kevin B Kenny | 2005-09-26 | 1 | -0/+4 |
| | |||||
* | Import of libtommath 0.33 | Kevin B Kenny | 2005-01-19 | 1 | -0/+77 |