summaryrefslogtreecommitdiff
path: root/swap.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Update commentpelissip2004-03-161-13/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+1
* Some minor optimizations.pelissip2003-11-071-1/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+28
* Function mpfr_swap rewritten using memcpy.vlefevre2003-05-261-26/+14
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-5/+6
* 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
* GNU MP -> MPFRzimmerma2001-11-161-15/+9
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* added new function mpfr_swapzimmerma2000-12-011-0/+59