summaryrefslogtreecommitdiff
path: root/src/mpfr-mini-gmp.c
Commit message (Expand)AuthorAgeFilesLines
* got rid of mpz_dump (undocumented in GMP)zimmerma2017-12-061-11/+0
* [src/mpfr-mini-gmp.c] updated with GMP 6.1.2zimmerma2017-12-061-62/+44
* fixed compiler warnings with mini-gmpzimmerma2017-12-051-0/+7
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-041-25/+0
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* more tests do work with mini-gmp (from GMP 6.1.0-rc1)zimmerma2015-10-291-3/+5
* fixed replacement for mpn_neg (return value was wrong)zimmerma2015-10-291-1/+3
* adapt for mini-gmp (from GMP 6.1.0-rc1)zimmerma2015-10-291-22/+25
* adapt mini-gmp stuff to GMP 6.1.0-rc1zimmerma2015-10-281-109/+9
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-3/+3
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-1/+1
* [src/mpfr-mini-gmp.c] Use lower case for function parameters.vlefevre2014-01-241-45/+45
* fixed memory leakzimmerma2014-01-181-2/+2
* more progress with mini-gmp:zimmerma2014-01-181-0/+2
* some progress with mini-gmp:zimmerma2014-01-171-11/+30
* [src/mpfr-mini-gmp.c] Removed trailing spaces.vlefevre2014-01-171-3/+3
* Avoid an empty translation unit (see ISO C99, 6.9). Some errors couldvlefevre2014-01-171-1/+5
* more progress for the mini-gmp interfacezimmerma2014-01-171-5/+9
* added two new files for mini-gmp interfacezimmerma2014-01-161-0/+322