| Commit message (Expand) | Author | Age | Files | Lines |
* | [src] Moved "#include <errno.h>" from printf.c to vasprintf.c (this | vlefevre | 2017-05-28 | 1 | -2/+30 |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | [tests] Added always_scale argument (boolean) to tests_default_random() | vlefevre | 2015-06-03 | 1 | -1/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-05-20 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-03-08 | 1 | -1/+1 |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2012 with | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Updated AUTHORS file and copyright notices (for more consistency). | vlefevre | 2011-05-18 | 1 | -0/+2 |
* | Added mpfr-intmax.h header. | vlefevre | 2011-05-13 | 1 | -7/+1 |
* | [tests/tprintf.c] Consistency. | vlefevre | 2011-01-21 | 1 | -1/+1 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | tests: return 77 for skipped tests (see GNU Automake manual). | vlefevre | 2011-01-13 | 1 | -1/+1 |
* | avoid several compiler warnings with g++ | zimmerma | 2010-10-10 | 1 | -3/+9 |
* | Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99 | vlefevre | 2010-08-16 | 1 | -5/+4 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -1/+1 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | [tprintf.c, tfprintf.c] cleaned up previous commit | zimmerma | 2010-01-18 | 1 | -2/+3 |
* | [tprintf.c,tfprintf.c] print obtained chain in test #8 | zimmerma | 2010-01-18 | 1 | -0/+2 |
* | [tfprintf.c,tprintf.c] Fixed other types in function with variable | vlefevre | 2009-11-25 | 1 | -2/+2 |
* | [tfprintf.c,tprintf.c] Fixed types in function with variable arguments. | vlefevre | 2009-11-25 | 1 | -3/+3 |
* | [tfprintf.c,tprintf.c] applied patch from Philippe Theveny | zimmerma | 2009-11-25 | 1 | -9/+5 |
* | [acinclude.m4] added test for %zu | zimmerma | 2009-11-25 | 1 | -0/+4 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | vasprintf.c mpfr.texi: Change behavior with %Rf and an empty precision field.... | thevenyp | 2009-07-20 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -3/+3 |
* | tests/tfprintf.c tests/tprintf.c: Do not test very small values with %f. | thevenyp | 2009-06-19 | 1 | -2/+5 |
* | vasprintf.c: Fix bug, "%%" was not correctly displayed when used alone or bef... | thevenyp | 2009-05-29 | 1 | -2/+2 |
* | tests/tprintf.c: Use new environment variable MPFR_CHECK_LARGEMEM for memory ... | thevenyp | 2009-03-16 | 1 | -1/+1 |
* | tests/tprintf.c: Add an expensive test where the output number has more than ... | thevenyp | 2009-03-13 | 1 | -0/+23 |
* | mpfr.texi: Do cosmetic changes and add some details on printf behavior when t... | thevenyp | 2009-03-13 | 1 | -6/+7 |
* | tests/tprintf.c: added missing cast to void * for %p. | vlefevre | 2009-03-10 | 1 | -1/+2 |
* | vasprintf.c: now return -1 when the format string is invalid (undefined behav... | thevenyp | 2009-03-06 | 1 | -0/+65 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -2/+2 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Checks whether C99 length modifiers 'hh' and 'll' are supported by the | vlefevre | 2009-02-17 | 1 | -6/+11 |
* | tests/tprintf.c, tests/tsprintf.c: | vlefevre | 2009-01-19 | 1 | -3/+3 |
* | mpfr.texi: Explicit list of type supported by mpfr_printf functions. | thevenyp | 2009-01-19 | 1 | -13/+0 |
* | tfprintf.c tprintf.c: Test double with "%f" instead of "%e" so as to avoid fa... | thevenyp | 2009-01-16 | 1 | -2/+2 |
* | tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N... | thevenyp | 2009-01-16 | 1 | -6/+4 |
* | acinclude.m4: Check if %Ld specification is supported (not always the case wi... | thevenyp | 2009-01-16 | 1 | -2/+7 |
* | tfprintf.c tprintf.c: Remove tests with u_quad_t (on Solaris 10, quad_t exist... | thevenyp | 2009-01-15 | 1 | -5/+2 |
* | tfprintf.c tprintf.c: Fix included headers, type intmax_t may be defined in i... | thevenyp | 2009-01-15 | 1 | -2/+6 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | acinclude.m4: New macro MPFR_CHECK_PRINTF_SPEC looking for support of the "%j... | thevenyp | 2009-01-12 | 1 | -4/+10 |
* | Deleted trailing spaces. | vlefevre | 2008-12-18 | 1 | -1/+1 |