summaryrefslogtreecommitdiff
path: root/get_si.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage test.pelissip2005-05-171-4/+4
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-3/+9
* Fixed integer overflow.vlefevre2004-09-241-4/+6
* Fixed bugs (like those in mpfr_get_ui).vlefevre2004-09-241-7/+14
* + Better support of non IEEE doubles.pelissip2004-02-061-8/+3
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-1/+1
* replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should bezimmerma2003-10-061-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-1/+1
* new functions mpfr_fits_* and mpfr_get_[us]izimmerma2003-02-131-0/+57