summaryrefslogtreecommitdiff
path: root/extract.c
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Some minor optimizations.pelissip2003-11-071-1/+1
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-1/+1
* replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should bezimmerma2003-10-061-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* #include changes.vlefevre2002-03-111-11/+9
* Copyright line changed.vlefevre2002-03-041-1/+1
* removed K&R function headerszimmerma2001-11-161-8/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* Warnings suppressed on Alpha/OSF1.vlefevre2000-12-181-1/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+2
* - documented what function doeszimmerma2000-12-011-45/+47
* Infinis, premiere tentative.hanrot2000-11-211-0/+2
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* malloc -> *_mp_allocate_func or TMP_ALLOCzimmerma2000-10-021-3/+4
* strings.h addedjeandel2000-07-111-1/+1
* Memory problems fixedjeandel2000-06-291-5/+4
* First Releasejeandel2000-06-281-0/+60