summaryrefslogtreecommitdiff
path: root/generic.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-8/+8
* Fix wrong integer types.pelissip2004-12-131-57/+50
* Modify 'r' arg of GENERIC from int to long (min 32 bits).pelissip2003-09-251-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Copyright line updated.vlefevre2002-05-141-1/+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
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* used TMP_ALLOCzimmerma2001-11-161-44/+37
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-2/+2
* _mp_xxx_func -> _gmp_xxx_funczimmerma2001-01-111-27/+15
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-7/+7
* removed warningszimmerma2000-12-151-1/+1
* added error message if memory allocation failszimmerma2000-12-151-1/+12
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+2
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-3/+3
* malloc -> *_mp_allocate_func or TMP_ALLOCzimmerma2000-10-021-10/+10
* solved memory leaks with T[i] and qtoj[i]zimmerma2000-08-161-1/+14
* First Releasejeandel2000-07-111-0/+203