summaryrefslogtreecommitdiff
path: root/tests/tsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.vlefevre2018-12-131-0/+1
* [tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.vlefevre2018-12-131-0/+1
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-271-0/+2
* [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t):vlefevre2018-07-271-0/+3
* [tests/tsprintf.c] Added 2 other tests with the P length modifier.vlefevre2018-07-271-0/+2
* [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t).vlefevre2018-07-271-1/+9
* [tests/tsprintf.c] Another failure with the P length modifier.vlefevre2018-07-261-0/+1
* [tests/tsprintf.c] Added tests with the P length modifier (mpfr_prec_t),vlefevre2018-07-261-0/+4
* [tests/tsprintf.c] Added a test that yields a "store to null pointer",vlefevre2018-07-261-0/+1
* [tests/tsprintf.c] Added other tests to check_length_overflow, whichvlefevre2018-07-161-9/+20
* [tests/tsprintf.c] Added check_length_overflow to check the behavior ofvlefevre2018-07-161-0/+52
* [tests/tsprintf.c] Updated a comment.vlefevre2018-07-161-0/+1
* [tests/{tprintf.c,tsprintf.c}] Corrected the tests added in r12898,vlefevre2018-07-061-3/+3
* [tests/tsprintf.c] Corrected the latest tests.vlefevre2018-07-061-2/+2
* [tests/tsprintf.c] Added tests (failure on "%09.3Rg" for 1000).vlefevre2018-07-061-0/+10
* [tests/tsprintf.c] Corrected comments.vlefevre2018-07-061-2/+2
* [tests/{tprintf.c,tsprintf.c}] Added tests (both programs fail).vlefevre2018-07-061-0/+5
* [tests/{tprintf.c,tsprintf.c}] Added tests with powers of ten in allvlefevre2018-07-061-0/+29
* [tests/tsprintf.c] Added more tests of the form 10^i - 1/2vlefevre2018-07-041-8/+13
* [tests/tsprintf.c] Added test_locale() test based on the tprintf.c one.vlefevre2018-07-041-0/+73
* [tests/tsprintf.c] locale_da_DK() cleanup.vlefevre2018-07-041-8/+8
* Added MPFR_CHECK_LOCALES environment variable for the tests (to bevlefevre2018-07-041-5/+17
* [tests/tsprintf.c] fixed another testzimmerma2018-06-261-1/+1
* [tests/tsprintf.c] fixed testzimmerma2018-06-261-1/+1
* [tests/tsprintf.c] improve coveragezimmerma2018-06-261-0/+3
* [tests/tsprintf.c] improve coveragezimmerma2018-06-261-0/+3
* [tests] Added/updated comments about the config.h inclusion.vlefevre2018-02-081-1/+1
* [tests/tsprintf.c] About r12084, simplified the code, without needingvlefevre2018-01-101-12/+3
* [tests/tsprintf.c] Fixed strncpy usage, in particular to ensure avlefevre2018-01-101-4/+10
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests/tsprintf.c] With MPFR_CHECK_LIBC_PRINTF, disable the test ofvlefevre2017-09-051-2/+6
* [tests/tsprintf.c] Formatting.vlefevre2017-09-051-1/+1
* [tests/tsprintf.c] Fixed setlocale usage (problem detected with MinGW)vlefevre2017-05-241-3/+2
* [tests/tsprintf.c] Added explanation for the percent_n() / mixed() bugs.vlefevre2017-05-221-1/+4
* [tests/tsprintf.c] Added percent_n() test to reproduce the bug foundvlefevre2017-05-221-1/+28
* [tests/tsprintf.c] Do more tests in the da_DK locale (these are thevlefevre2017-05-221-6/+17
* [tests/tsprintf.c] Do more tests involving check_sprintf() in a loopvlefevre2017-05-221-18/+21
* [tests/tsprintf.c] Added a TODO about %n test.vlefevre2017-05-191-0/+1
* [tests/tsprintf.c] Do the locale_da_DK() test several times to yieldvlefevre2017-05-191-6/+7
* [tests/tsprintf.c] Updated comment about r11501: the failure occursvlefevre2017-05-191-2/+2
* [tests/tsprintf.c] Do more tests with %n. One now gets a failurevlefevre2017-05-191-36/+51
* [tests/tsprintf.c] Fixed portability issues: The va_end(3) man pagevlefevre2017-05-191-11/+9
* [tests/tsprintf.c] In mixed(), initialize n2 to an invalid valuevlefevre2017-05-191-0/+3
* [tests/tsprintf.c] Added a test that fails on 64-bit machinesvlefevre2017-04-071-0/+40
* [tests/tsprintf.c] Added a mpfr_snprintf test with a null pointer,vlefevre2017-02-101-0/+4
* [src/vasprintf.c] Added a FIXME for %g on easy cases (too much memory).vlefevre2017-02-101-0/+7
* [tests/tsprintf.c] C90 compatibility.vlefevre2017-02-081-3/+3
* [src/vasprintf.c] avoid memory allocation for snprintf with size=0zimmerma2017-02-081-0/+5
* [src/vasprintf.c] improved also %a and %ezimmerma2017-02-071-3/+15