summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [exp_2.c] Fixed possible buffer overflow (in rare cases); patch from2.4vlefevre2010-06-101-17/+15
* [mpfr.texi] Added a paragraph about multiple inclusions of mpfr.h and/orvlefevre2010-05-031-1/+7
* mpfr.texi: updated the month.vlefevre2010-03-231-1/+1
* [mpfr.texi] Improved documentation of mpfr_print_rnd_mode (from avlefevre2010-03-231-2/+2
* [mpfr.h] Added a comment about integer overflows in macros.vlefevre2010-03-211-1/+5
* [configure.in] Removed check for C++ and Fortran compiler (merged r6696vlefevre2010-02-081-18/+0
* mpfr.texi: updated the month.vlefevre2010-01-261-1/+1
* Simplified get_patches.sh; minor consequence: the trailing space invlefevre2010-01-251-1/+1
* configure.in: updated message for different gmp.h and libgmp versions.vlefevre2010-01-251-1/+2
* Copyright notice update: added 2010 withvlefevre2010-01-25387-387/+387
* mpfrlint: require bash.vlefevre2010-01-151-1/+1
* Patch from Patrick Pélissier[*] to be able to build MPFR with GMP 5vlefevre2010-01-112-0/+9
* mpfr-longlong.h: applied patch from Aurelien Jarno to be able to buildvlefevre2009-12-171-2/+19
* sin_cos.c, tsin_cos.c: ported patch and tests from the trunk.vlefevre2009-12-072-24/+66
* Updated version to 2.4.3-dev.vlefevre2009-11-306-11/+11
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2009-11-301-2/+42
* Updated version to 2.4.2.vlefevre2009-11-305-5/+5
* uceil_exp2.c: fixed indentation.vlefevre2009-11-301-2/+2
* mpfr-impl.h: got rid of broken code when _GMP_IEEE_FLOATS was definedvlefevre2009-11-291-19/+19
* Switched version back to 2.4.2-dev.vlefevre2009-11-295-5/+5
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2009-11-251-0/+112
* Updated version to 2.4.2-rc3.vlefevre2009-11-255-5/+5
* Updated version to 2.4.2-rc2.vlefevre2009-11-255-5/+5
* Reverted changeset r6584 and applied modified patch by Philippe Théveny.vlefevre2009-11-253-21/+9
* [acinclude.m4] added test for %zuvlefevre2009-11-253-0/+12
* NEWS: update.vlefevre2009-11-251-0/+1
* configure.in: fixed the GMP CC/CFLAGS detection and replacedvlefevre2009-11-251-47/+55
* tests/tstckintc.c: fixed types for the printf %p format specifiervlefevre2009-11-251-1/+1
* tests/tget_ld_2exp.c: %La -> %Le for C89 compatibility (trunk r6575).vlefevre2009-11-251-2/+2
* NEWS: mentions that GCC 4.4.0 does not build MPFR 2.4.2 correctly.vlefevre2009-11-241-0/+3
* INSTALL: made instructions more clear.vlefevre2009-11-241-4/+6
* sin_cos.c: fixed bug in mpfr_can_round call (introduced in r4574).vlefevre2009-11-221-2/+2
* tests/tsin_cos.c: use !mpfr_equal_p instead of mpfr_cmp.vlefevre2009-11-221-2/+2
* tests/tsin_cos.c: added bug20091122 (reported by Laurent Fousse).vlefevre2009-11-221-0/+44
* Switched version back to 2.4.2-dev.vlefevre2009-11-225-5/+5
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2009-11-201-0/+12
* tests/tconst_pi.c: fixed types for C++.vlefevre2009-11-201-3/+3
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2009-11-201-0/+304
* Updated version to 2.4.2-rc2.vlefevre2009-11-205-5/+5
* NEWS: update.vlefevre2009-11-201-0/+1
* Changeset r6160 broke Solaris builds. Fixed that by no longer checkingvlefevre2009-11-202-15/+16
* tests/tcos.c: added testcase associated with the bug fixed in r6536.vlefevre2009-11-101-0/+15
* Fixed bug in cache.c with directed rounding, and added correspondingvlefevre2009-11-092-6/+77
* [cache.c, mpfr-impl.h] Removed mpfr_init_cache (unused and undocumentedvlefevre2009-11-092-0/+6
* [lngamma.c] Fixed typo, added comments about argument reduction, andvlefevre2009-11-091-17/+21
* Fixed bug in mpfr_li2 when x is near 0 and added testcase.vlefevre2009-11-092-0/+33
* cos.c: fixed case where reduced argument is zero.vlefevre2009-11-021-0/+2
* tests/tsin_cos.c: because I'm not confident in the current sin_cos.cvlefevre2009-10-301-2/+2
* sin_cos.c: ported the patch r6507 from the trunk.vlefevre2009-10-301-8/+11
* tests/tsin_cos.c: modified bug20091008 so that the failure occursvlefevre2009-10-301-9/+7