| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf. | vlefevre | 2018-12-13 | 1 | -0/+1 |
* | [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf. | vlefevre | 2018-12-13 | 1 | -0/+1 |
* | [acinclude.m4,configure.ac] Check the support of the group flag for | vlefevre | 2018-07-27 | 1 | -0/+2 |
* | [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t): | vlefevre | 2018-07-27 | 1 | -0/+3 |
* | [tests/tsprintf.c] Added 2 other tests with the P length modifier. | vlefevre | 2018-07-27 | 1 | -0/+2 |
* | [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t). | vlefevre | 2018-07-27 | 1 | -1/+9 |
* | [tests/tsprintf.c] Another failure with the P length modifier. | vlefevre | 2018-07-26 | 1 | -0/+1 |
* | [tests/tsprintf.c] Added tests with the P length modifier (mpfr_prec_t), | vlefevre | 2018-07-26 | 1 | -0/+4 |
* | [tests/tsprintf.c] Added a test that yields a "store to null pointer", | vlefevre | 2018-07-26 | 1 | -0/+1 |
* | [tests/tsprintf.c] Added other tests to check_length_overflow, which | vlefevre | 2018-07-16 | 1 | -9/+20 |
* | [tests/tsprintf.c] Added check_length_overflow to check the behavior of | vlefevre | 2018-07-16 | 1 | -0/+52 |
* | [tests/tsprintf.c] Updated a comment. | vlefevre | 2018-07-16 | 1 | -0/+1 |
* | [tests/{tprintf.c,tsprintf.c}] Corrected the tests added in r12898, | vlefevre | 2018-07-06 | 1 | -3/+3 |
* | [tests/tsprintf.c] Corrected the latest tests. | vlefevre | 2018-07-06 | 1 | -2/+2 |
* | [tests/tsprintf.c] Added tests (failure on "%09.3Rg" for 1000). | vlefevre | 2018-07-06 | 1 | -0/+10 |
* | [tests/tsprintf.c] Corrected comments. | vlefevre | 2018-07-06 | 1 | -2/+2 |
* | [tests/{tprintf.c,tsprintf.c}] Added tests (both programs fail). | vlefevre | 2018-07-06 | 1 | -0/+5 |
* | [tests/{tprintf.c,tsprintf.c}] Added tests with powers of ten in all | vlefevre | 2018-07-06 | 1 | -0/+29 |
* | [tests/tsprintf.c] Added more tests of the form 10^i - 1/2 | vlefevre | 2018-07-04 | 1 | -8/+13 |
* | [tests/tsprintf.c] Added test_locale() test based on the tprintf.c one. | vlefevre | 2018-07-04 | 1 | -0/+73 |
* | [tests/tsprintf.c] locale_da_DK() cleanup. | vlefevre | 2018-07-04 | 1 | -8/+8 |
* | Added MPFR_CHECK_LOCALES environment variable for the tests (to be | vlefevre | 2018-07-04 | 1 | -5/+17 |
* | [tests/tsprintf.c] fixed another test | zimmerma | 2018-06-26 | 1 | -1/+1 |
* | [tests/tsprintf.c] fixed test | zimmerma | 2018-06-26 | 1 | -1/+1 |
* | [tests/tsprintf.c] improve coverage | zimmerma | 2018-06-26 | 1 | -0/+3 |
* | [tests/tsprintf.c] improve coverage | zimmerma | 2018-06-26 | 1 | -0/+3 |
* | [tests] Added/updated comments about the config.h inclusion. | vlefevre | 2018-02-08 | 1 | -1/+1 |
* | [tests/tsprintf.c] About r12084, simplified the code, without needing | vlefevre | 2018-01-10 | 1 | -12/+3 |
* | [tests/tsprintf.c] Fixed strncpy usage, in particular to ensure a | vlefevre | 2018-01-10 | 1 | -4/+10 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | [tests/tsprintf.c] With MPFR_CHECK_LIBC_PRINTF, disable the test of | vlefevre | 2017-09-05 | 1 | -2/+6 |
* | [tests/tsprintf.c] Formatting. | vlefevre | 2017-09-05 | 1 | -1/+1 |
* | [tests/tsprintf.c] Fixed setlocale usage (problem detected with MinGW) | vlefevre | 2017-05-24 | 1 | -3/+2 |
* | [tests/tsprintf.c] Added explanation for the percent_n() / mixed() bugs. | vlefevre | 2017-05-22 | 1 | -1/+4 |
* | [tests/tsprintf.c] Added percent_n() test to reproduce the bug found | vlefevre | 2017-05-22 | 1 | -1/+28 |
* | [tests/tsprintf.c] Do more tests in the da_DK locale (these are the | vlefevre | 2017-05-22 | 1 | -6/+17 |
* | [tests/tsprintf.c] Do more tests involving check_sprintf() in a loop | vlefevre | 2017-05-22 | 1 | -18/+21 |
* | [tests/tsprintf.c] Added a TODO about %n test. | vlefevre | 2017-05-19 | 1 | -0/+1 |
* | [tests/tsprintf.c] Do the locale_da_DK() test several times to yield | vlefevre | 2017-05-19 | 1 | -6/+7 |
* | [tests/tsprintf.c] Updated comment about r11501: the failure occurs | vlefevre | 2017-05-19 | 1 | -2/+2 |
* | [tests/tsprintf.c] Do more tests with %n. One now gets a failure | vlefevre | 2017-05-19 | 1 | -36/+51 |
* | [tests/tsprintf.c] Fixed portability issues: The va_end(3) man page | vlefevre | 2017-05-19 | 1 | -11/+9 |
* | [tests/tsprintf.c] In mixed(), initialize n2 to an invalid value | vlefevre | 2017-05-19 | 1 | -0/+3 |
* | [tests/tsprintf.c] Added a test that fails on 64-bit machines | vlefevre | 2017-04-07 | 1 | -0/+40 |
* | [tests/tsprintf.c] Added a mpfr_snprintf test with a null pointer, | vlefevre | 2017-02-10 | 1 | -0/+4 |
* | [src/vasprintf.c] Added a FIXME for %g on easy cases (too much memory). | vlefevre | 2017-02-10 | 1 | -0/+7 |
* | [tests/tsprintf.c] C90 compatibility. | vlefevre | 2017-02-08 | 1 | -3/+3 |
* | [src/vasprintf.c] avoid memory allocation for snprintf with size=0 | zimmerma | 2017-02-08 | 1 | -0/+5 |
* | [src/vasprintf.c] improved also %a and %e | zimmerma | 2017-02-07 | 1 | -3/+15 |