summaryrefslogtreecommitdiff
path: root/set_f.c
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+11
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-11/+11
* 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
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-3/+0
* 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
* 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
* Untabified.vlefevre2006-01-121-4/+4
* Fixed a bug related to exponent range.vlefevre2006-01-121-1/+4
* Replaced obsolete __mpfr_emax by __gmpfr_emax.vlefevre2006-01-121-6/+6
* Updated copyright line (we are now in 2006!).vlefevre2006-01-011-1/+1
* use mpfr_overflowzimmerma2006-01-011-1/+1
* fixed bug in mpfr_set_f for huge argumentzimmerma2005-12-291-2/+14
* Converted tabs to spaces with expand.vlefevre2005-08-181-4/+4
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-4/+4
* Add mpfr_cmp_f and its test.pelissip2004-03-091-1/+0
* Fixed a bug in mpfr_set_f for 0 (wrong sign) and added the test.vlefevre2004-02-181-7/+10
* fixed 2 bugs and added testzimmerma2004-02-171-11/+15
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Changed some error messages into assertions.vlefevre2004-01-141-6/+5
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+2
* implemented inexact flagzimmerma2001-10-121-17/+31
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-1/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* warning: x is a MPF not a MPFR!zimmerma2000-12-151-13/+3
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Bug fixed concerning the flags.vlefevre2000-12-141-0/+2
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-2/+12
* forgot TMP_MARK(marker)zimmerma2000-12-121-0/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* unsigned char -> mp_rnd_tzimmerma2000-02-111-3/+3
* fixed bug(s) found by Jean-Pierre Merletzimmerma2000-02-041-21/+26
* added copyright noticezimmerma1999-07-301-0/+21
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-1/+10
* added include <stdio.h> (needed for FILE in mpfr.h)zimmerma1999-06-101-0/+1