summaryrefslogtreecommitdiff
path: root/mpq
Commit message (Expand)AuthorAgeFilesLines
...
* Mark failing branches with UNLIKELY.Marco Bodrato2012-05-234-7/+9
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-2/+2
* Collapse MPZ_REALLOC(x,.) and PTR(x).Marc Glisse2012-02-243-10/+5
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-2429-254/+244
* (ABS_CAST): New macro.Torbjorn Granlund2012-02-111-1/+1
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-5/+5
* Rewrite to remove redundant division.Torbjorn Granlund2011-02-201-6/+6
* Whitespace cleanup.Torbjorn Granlund2010-11-222-12/+12
* Make all bases either work or return an error.Torbjorn Granlund2010-11-221-2/+2
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-102-2/+2
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-202-4/+4
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-2/+2
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-1/+1
* Fix lot of spelling errors.Torbjorn Granlund2009-11-153-3/+3
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-061-1/+1
* Add mpz_clears, mpq_clears, mpf_clears.Torbjorn Granlund2009-06-282-1/+57
* Add new functions mpq_inits, mpf_inits.Torbjorn Granlund2009-06-192-1/+57
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-2/+2
* Fix typo in last change.Torbjorn Granlund2008-10-101-1/+1
* Use TMP_ALLOC. Cleanup.Torbjorn Granlund2008-10-082-30/+85
* Add a copyright year.Torbjorn Granlund2008-09-081-1/+1
* New .hgignore file. Removed all old .cvsignore files.Niels Möller2008-09-051-4/+0
* */Makefile.in, configure, aclocal.m4, config.in: Removed filesNiels Möller2008-09-051-557/+0
* Update license to version 3.tege2007-09-1832-131/+64
* Fix upper base limit boundary in an ASSERT.tege2006-06-141-1/+1
* Make choices based on LIMBS_PER_DOUBLE, not BITS_PER_MP_LIMB.tege2006-02-281-26/+43
* Update FSF's address.tege2006-02-1532-64/+64
* Add a copyright year.tege2005-11-015-6/+8
* Remove TMP_XXXX marker arguments.tege2005-05-185-15/+15
* * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.Kevin Ryde2004-05-101-4/+6
* Regenerate for:Kevin Ryde2004-05-101-1/+0
* Regenerate for:Kevin Ryde2004-05-081-9/+2
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-3/+3
* Regenerate for:Kevin Ryde2004-04-201-1/+1
* * mpq/get_d.c: Use mpn_tdiv_qr, demand den>0 per canonical form.Kevin Ryde2004-03-161-69/+103
* * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automakeKevin Ryde2004-02-281-3/+3
* Regenerate for:Kevin Ryde2004-01-111-0/+1
* * mpq/cmp_ui.c: Add casts for K&R.Kevin Ryde2003-12-281-3/+6
* Regenerate for:Kevin Ryde2003-12-191-1/+1
* * */Makefile.in, configure, aclocal.m4, ansi2knr.c, install-sh,Kevin Ryde2003-12-191-79/+97
* * mpq/get_d.c: Amend comments per mpn_get_d change.Kevin Ryde2003-12-131-39/+16
* Regenerate for:Kevin Ryde2003-12-101-0/+2
* Ignore libmpq.la.Niels Möller2003-11-261-1/+2
* Added .cvsignore files, to reduce clutter in cvs output.Niels Möller2003-11-261-0/+3
* Add a copyright year.Kevin Ryde2003-08-191-1/+1
* * mpq/get_d.c: Use mpn_get_d.Kevin Ryde2003-08-131-26/+6
* * mpz/get_d_2exp.c, mpq/set_si.c, mpq/set_ui.c: Nailify.Kevin Ryde2003-06-192-2/+20
* * mpz/set_d.c, mpq/set_d.c, mpf/set_d.c: Nan or Inf invalid.Kevin Ryde2003-04-231-1/+11
* * mpfr/*: Update to mpfr cvs 2003-01-18.Kevin Ryde2003-01-181-0/+1
* Regenerate for:Kevin Ryde2003-01-111-0/+1