| Commit message (Expand) | Author | Age | Files | Lines |
* | New .hgignore file. Removed all old .cvsignore files. | Niels Möller | 2008-09-05 | 1 | -4/+0 |
* | */Makefile.in, configure, aclocal.m4, config.in: Removed files | Niels Möller | 2008-09-05 | 1 | -655/+0 |
* | Accept unary plus before exponent. | tege | 2008-08-25 | 1 | -5/+8 |
* | Fix typo in last change. | tege | 2007-12-11 | 1 | -2/+2 |
* | (mpf_set_str): Write own code for converting the | tege | 2007-12-10 | 1 | -3/+24 |
* | Include stdlib.h, not stdio.h for NULL. | tege | 2007-09-24 | 1 | -1/+1 |
* | Whitespace cleanup. | tege | 2007-09-24 | 1 | -1/+0 |
* | Clean up spacing. | tege | 2007-09-24 | 3 | -3/+0 |
* | Update license to version 3. | tege | 2007-09-18 | 68 | -275/+139 |
* | Avoid copying result when not needed. Misc cleanups. | tege | 2006-07-12 | 1 | -11/+13 |
* | Update FSF's address. | tege | 2006-02-15 | 68 | -136/+136 |
* | Implement workaround for GCC bug triggered on alpha. | tege | 2005-12-18 | 1 | -1/+2 |
* | Implement workaround for GCC bug triggered on alpha. | tege | 2005-12-18 | 1 | -1/+2 |
* | Add a copyright year. | tege | 2005-11-01 | 14 | -19/+22 |
* | List some allocation improvement ideas. | tege | 2005-10-31 | 1 | -0/+6 |
* | Remove TMP_XXXX marker arguments. | tege | 2005-05-18 | 14 | -46/+46 |
* | Use plain int for mpf_set_str return value (works around gcc 4 bug). | tege | 2005-05-02 | 1 | -4/+4 |
* | * mpf/sub.c: When one operand cancels high limbs of the other, strip | Kevin Ryde | 2004-05-14 | 1 | -13/+18 |
* | * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4. | Kevin Ryde | 2004-05-10 | 1 | -4/+6 |
* | Regenerate for: | Kevin Ryde | 2004-05-10 | 1 | -1/+0 |
* | Regenerate for: | Kevin Ryde | 2004-05-08 | 1 | -9/+2 |
* | Fix a grammatical typo in the comments. | Kevin Ryde | 2004-05-03 | 1 | -1/+1 |
* | * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c, | Kevin Ryde | 2004-04-23 | 1 | -2/+2 |
* | Regenerate for: | Kevin Ryde | 2004-04-20 | 1 | -1/+1 |
* | * mpf/mul_2exp.c, mpf/div_2exp.c: Rate u==0 as UNLIKELY. | Kevin Ryde | 2004-03-31 | 2 | -2/+2 |
* | * mpf/mul_ui.c: Incorporate carry from low limbs, for exactness. | Kevin Ryde | 2004-03-14 | 1 | -13/+104 |
* | * mpf/div.c: Use mpn_tdiv_qr. Use just one TMP_ALLOC. Use full | Kevin Ryde | 2004-03-13 | 1 | -68/+76 |
* | * mpf/cmp_si.c [nails]: Correction, cast vval in exp comparisons, for | Kevin Ryde | 2004-03-13 | 1 | -5/+5 |
* | * mpz/aors_ui.h, mpz/cdiv_q_ui.c, mpz/cdiv_qr_ui.c, mpz/cdiv_r_ui.c, | Kevin Ryde | 2004-03-10 | 2 | -4/+5 |
* | * mpf/reldiff.c: Use rprec+ysize limbs for d, to ensure accurate | Kevin Ryde | 2004-03-06 | 1 | -6/+18 |
* | * mpf/ui_div.c: Use mpn_tdiv_qr. Use just one TMP_ALLOC. Use full | Kevin Ryde | 2004-03-06 | 1 | -80/+50 |
* | * mpf/set_q.c: Expand TMP_ALLOC_LIMBS_2, to make conditional clearer | Kevin Ryde | 2004-03-06 | 1 | -6/+17 |
* | * mpf/mul_2exp.c, mpf/div_2exp.c: Add some comments. | Kevin Ryde | 2004-03-06 | 2 | -2/+84 |
* | * mpf/set_q.c: Use mpn_tdiv_qr rather than mpn_divrem, so no shifting. | Kevin Ryde | 2004-03-03 | 1 | -79/+68 |
* | * mpf/set_d.c: Rate d==0 as UNLIKELY. Store size before extract call, | Kevin Ryde | 2004-03-03 | 1 | -3/+4 |
* | * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c, | Kevin Ryde | 2004-03-03 | 1 | -1/+1 |
* | * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c, | Kevin Ryde | 2004-03-03 | 1 | -3/+3 |
* | * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c, | Kevin Ryde | 2004-03-03 | 2 | -3/+3 |
* | Add a copyright year. | Kevin Ryde | 2004-03-03 | 1 | -1/+1 |
* | * mpf/init.c, mpf/init2.c, mpf/iset_d.c, mpf/iset_si.c, | Kevin Ryde | 2004-03-03 | 2 | -5/+5 |
* | * mpf/set.c: Use MPN_COPY_INCR, in case r==u and ABSIZ(u) > PREC(r)+1. | Kevin Ryde | 2004-03-03 | 1 | -2/+2 |
* | * mpf/set.c, mpf/iset.c: MPN_COPY last, for possible tail call. | Kevin Ryde | 2004-03-03 | 1 | -3/+3 |
* | Amend heading comment, result is a truncation, not an approximation. | Kevin Ryde | 2004-03-01 | 1 | -2/+2 |
* | Grammatical typo. | Kevin Ryde | 2004-03-01 | 1 | -1/+1 |
* | * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automake | Kevin Ryde | 2004-02-28 | 1 | -3/+3 |
* | * mpf/set_q.c: Don't support den(q)<0, demand canonical form in the | Kevin Ryde | 2004-02-26 | 1 | -3/+4 |
* | * mpf/iset_si.c, mpf/iset_ui.c, mpf/set_si.c, mpf/set_ui.c [nails]: | Kevin Ryde | 2004-02-18 | 4 | -28/+23 |
* | * mpf/get_ui.c, mpf/get_si.c: Remove size==0 test, it's covered by | Kevin Ryde | 2004-02-17 | 1 | -17/+26 |
* | * mpf/get_ui.c, mpf/get_si.c: Remove size==0 test, it's covered by | Kevin Ryde | 2004-02-17 | 1 | -16/+52 |
* | * mpf/sqrt.c: Use "/ 2" for exp, avoiding C undefined behaviour on | Kevin Ryde | 2004-02-16 | 1 | -11/+16 |