| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/{tfprintf.c,tprintf.c}] Updated an error message about MinGW, | vlefevre | 2020-01-10 | 1 | -3/+5 |
* | Copyright notice update: added 2020 with | vlefevre | 2020-01-08 | 1 | -1/+1 |
* | fixed tests for new more precise semantics for mpfr_printf ("%Re", x), | zimmerma | 2020-01-08 | 1 | -2/+2 |
* | [tests] Added FIXME comment in tfprintf.c, tout_str.c and tprintf.c: | vlefevre | 2019-09-16 | 1 | -0/+6 |
* | Updated the www.gnu.org URL's (http → https) on all the files with: | vlefevre | 2019-01-07 | 1 | -1/+1 |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | [tests/tprintf.c] Grrr... again a copy-paste error. Now OK. | vlefevre | 2018-07-06 | 1 | -1/+1 |
* | [tests/{tprintf.c,tsprintf.c}] Corrected the tests added in r12898, | vlefevre | 2018-07-06 | 1 | -3/+3 |
* | [tests/{tprintf.c,tsprintf.c}] Added tests (both programs fail). | vlefevre | 2018-07-06 | 1 | -0/+8 |
* | [tests/{tprintf.c,tsprintf.c}] Added tests with powers of ten in all | vlefevre | 2018-07-06 | 1 | -4/+24 |
* | [tests/tprintf.c] Added a TODO (for the FIXME in src/vasprintf.c). | vlefevre | 2018-07-04 | 1 | -0/+5 |
* | [tests/tprintf.c] Added more tests of the form 10^i - 1/2. | vlefevre | 2018-07-04 | 1 | -11/+7 |
* | [tests/tprintf.c] Minor correction. | vlefevre | 2018-07-04 | 1 | -5/+6 |
* | [tests/tprintf.c] More test_locale() cleanup. | vlefevre | 2018-07-04 | 1 | -1/+2 |
* | [tests/tprintf.c] test_locale() cleanup. | vlefevre | 2018-07-04 | 1 | -10/+11 |
* | [src/vasprintf.c] replaced overflow tests by assertions | zimmerma | 2018-07-04 | 1 | -0/+8 |
* | Added MPFR_CHECK_LOCALES environment variable for the tests (to be | vlefevre | 2018-07-04 | 1 | -5/+21 |
* | [src/vasprintf.c] added an assertion | zimmerma | 2018-07-03 | 1 | -0/+7 |
* | [src/vasprintf.c] improve coverage | zimmerma | 2018-06-26 | 1 | -1/+1 |
* | [tests] Added/updated comments about the config.h inclusion. | vlefevre | 2018-02-08 | 1 | -1/+1 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | [tests] | vlefevre | 2017-09-05 | 1 | -1/+1 |
* | [tests/tprintf.c] check_long_string() error handling: initialize n2 to | vlefevre | 2017-05-24 | 1 | -8/+19 |
* | [tests/tprintf.c] More detailed error message. | vlefevre | 2017-05-24 | 1 | -3/+5 |
* | [tests/tprintf.c] Added tests with %ln. | vlefevre | 2017-05-24 | 1 | -2/+29 |
* | [tests/tprintf.c] Improved check_vprintf_failure(). | vlefevre | 2017-05-24 | 1 | -5/+12 |
* | [src/vasprintf.c] Fixed the handling of the 'n' format specifier | vlefevre | 2017-05-24 | 1 | -2/+2 |
* | [tests/tprintf.c] Avoid integer overflow from r11411 with 32-bit long. | vlefevre | 2017-04-09 | 1 | -1/+5 |
* | [tests/tprintf.c] In check_long_string(), which is called when | vlefevre | 2017-04-06 | 1 | -0/+12 |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | [tests/tprintf.c] Removed tests of native %'g and %'f (from r8292) | vlefevre | 2016-06-07 | 1 | -6/+4 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | in tests, removed #if MPFR_VERSION >= MPFR_VERSION_NUM(2,x,y) | zimmerma | 2016-01-14 | 1 | -13/+0 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | improving error message | zimmerma | 2015-12-11 | 1 | -1/+1 |
* | added comment and message for errors under MinGW | zimmerma | 2015-12-10 | 1 | -1/+6 |
* | Include config.h when need be. | vlefevre | 2015-09-10 | 1 | -0/+5 |
* | [tests] Added always_scale argument (boolean) to tests_default_random() | vlefevre | 2015-05-29 | 1 | -1/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.h | vlefevre | 2014-07-02 | 1 | -1/+1 |
* | first step towards making MPFR compile with --enable-mini-gmp, so far make | zimmerma | 2014-01-16 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Applied patch 3 by Ondřej Bílka with some manual corrections, | vlefevre | 2013-07-22 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | [tests/tprintf] remove tests of invalid format (continuation of r8525). | thevenyp | 2013-05-24 | 1 | -52/+0 |
* | Printing invalid format specifiers (continuation of r8525) | thevenyp | 2013-05-24 | 1 | -4/+2 |
* | [src/vasprintf.c] Print invalid format specifier instead of returning an erro... | thevenyp | 2013-05-23 | 1 | -35/+41 |
* | replaced macros NPRINTF_T and NPRINTF_L by positive versions | zimmerma | 2013-05-22 | 1 | -4/+4 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 1 | -1/+1 |
* | [tests/tprintf.c] Test the thousands separator in some en_US locale, | vlefevre | 2012-06-28 | 1 | -0/+50 |