summaryrefslogtreecommitdiff
path: root/add_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-5/+6
* For add/sub_type functions where type is a type without signed zeros,pelissip2004-04-071-1/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-1/+1
* Updates/optimizations related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-3/+3
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Function mpfr_check_range now propagates the inexact ternary value.vlefevre2002-07-251-2/+2
* Added some assertions (any unsigned long must be representablevlefevre2002-04-191-0/+1
* 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
* New macro MPFR_RESTORE_RET.vlefevre2002-01-201-10/+5
* removed K&R function headerszimmerma2001-11-161-8/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* Bugs fixed concerning the "inexact" ternary value.vlefevre2001-10-191-8/+11
* added ternary flagzimmerma2001-10-191-17/+20
* Some support for exponent change and exceptions.vlefevre2001-08-251-0/+5
* k2r -> ansi stylezimmerma2000-12-211-2/+4
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-4/+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
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-2/+2
* removed TMP_ALLOC stuffzimmerma2000-05-251-6/+3
* new functions (compatibility with mpf)zimmerma2000-05-241-0/+56