summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-0949-266/+295
| * vasprintf.c: do not use pointer arithmetic on void *.vlefevre2008-06-091-3/+4
| * configure.in: added -Wpointer-arith to gcc options (this warningvlefevre2008-06-091-1/+1
| * README.dev: mentioned a libtool bug with recent versions of icc.vlefevre2008-06-091-0/+3
| * sum.c:vlefevre2008-06-091-1/+3
| * fixed typoszimmerma2008-06-082-4/+4
| * use DeclareMathOperator for erf and erfczimmerma2008-06-071-7/+8
| * fixed typo, added argument reduction for atan (we should try it since I believezimmerma2008-06-072-3/+6
| * simplified error analysis of log1p (did not match the code), and improved thezimmerma2008-06-072-54/+42
| * rec_sqrt.c: removed execution bit.vlefevre2008-06-061-0/+0
| * mpfr.texi: update about build problems and the FAQ.vlefevre2008-06-061-4/+9
| * mpfr.texi: added a comment about why the cross reference to GNU Libtoolvlefevre2008-06-061-0/+4
| * mpfr.texi: added Section 4.1 "Headers and Libraries" partly based onvlefevre2008-06-061-2/+74
| * mpfr.texi: make cross reference in HTML similar to texinfo's default onevlefevre2008-06-061-1/+1
| * mpfr.texi: updated the month.vlefevre2008-06-041-1/+1
| * mpfrlint: check the LGPL license version.vlefevre2008-06-041-1/+12
| * mpfr.texi: updated paragraph on the license in "Introduction to MPFR".vlefevre2008-06-041-2/+2
| * mpfr.texi: updated GFDL version from 1.1 to 1.2 to match fdl.texivlefevre2008-06-041-1/+1
| * mpfrlint: check GFDL versions.vlefevre2008-06-041-0/+9
| * mpfr.texi, update-version: in the MPFR manual, replaced twovlefevre2008-06-042-9/+24
| * mpfr.texi: completed paragraph on MPFR vs double-precision numbers.vlefevre2008-06-041-5/+7
| * mpfr.texi: replaced each @code{mpfr} by MPFR (for consistency).vlefevre2008-06-041-5/+5
| * mpfr.h: fixed a comment.vlefevre2008-06-031-1/+1
| * tests: added tprintf to svn:ignore property.vlefevre2008-05-230-0/+0
| * Added documentation about "'var' may be used uninitialized in thisvlefevre2008-05-233-9/+31
| * Added comments about int i = i trick to avoid warning about uninitializedzimmerma2008-05-222-3/+6
| * initialize bbcp and bbcp1 to -1 (should be invalid)zimmerma2008-05-211-3/+8
| * got rid of false (?) compiler warnings for uninitialized valueszimmerma2008-05-212-2/+7
| * Reverted changeset r5355. Better patch to avoid the warningsvlefevre2008-05-204-11/+4
| * Avoid warnings "warning: label 'addoneulp_doit' defined but not used"vlefevre2008-05-204-2/+11
| * acinclude.m4: locally add -I$srcdir to CPPFLAGS for the thread-safe testvlefevre2008-05-081-0/+4
| * INSTALL: added a paragraph about -ffast-math / -fast compiler options.vlefevre2008-04-101-0/+6
| * tcmp.c: fixed some tests (if mpfr_cmp2 returns an incorrect result,vlefevre2008-04-071-24/+22
| * fixed compiler warningzimmerma2008-04-071-2/+2
| * some other changes suggested by Patrick Pelissier for 16-bit portabilityzimmerma2008-04-062-6/+8
| * a few patches suggested by Patrick Pelissier to ease porting to 16-bitzimmerma2008-04-0614-15/+4
| * added item about frac_* functionszimmerma2008-03-171-0/+3
| * fixed typozimmerma2008-03-161-1/+1
| * tests/tfprintf.c: set output to stdout when invocked with one command-line thevenyp2008-03-112-12/+23
| * tests/tprintf.c: add tests for mpfr_printf and mpfr_vprintf.thevenyp2008-03-102-1/+385
| * TODO: remove newly added functionsthevenyp2008-03-103-107/+75
| * acinclude.m4: add check for long long compiler support, define HAVE_LONG_LONG.thevenyp2008-03-103-24/+54
| * vasprintf.c: fix rounding bit bug with %RNa.thevenyp2008-03-102-3/+15
| * vasprintf.c: fix bug in macro CONSUME_VA_ARG with a mp_limb_t or mp_limb_t ar...thevenyp2008-03-102-59/+105
| * vasprintf.c: fix bug of forgotten decimal point with %#.0Rfthevenyp2008-03-102-0/+13
| * li2.c: improve error estimation in Ziv loop.thevenyp2008-03-102-56/+28
| * hypot.c: change shift amount for exponents so as to avoid overflow in Ziv loop.thevenyp2008-03-102-56/+90
| * tgeneric.c: avoid a warning with gcc 4.2+ about a test that is alwaysvlefevre2008-03-071-1/+2
| * add mpfr_hypotthevenyp2008-02-291-10/+13
| * fix wrong arguments (set in r5332)thevenyp2008-02-291-4/+4