summaryrefslogtreecommitdiff
path: root/tests/tprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Updated AUTHORS file and copyright notices (for more consistency).vlefevre2011-05-181-0/+2
* Added mpfr-intmax.h header.vlefevre2011-05-131-7/+1
* [tests/tprintf.c] Consistency.vlefevre2011-01-211-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* tests: return 77 for skipped tests (see GNU Automake manual).vlefevre2011-01-131-1/+1
* avoid several compiler warnings with g++zimmerma2010-10-101-3/+9
* Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99vlefevre2010-08-161-5/+4
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [tprintf.c, tfprintf.c] cleaned up previous commitzimmerma2010-01-181-2/+3
* [tprintf.c,tfprintf.c] print obtained chain in test #8zimmerma2010-01-181-0/+2
* [tfprintf.c,tprintf.c] Fixed other types in function with variablevlefevre2009-11-251-2/+2
* [tfprintf.c,tprintf.c] Fixed types in function with variable arguments.vlefevre2009-11-251-3/+3
* [tfprintf.c,tprintf.c] applied patch from Philippe Thevenyzimmerma2009-11-251-9/+5
* [acinclude.m4] added test for %zuzimmerma2009-11-251-0/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* vasprintf.c mpfr.texi: Change behavior with %Rf and an empty precision field....thevenyp2009-07-201-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-3/+3
* tests/tfprintf.c tests/tprintf.c: Do not test very small values with %f.thevenyp2009-06-191-2/+5
* vasprintf.c: Fix bug, "%%" was not correctly displayed when used alone or bef...thevenyp2009-05-291-2/+2
* tests/tprintf.c: Use new environment variable MPFR_CHECK_LARGEMEM for memory ...thevenyp2009-03-161-1/+1
* tests/tprintf.c: Add an expensive test where the output number has more than ...thevenyp2009-03-131-0/+23
* mpfr.texi: Do cosmetic changes and add some details on printf behavior when t...thevenyp2009-03-131-6/+7
* tests/tprintf.c: added missing cast to void * for %p.vlefevre2009-03-101-1/+2
* vasprintf.c: now return -1 when the format string is invalid (undefined behav...thevenyp2009-03-061-0/+65
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-2/+2
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Checks whether C99 length modifiers 'hh' and 'll' are supported by thevlefevre2009-02-171-6/+11
* tests/tprintf.c, tests/tsprintf.c:vlefevre2009-01-191-3/+3
* mpfr.texi: Explicit list of type supported by mpfr_printf functions.thevenyp2009-01-191-13/+0
* tfprintf.c tprintf.c: Test double with "%f" instead of "%e" so as to avoid fa...thevenyp2009-01-161-2/+2
* tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N...thevenyp2009-01-161-6/+4
* acinclude.m4: Check if %Ld specification is supported (not always the case wi...thevenyp2009-01-161-2/+7
* tfprintf.c tprintf.c: Remove tests with u_quad_t (on Solaris 10, quad_t exist...thevenyp2009-01-151-5/+2
* tfprintf.c tprintf.c: Fix included headers, type intmax_t may be defined in i...thevenyp2009-01-151-2/+6
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* acinclude.m4: New macro MPFR_CHECK_PRINTF_SPEC looking for support of the "%j...thevenyp2009-01-121-4/+10
* Deleted trailing spaces.vlefevre2008-12-181-1/+1
* acinclude.m4, vasprintf.c, tests/tfprintf.c, tests/tprintf.c, mpfr.texi: quad...thevenyp2008-12-161-0/+16
* tests/tfprintf.c: code clean-up and output improvement.thevenyp2008-12-161-18/+18
* tests/tprintf.c:vlefevre2008-12-161-2/+5
* tfprintf.c: more user-friendly messages.thevenyp2008-12-161-40/+45
* mpfr.texi: Clearly mention that the length modifier 'q' is unsupported by mpf...thevenyp2008-12-151-2/+0
* tests/tprintf.c: _MPFR_H_HAVE_INTMAX_T -> HAVE_STDINT_H for <stdint.h>.vlefevre2008-12-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-3/+3
* tests/tprintf.c: to allow random values to be reproducible,vlefevre2008-08-211-1/+2
* acinclude.m4: add a check defining va_copy macro when needed.thevenyp2008-06-271-51/+40