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