Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use zero bottom margin. | Stefan Krah | 2012-08-22 | 1 | -3/+0 |
| | |||||
* | In the 32-bit build, dec_hash() raised InvalidOperation if the operand | Stefan Krah | 2012-08-22 | 1 | -0/+45 |
had a coefficient with MAX_PREC=425000000 digits and a negative exponent. Increasing the context limits above the official values fixes the issue and is safe (in this case!). |