summaryrefslogtreecommitdiff
path: root/mpz_set_fr.c
Commit message (Expand)AuthorAgeFilesLines
* Integer overflows checked.vlefevre2001-11-161-2/+5
* MPFR_ASSERTN instead of fprintf + exit.vlefevre2001-11-161-6/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added stdio.hzimmerma2001-11-161-13/+15
* use MPZ_REALLOCzimmerma2001-02-151-5/+1
* _mp_reallocate_func -> __gmp_reallocate_funczimmerma2001-01-111-5/+1
* Warnings suppressed on Alpha/OSF1.vlefevre2000-12-181-2/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* added error message when memory allocation failszimmerma2000-12-151-0/+4
* 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
* Infinis, premiere tentative.hanrot2000-11-211-0/+2
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-5/+5
* added mpz_set_fr (conversion from mpfr to mpz)zimmerma2000-06-161-0/+56