summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: added "compile" since it is distributed in the tarball.vlefevre2008-12-121-0/+1
* Added "compile" to svn:ignore property (this file is installed byvlefevre2008-12-120-0/+0
* vasprintf.c: avoid an abort if field width or precision is > INT_MAX.vlefevre2008-12-121-4/+6
* tests.c, tset_ld.c, tgeneric.c: Code clean-up based on icc warnings (as in r5...thevenyp2008-12-123-11/+11
* configure.in: remove line 'GCC=' in icc tests which seems to confuse libtool. thevenyp2008-12-121-1/+0
* set_ld.c: rewrote exp computation.vlefevre2008-12-121-3/+4
* vasprintf.c: avoid a possible gcc 4.1.2 bug with -ftrapv.vlefevre2008-12-121-2/+5
* vasprintf.c: revert incorrect change in r5713.vlefevre2008-12-121-6/+1
* [set_ld.c] fixed problem with CC=g++ on 64-bit computer:zimmerma2008-12-121-2/+2
* [vasprintf.c] patch to MPFR_ASSERTN(...) call to avoid failure with gcc -ftrapvzimmerma2008-12-121-1/+6
* Makefile.am, tmul.c: Rename macro __SRCDIR to MPFR_SRCDIR.thevenyp2008-12-122-5/+5
* configure.in: Add AM_PROG_CC_C_O needed by tmul_CPPFLAGS.thevenyp2008-12-113-3/+12
* INSTALL: TLS on darwin may work, but I don't know anything more.vlefevre2008-12-091-1/+1
* README: CVS -> Subversion.vlefevre2008-12-081-1/+1
* configure.in: format --enable-decimal-float description on 80 columns.vlefevre2008-12-031-1/+2
* configure.in: for --enable-thread-safe, say that the system must supportvlefevre2008-12-031-1/+2
* INSTALL: added details about ---enable-thread-safe and TLS support.vlefevre2008-12-031-1/+10
* urandomb.c: added comments and cleaned up code.vlefevre2008-11-282-10/+22
* mpfr.texi: changed URL added in r5696 to avoid a redirection.vlefevre2008-11-261-1/+1
* [mpfr.texi] added official url on ftp.gnu.orgzimmerma2008-11-261-1/+2
* tests/tmul.c: removed useless variable.vlefevre2008-11-261-1/+0
* tests/tmul.c: made reading a string from file more robust.vlefevre2008-11-261-7/+29
* [tmul.c] moved long strings to file tmul.dat, so that gcc -ansizimmerma2008-11-262-68/+23
* tests/tinternals.c: updated tests for guaranteed C90 support, e.g. withvlefevre2008-11-261-2/+10
* README.dev: in Section "To make a release", suggest -pedantic-errors.vlefevre2008-11-261-0/+2
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-2219-41/+36
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-2219-36/+41
* [nightly-test] removed MPFR_CHECK_ALL (no longer used)zimmerma2008-11-211-4/+7
* [README.dev] better check ./configure CC=g++zimmerma2008-11-211-2/+5
* Fix inclusion order: the limit of integer types like size_t are defined in C+...thevenyp2008-11-211-10/+3
* README: added m4 directory (since it is distributed in the tarball).vlefevre2008-11-211-0/+1
* Forgot to update Makefile.am too (for r5680).vlefevre2008-11-201-0/+1
* configure.in: added AC_CONFIG_MACRO_DIR([m4]) for r5680.vlefevre2008-11-201-0/+2
* [mpfr-gmp.c] added comment on recent bug fix on MacOSzimmerma2008-11-201-0/+7
* [tests] changes to make compilation work with g++ (only fixed errors,zimmerma2008-11-203-8/+10
* Added m4/size_max.m4 file (from gettext).vlefevre2008-11-201-0/+68
* README.dev: paragraph on tentative definitions.vlefevre2008-11-201-0/+7
* [mpfr-gmp.c] replace tentative definitions by real definitions, solveszimmerma2008-11-201-3/+3
* hypot.c: updated a comment.vlefevre2008-11-181-1/+3
* tests/thypot.c: added a test.vlefevre2008-11-181-1/+22
* hypot.c: simplified an expression; cosmetic changes.vlefevre2008-11-181-5/+6
* hypot.c: Fix underflow problem when diff_exp<=MPFR_EMAX_MAX-2 using fma (prov...thevenyp2008-11-171-5/+2
* algorithms.tex: Fix one typo in dilogarithm section.thevenyp2008-11-171-1/+1
* mpfr.texi, NEWS: update concerning mpfr_eq.vlefevre2008-11-122-2/+4
* mpfr.texi: improved mpfr_eq documentation.vlefevre2008-11-121-2/+2
* tests/tstrtofr.c: Add more information when test bug20081028 fails.thevenyp2008-11-121-1/+4
* strtofr.c: Replace non-zero digits look up by a simpler test, using the fact ...thevenyp2008-11-072-58/+73
* strtofr.c: improved style ("exact" is a boolean).vlefevre2008-11-071-2/+2
* [strtofr.c] new patch (ternary value was still wrong in some cases), shouldzimmerma2008-11-062-20/+80
* [strtofr.c] review of patch added in revision 5660, and added commentszimmerma2008-11-052-28/+63