summaryrefslogtreecommitdiff
path: root/mpq
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | from repository. They're instead generated by automake and autoconf before distribution.
* 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
| | | | | Make it work for LIMBS_PER_DOUBLE == 4. Use MPZ_REALLOC.
* 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
| | | | * demos/expr/expr-impl.h: Don't use expr-config.h.
* Regenerate for:Kevin Ryde2004-05-081-9/+2
| | | | | | | | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h, demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-3/+3
| | | | | mpz/cfdiv_r_2exp.c, mpq/aors.c, mpf/ceilfloor.c: Give REGPARM_ATTR() on function definition too, as demanded by by gcc 3.4.
* Regenerate for:Kevin Ryde2004-04-201-1/+1
| | | | * */Makefile.in, install-sh: Update to automake 1.8.3.
* * 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
| | | | 1.8.2 and libtool 1.5.2.
* Regenerate for:Kevin Ryde2004-01-111-0/+1
| | | | | * configure.in, demos/calc/Makefile.am: Use -lcurses or -lncurses with readline, when available.
* * mpq/cmp_ui.c: Add casts for K&R.Kevin Ryde2003-12-281-3/+6
|
* Regenerate for:Kevin Ryde2003-12-191-1/+1
| | | | * mkinstalldirs: Remove, not required by automake 1.8.
* * */Makefile.in, configure, aclocal.m4, ansi2knr.c, install-sh,Kevin Ryde2003-12-191-79/+97
| | | | doc/mdate-sh: Update to automake 1.8.
* * mpq/get_d.c: Amend comments per mpn_get_d change.Kevin Ryde2003-12-131-39/+16
| | | | (limb2dbl): Remove, no longer used.
* Regenerate for:Kevin Ryde2003-12-101-0/+2
| | | | | * configure.in (LIBGMP_LDFLAGS, LIBGMPXX_LDFLAGS): New AC_SUBSTs with options to generate .def files with windows DLLs.
* 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
| | | | * mpfr/*: Update to mpfr cvs 2003-01-11.
* Regenerate for:Kevin Ryde2002-12-171-2/+0
| | | | | Revert this: * configure.in, acinclude.m4 (GMP_LDFLAGS_SYMBOLIC): New macro.
* Regenerate for:Kevin Ryde2002-12-161-0/+2
| | | | * configure.in, acinclude.m4 (GMP_LDFLAGS_SYMBOLIC): New macro.
* Regenerate for:Kevin Ryde2002-12-121-3/+1
| | | | | | * configure.in: (AM_INIT_AUTOMAKE): Use "gnu no-dependencies $(top_builddir)/ansi2knr". * */Makefile.am (AUTOMAKE_OPTIONS): Remove, now in configure.in.
* Add a copyright year.Kevin Ryde2002-12-121-1/+1
|
* * configure.in: (AM_INIT_AUTOMAKE): Use "gnu no-dependenciesKevin Ryde2002-12-121-2/+0
| | | | | $(top_builddir)/ansi2knr". * */Makefile.am (AUTOMAKE_OPTIONS): Remove, now in configure.in.