summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [NEWS] Note that the behavior of the mpfr_set_exp function changed.vlefevre2014-12-161-2/+2
* Style improvements.vlefevre2014-11-121-3/+4
* [src/exp_2.c] Improved t = 0 test.vlefevre2014-11-121-4/+2
* [src/exp_2.c] Fixed a bug added in r9233 (a case t = 0 was no longervlefevre2014-11-121-0/+2
* [src/exp_2.c] GNU coding style.vlefevre2014-11-121-36/+38
* improve mpfr_exp2 (patch from Patrick Pelissier)zimmerma2014-11-111-15/+44
* improve mpfr_atan for small precision (patch from Patrick Pelissier)zimmerma2014-11-092-16/+39
* [src/cache.c] Improved mpfr_clear_cache in case mpfr_free_cache isvlefevre2014-11-031-3/+5
* [src] Applied patch by Patrick PĂ©lissier to allocate some constant-sizevlefevre2014-11-039-25/+25
* [src/get_str.c] Improved comments.vlefevre2014-10-311-8/+11
* [src/get_str.c] Free the temporary memory allocated in the Ziv loop ASAPvlefevre2014-10-301-3/+4
* [src/get_str.c] Code refactoring.vlefevre2014-10-301-11/+6
* [src/check.c] Added a note saying that mpfr_check() must not be calledvlefevre2014-10-302-1/+4
* [src/get_str.c] Added some logging (MPFR_LOG_*), which triggers a crashvlefevre2014-10-301-0/+14
* mpfr_get_str now sets the NaN flag on NaN input. See:vlefevre2014-10-291-0/+1
* [src/get_str.c] Improved style consistency.vlefevre2014-10-281-18/+19
* [src] Cleaner use of MPFR_SET_SIGN.vlefevre2014-08-215-10/+12
* [src/mpfr.h] Fixed the mpfr_signbit() macro, which depended onvlefevre2014-08-171-1/+1
* [src/ai.c] Corrected log messages.vlefevre2014-08-051-4/+6
* Update concerning the P type specifier for formatted output, sincevlefevre2014-08-051-1/+1
* [src/get_str.c] Coding style: better code for a boolean.vlefevre2014-07-201-1/+1
* Do not test include guards before a #include: the test must be done onlyvlefevre2014-07-102-19/+6
* [src/mul.c] Fixed a test when MPFR_WANT_ASSERT >= 2 (NaN with non-NaNvlefevre2014-07-071-2/+2
* [src] MPFR_WANT_ASSERT clean-up.vlefevre2014-07-075-41/+44
* Added debug of branch prediction / --enable-debug-prediction configurevlefevre2014-07-072-4/+89
* [src/round_raw_generic.c] Updated comment about MPFR_RNDNA.vlefevre2014-07-021-1/+4
* Removed the need of MPFR_USE_MINI_GMP tests for mpfr_[ne]randomvlefevre2014-07-024-31/+0
* [src/mpfr.h] Added other missing "#ifndef MPFR_USE_MINI_GMP".vlefevre2014-07-021-2/+8
* [src/mpfr.h] Added a missing "#ifndef MPFR_USE_MINI_GMP"vlefevre2014-07-021-0/+2
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-0212-16/+16
* [src/mul.c] Minor correction of a comment.vlefevre2014-07-021-1/+1
* [src/mpfr.h] For the mpfr_{mul,div}_si macros: s/positive/non-negative/vlefevre2014-06-301-1/+1
* [src/mpfr.h] Coding style.vlefevre2014-06-301-1/+1
* New macros for mpfr_{mul,div}_ui to optimize the call when the integervlefevre2014-06-303-0/+39
* [src/vasprintf.c] Improved comments.vlefevre2014-06-261-2/+2
* [src/vasprintf.c] Fixed assertion failures for tiny numbers (the codevlefevre2014-06-261-2/+6
* [src/div.c] Bug fix: avoid integer overflow in the code added in r9086vlefevre2014-06-261-1/+7
* [src/div.c] Bug fix: avoid an integer overflow when dividing thevlefevre2014-06-261-2/+6
* speedup in mpfr_div for n/n division, using mpz_tdiv_qzimmerma2014-06-251-0/+111
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-2518-27/+27
* More code clean-up (for both consistency and readability):vlefevre2014-06-2513-24/+27
* Code clean-up:vlefevre2014-06-258-36/+20
* [src/mpfr-mini-gmp.h] GMP_NUMB_MASK is no longer needed.vlefevre2014-06-251-4/+0
* [src/div.c] In the case where the divisor has one limb (latest commit),vlefevre2014-06-251-1/+2
* speedup of mpfr_div when divisor has one limbzimmerma2014-06-251-0/+22
* [src/random_deviate.h] Fixed prototypes:vlefevre2014-06-251-27/+34
* Updated URL's.vlefevre2014-06-225-11/+11
* patches from Charles Karneyzimmerma2014-06-171-32/+8
* [src/mul.c] English usage in a comment.vlefevre2014-06-051-1/+1
* [free_cache.c] Avoid mixed declarations and code for ISO C90 support.vlefevre2014-04-151-5/+7