Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -1/+1 |
|\ | |||||
* \ | Apply non-comment changes to take our fork of libtommath up to tracking ↵ | dkf | 2011-03-14 | 9 | -21/+54 |
|\ \ | |/ | | | | | 0.42.0 from 0.39. | ||||
| * | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 libtommath_merge_0_42_0 | dkf | 2011-03-14 | 9 | -21/+54 |
| | | | | | | from 0.39. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 139 | -1054/+1 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 139 | -1054/+1 |
| | | | | | | more harm than good. Purged them. | ||||
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All ↵ | nijtmans | 2010-01-06 | 1 | -3/+3 |
| | | | | | | | | backported from trunk. | ||||
| * | * 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. | ||||
* | | CONSTify various useful internal functions | nijtmans | 2010-05-03 | 10 | -38/+38 |
| | | | | | | | | | | (TclBignumToDouble, TclCeil, TclFloor), and related tommath functions. | ||||
* | | Use "tclIO.h" and "tclTomMathDecls.h" everywhere | nijtmans | 2010-05-03 | 1 | -30/+30 |
| | | |||||
* | | Make error message in "try" implementation | nijtmans | 2010-03-23 | 1 | -4/+4 |
| | | | | | | | | exactly the same as the one in "return" | ||||
* | | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -3/+3 |
| | | | | | | | | | | warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] | ||||
* | | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -3/+3 |
| | | | | | | | | | | warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] | ||||
* | | * 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. | ||||
* | Fixed results of bollixed commit of libtommath 0.39 | Kevin B Kenny | 2006-12-01 | 4 | -167/+9 |
| | |||||
* | TIP#287 IMPLEMENTATION | dgp | 2006-12-01 | 1 | -2/+4 |
| | | | | | | | | | | * doc/chan.n: New subcommand [chan pending]. * generic/tclBasic.c: Thanks to Michael Cleverly for proposal * generic/tclInt.h: and implementation. * generic/tclIOCmd.c: * library/init.tcl: * tests/chan.test: * tests/ioCmd.test: | ||||
* | fix typo: 0,0 -> 0.0 | das | 2006-12-01 | 1 | -3/+3 |
| | |||||
* | fix gcc warning: "suggest parentheses around comparison in operand of &" | das | 2006-12-01 | 1 | -3/+3 |
| | |||||
* | Upgrade to tommath 0.39 plus patches from Tom | Kevin B Kenny | 2006-12-01 | 10 | -22/+190 |
| | |||||
* | Import of libtommath 0.39+ | Kevin B Kenny | 2006-12-01 | 128 | -5183/+970 |
| | |||||
* | fixed bug in floating point initial approximation that caused convergence ↵ | Kevin B Kenny | 2006-11-30 | 1 | -4/+10 |
| | | | | failure | ||||
* | Merge changes | Kevin B Kenny | 2005-12-27 | 3 | -7/+11 |
| | |||||
* | Import of libtommath 0.37 | Kevin B Kenny | 2005-12-27 | 14 | -387/+418 |
| | |||||
* | 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 | ||||
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -4/+5 |
| | | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. | ||||
* | merge tommath 0.36 changes into HEAD | Kevin B Kenny | 2005-09-26 | 5 | -26/+28 |
| | |||||
* | re-import of three damaged PDF's | Kevin B Kenny | 2005-09-26 | 3 | -0/+0 |
| | |||||
* | Import of libtommath 0.36 | Kevin B Kenny | 2005-09-26 | 153 | -434/+1562 |
| | |||||
* | Fixes for C++-style comment and bad NaN on PA-RISC | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | committed local libtommath changes from kennykb-numerics-branch back to the ↵ | Kevin B Kenny | 2005-05-10 | 3 | -3/+19 |
| | | | | Tcl HEAD | ||||
* | Import of tommath 0.35 | Kevin B Kenny | 2005-04-10 | 75 | -4385/+7023 |
| | |||||
* | Import of libtommath 0.33 | Kevin B Kenny | 2005-01-19 | 192 | -0/+57026 |