summaryrefslogtreecommitdiff
path: root/src/mpfr-mini-gmp.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/mpfr-mini-gmp.c] Fixed bug in gmp_urandomb_ui when the parameter nvlefevre2020-09-151-3/+5
* [src/mpfr-mini-gmp.c] Simplified gmp_randseed_ui (note: the code invlefevre2020-09-141-9/+3
* [src/mpfr-mini-gmp.c] Corrected latest change for gmp_randseed_ui.vlefevre2020-09-141-1/+1
* With mini-gmp, use the standard rand() and srand() functions instead ofvlefevre2020-09-141-20/+28
* [src/mpfr-mini-gmp.c] For gmp_randseed_ui, which uses srand48, usevlefevre2020-06-101-1/+3
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/mpfr-mini-gmp.c] Added missing "void" in function prototype.vlefevre2018-12-051-1/+1
* [src/mpfr-mini-gmp.c] put back unconditional assert from r13316 (removed by e...zimmerma2018-12-051-0/+1
* [src/mpfr-mini-gmp.c] improved random_limb (the low bits of lrand48 are bad)zimmerma2018-12-051-23/+46
* [src/mpfr-mini-gmp.c] gmp_urandomm_ui: added a MPFR_ASSERTNvlefevre2018-12-051-1/+2
* [src/mpfr-mini-gmp.c] the static assert introduced in r13313 makes thezimmerma2018-12-051-2/+5
* [src/mpfr-mini-gmp.c] Fixed types.vlefevre2018-12-041-1/+2
* [src/mpfr-mini-gmp.c] Added a static assertion to make sure thatvlefevre2018-12-041-0/+2
* [src/mpfr-mini-gmp.c] gmp_urandomm_ui did not generate uniform valueszimmerma2018-12-041-1/+12
* [src/mpfr-mini-gmp.c] Missing #else (from r13156).vlefevre2018-09-191-0/+1
* [src/mpfr-mini-gmp.c] added #if 0 ... #endif for mpz_dump (unused)zimmerma2018-09-171-0/+2
* [src/mpfr-mini-gmp.c] Removed #include "mpfr-mini-gmp.h" as this includevlefevre2018-09-121-2/+0
* [src/mpfr-mini-gmp.c] fixed another compiler warningzimmerma2018-09-071-3/+3
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-071-2/+3
* Removed trailing whitespace.vlefevre2018-09-061-2/+2
* [src/mpfr-mini-gmp.c] fixed gmp_urandomb_ui for 16-bit limb, added mpz_dumpzimmerma2018-09-051-0/+56
* [src/mpfr-mini-gmp.c] Fixed potential undefined behavior (when mp_limb_tvlefevre2018-08-311-1/+1
* [src/mpfr-mini-gmp.c] fix for 16-bit limbzimmerma2018-08-311-1/+1
* [mpfr-mini-gmp.c] fix for 16-bit limbzimmerma2018-08-301-1/+3
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* 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