summaryrefslogtreecommitdiff
path: root/ui_sub.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fixed a bug for u == 0 and x == +0 introduced in ui_sub.c 1.23,vlefevre2005-02-211-18/+18
* For add/sub_type functions where type is a type without signed zeros,pelissip2004-04-071-1/+2
* new coverage testszimmerma2004-02-141-4/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Remove one warning in mpf_compat.hpelissip2003-12-191-1/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-4/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-15/+20
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Added some assertions (any unsigned long must be representablevlefevre2002-04-191-9/+10
* 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
* Misc bug fixes and code clean-up.vlefevre2002-02-041-5/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* implemented inexact flagzimmerma2001-10-121-14/+11
* A few patches.daney2001-06-141-0/+5
* k2r -> ansi stylezimmerma2000-12-211-0/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-10/+4
* improved indentationzimmerma2000-12-151-9/+15
* _mp_d -> MPFR_MANTzimmerma2000-12-151-1/+2
* 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
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+7
* 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-1/+1
* new functions (compatibility with mpf)zimmerma2000-05-241-0/+57