summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MPFR 2.4.1 tag.2.4.1vlefevre2009-02-250-0/+0
* Updated version to 2.4.1.vlefevre2009-02-255-5/+5
* ChangeLog: ChangeLog update (with LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v).thevenyp2009-02-251-0/+14
* tests/tsprintf.c: Use a fixed size array to copy part of the expected string ...thevenyp2009-02-251-2/+2
* ChangeLog: ChangeLog update (with LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v).thevenyp2009-02-251-0/+88
* NEWS: added changes from version 2.4.0 to version 2.4.1.vlefevre2009-02-251-0/+8
* mpfr.texi: moved mpfr_inits, mpfr_inits2, mpfr_clears and MPFR_DECL_INITvlefevre2009-02-251-79/+72
* mpfr.texi: Fix typos. [merged -c5994 from trunk]thevenyp2009-02-251-14/+14
* Fixed behavior of mpfr_snprintf/mpfr_vsnprintf, includingvlefevre2009-02-252-27/+61
* mpfr.texi: updated month.vlefevre2009-02-251-1/+1
* Changed how the test of MPFR_VERSION_MAJOR, MPFR_VERSION_MINOR andvlefevre2009-02-233-26/+17
* FAQ update.vlefevre2009-02-201-1/+1
* mpfr.texi: corrected error in mpfr_strtofr description.vlefevre2009-02-191-1/+1
* acinclude.m4: Add new checks for length modifiers 'hh' and 'll' (C99 extensio...thevenyp2009-02-164-15/+39
* Updated version to 2.4.1-dev.vlefevre2009-01-266-11/+11
* ChangeLog: ChangeLog update (with LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v).thevenyp2009-01-261-0/+68
* VERSION, version.c, mpfr.h, mpfr.texi, configure.in: Updated version to 2.4.0.thevenyp2009-01-265-5/+5
* README.dev: --disable-alloca is a GMP configure option.thevenyp2009-01-262-2/+2
* tests/tsprintf.c: remove tests against libc's printf with "%a" (not in ISO C9...thevenyp2009-01-211-6/+0
* mpfr-impl.h: avoid a compiler bug under Mac OS X Tiger + Xcode (&x == &xthevenyp2009-01-211-5/+8
* Fixed bug reported by Chris Saunders: if _GMP_IEEE_FLOATS is defined,thevenyp2009-01-212-5/+14
* tests/tversion.c: be more tolerant when checking whether gmp.h versionthevenyp2009-01-211-11/+16
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2009-01-201-0/+32
* Added missing void's. [svn merge -c5875 .../mpfr/trunk]vlefevre2009-01-2015-20/+26
* vasprintf.c: deleted trailing spaces.vlefevre2009-01-201-1/+1
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2009-01-201-0/+22
* Added warning messages related to the NAN != NAN test, and improved thevlefevre2009-01-207-34/+91
* ChangeLog: ChangeLog update (with LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v).thevenyp2009-01-191-0/+18
* tcmp_d.c tset_d.c tcmp_ld.c: Remove tests with NaN when MPFR_NANISNAN is defi...thevenyp2009-01-194-1/+10
* ChangeLog: ChangeLog update (with LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v).thevenyp2009-01-191-0/+154
* VERSION, version.c, mpfr.h, mpfr.texi, configure.in: Updated version to 2.4.0...thevenyp2009-01-195-5/+5
* mpfr.texi: updated references to the GMP manual.thevenyp2009-01-198-110/+189
* mpfr.texi: don't -> do not, doesn't -> does not, won't -> will not.thevenyp2009-01-191-12/+15
* tests/tsprintf.c: check if native types are really processed by libc printf.thevenyp2009-01-191-0/+50
* INSTALL: Warn that --with-gmp, --with-gmp-include/--with-gmp-lib, and --with-...thevenyp2009-01-192-11/+23
* tests/tests.c: include <sys/fpu.h> only if need be.thevenyp2009-01-191-1/+3
* get_uj.c get_sj.c tests/tset_sj.c tests/tfits.c fits_intmax.c fits_uintmax.c ...thevenyp2009-01-198-40/+48
* tests/tadd1sp.c, tests/tsub1sp.c: fixed function prototypes.thevenyp2009-01-192-11/+16
* Fixed printf format strings. [merge 5809 5810 5811 5813 from trunk]thevenyp2009-01-1911-19/+21
* [mpfr.texi] fixed order -> kind (typo found by Luis Rivera, thanks)thevenyp2009-01-161-3/+5
* tfprintf.c tprintf.c: Test double with "%f" instead of "%e" so as to avoid fa...thevenyp2009-01-162-4/+4
* tfprintf.c tprintf.c: Fix included headers, type intmax_t may be defined in i...thevenyp2009-01-152-12/+14
* ChangeLog: ChangeLog update (with LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v).thevenyp2009-01-151-1/+425
* Copyright notice update: added 2009 withvlefevre2009-01-15402-402/+402
* configure.in: be more tolerant when checking whether gmp.h versionvlefevre2009-01-151-5/+7
* ChangeLog: ChangeLog update (with LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v).thevenyp2009-01-131-0/+133
* NEWS: Update coverage rate (since r5767, mpfr_asprintf is no more covered by ...thevenyp2009-01-131-1/+1
* mpfr.texi: typo.thevenyp2009-01-131-14/+14
* mpfr.texi: Fix typo. [merge -c 5800]thevenyp2009-01-121-1/+1
* Removed useless #include of gmp.h from tests/tfprintf.c andthevenyp2009-01-082-3/+0