summaryrefslogtreecommitdiff
path: root/tests/tsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [src/vasprintf.c] fixed bug #21056zimmerma2017-02-071-3/+4
* partial solution of bug #21056: a test of mpfr_sprintf still failszimmerma2017-02-061-0/+25
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* added non-regression test for bug fix in r11037zimmerma2016-12-141-0/+20
* First, reverse-merge r9975 and r9957 (whose only purpose was for fmma,vlefevre2016-05-231-8/+0
* Removed trailing spaces.vlefevre2016-02-051-1/+1
* fixed fmma failurezimmerma2016-02-051-0/+8
* Replacedvlefevre2016-02-041-1/+1
* in tests, removed #if MPFR_VERSION >= MPFR_VERSION_NUM(2,x,y)zimmerma2016-01-141-13/+0
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* added comment and message for errors under MinGWzimmerma2015-12-101-0/+2
* Include config.h when need be.vlefevre2015-09-101-0/+5
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-1/+1
* [tests/tsprintf.c] Fixed test added in r9099 (the problem was unrelatedvlefevre2014-06-251-2/+7
* [tests/tsprintf.c] Added a test with the minimum exponentvlefevre2014-06-251-0/+59
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [tests/tsprintf.c] Added a few tests.vlefevre2013-11-151-0/+6
* [tests/tsprintf.c] Fixed incorrect test from r5652 (the correspondingvlefevre2013-11-151-1/+1
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-221-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* replaced macros NPRINTF_T and NPRINTF_L by positive versionszimmerma2013-05-221-2/+2
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid avlefevre2012-10-101-1/+7
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-1/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests/tsprintf.c] Added a test showing a regression in MPFR 3.1.0vlefevre2011-11-091-0/+3
* [tests/tsprintf.c] Coding style.vlefevre2011-11-031-1/+1
* [tests/tsprintf.c] Added tests.vlefevre2011-11-021-0/+8
* [src/mpn_exp.c] added commentzimmerma2011-11-021-0/+22
* Avoid expensive calls to mpfr_get_prec() using mpfr_ceil_mul() instead.thevenyp2011-07-281-0/+34