summaryrefslogtreecommitdiff
path: root/mpz/set_d.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz/set_d.c: Newalloc, when size is knownMarco Bodrato2015-12-111-5/+2
* 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
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Whitespace cleanup.Torbjorn Granlund2010-11-221-2/+2
* Update license to version 3.tege2007-09-181-4/+2
* Handle negative return values from __gmp_extract_double.tege2006-05-311-1/+5
* Make it work for LIMBS_PER_DOUBLE == 4.tege2006-02-281-20/+23
* Update FSF's address.tege2006-02-151-2/+2
* * mpz/set_d.c: Don't use a special case for d < MP_BASE_AS_DOUBLE, gccKevin Ryde2003-10-311-14/+16
* * mpz/set_d.c, mpq/set_d.c, mpf/set_d.c: Nan or Inf invalid.Kevin Ryde2003-04-231-1/+11
* abort => ASSERT_ALWAYS.tege2002-12-011-2/+2
* * mpz/set_d.c, mpq/set_d.c: Use LIMBS_PER_DOUBLE for the output ofKevin Ryde2002-05-171-2/+2
* Remove K&R function headers.tege2001-01-021-7/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* Misc cleanups.tege2000-04-081-13/+16
* Finish rewrite.tege1996-05-241-3/+0
* Implement new mechanism for assigning from `double'.tege1996-05-241-90/+49
* Call _mpz_realloc.tege1996-05-171-2/+6
* Initial revisiontege1996-05-081-0/+133