summaryrefslogtreecommitdiff
path: root/get_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-65/+0
* Replacedvlefevre2010-07-301-1/+1
* Made defined the previously undefined cases of mpfr_get_si, mpfr_get_ui,vlefevre2010-05-251-3/+5
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* 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
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-2/+8
* forgot to check for 0zimmerma2004-09-241-4/+10
* now use mpfr_rint()zimmerma2004-09-241-26/+2
* fixed double-rounding bug in get_uizimmerma2004-09-241-0/+23
* + Better support of non IEEE doubles.pelissip2004-02-061-5/+3
* Support of MPFR_PREC_FORMAT.pelissip2003-12-191-3/+0
* 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
* Fixed cast (though unnecessary).vlefevre2003-02-211-1/+1
* new functions mpfr_fits_* and mpfr_get_[us]izimmerma2003-02-131-0/+57