summaryrefslogtreecommitdiff
path: root/init.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
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* (mpfr_init, mpfr_init2, mpfr_set_prec): Make void return, these alwaysryde2002-09-231-2/+2
* Copyright line updated.vlefevre2002-05-141-1/+1
* mpfr_init and mpfr_init2 now return an intzimmerma2002-04-191-2/+2
* 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
* init -> init + init2.zimmerma2001-11-161-22/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-12/+1
* #include added/removed.vlefevre2001-09-131-0/+1
* _mp_xxx_func -> _gmp_xxx_funczimmerma2001-01-111-6/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* 0 -> NULLzimmerma2000-12-151-1/+1
* A few patches.hanrot2000-12-151-0/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* mpfr_init/mpfr_init2 initialize to 0 (compatibility with mpf)zimmerma2000-12-051-0/+1
* added error message when _mp_allocate_func returns 0zimmerma2000-12-011-0/+4
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-4/+4
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-4/+4
* now use mpfr macroszimmerma2000-06-291-4/+3
* printf -> fprintfzimmerma2000-05-291-1/+12
* unsigned long int -> mp_prec_tzimmerma2000-02-111-4/+4
* added copyright noticezimmerma1999-07-301-0/+21
* put initialization of exponent back (avoids some UMRs)zimmerma1999-07-071-1/+2
* removed initialization of exponentzimmerma1999-07-061-1/+0
* Initial revisionhanrot1999-06-091-0/+28