summaryrefslogtreecommitdiff
path: root/tests/tsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Updated URLs of the GCC mailing-list archives.vlefevre2020-04-081-1/+1
* [tests/tsprintf.c] Fixed some tests: the 'P' specifier was missing.vlefevre2020-02-081-6/+6
* [tests/tsprintf.c] Added tests for %Ra and %Rb on the value 0 with anvlefevre2020-01-091-0/+3
* [tests/tsprintf.c] Also added tests with %Rf, %Rg and %#Rg on 0.vlefevre2020-01-091-0/+3
* [tests/tsprintf.c] Added a test with %Re and an empty precision fieldvlefevre2020-01-091-0/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/tsprintf.c] Re-added tests changed by r13644 and r13645, butvlefevre2020-01-081-4/+19
* [tests/tsprintf.c] Updated other two tests (in da_DK locale).vlefevre2020-01-081-2/+2
* fixed tests for new more precise semantics for mpfr_printf ("%Re", x),zimmerma2020-01-081-11/+11
* Clean-up concerning the tests of subnormals for double and float.vlefevre2019-10-011-1/+1
* [tests/*.c] Added missing "const" qualifier to "char *" when thisvlefevre2019-07-021-1/+1
* [src/vasprintf.c] Minor bug fix: when an integer is to be read forvlefevre2019-04-151-0/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* 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