summaryrefslogtreecommitdiff
path: root/mpq/set_d.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2018-05-161-1/+2
* mpq/: Support lazy mpq_t also in the denominator.Marco Bodrato2018-04-261-2/+2
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpq/set_d.c: Stricter allocation.Marco Bodrato2014-08-141-11/+10
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* (MPZ_NEWALLOC): New macro. Use it in mpq and some mpz.Marco Bodrato2012-06-081-3/+3
* mpq: Use more macros and MPZ_REALLOC return value when possible.Marco Bodrato2012-06-011-5/+3
* Collapse MPZ_REALLOC(x,.) and PTR(x).Marc Glisse2012-02-241-2/+1
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-241-14/+14
* Update license to version 3.tege2007-09-181-4/+2
* Make choices based on LIMBS_PER_DOUBLE, not BITS_PER_MP_LIMB.tege2006-02-281-26/+43
* Update FSF's address.tege2006-02-151-2/+2
* * mpz/set_d.c, mpq/set_d.c, mpf/set_d.c: Nan or Inf invalid.Kevin Ryde2003-04-231-1/+11
* * mpz/set_d.c, mpq/set_d.c: Use LIMBS_PER_DOUBLE for the output ofKevin Ryde2002-05-171-2/+2
* ANSI-fy.tege2001-12-291-7/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Special case 0.0. Don't call mpn_rshift with 0 count.tege2000-06-171-10/+18
* Make 32/64 bit code more symmetric.tege2000-04-081-3/+9
* Implement mpq_set_d.tege2000-04-081-0/+125