summaryrefslogtreecommitdiff
path: root/tests/test-snprintf-posix.h
Commit message (Expand)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-813/+813
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-0/+46
* tests: IRIX 6.2 cc can't compile -0.0 into .dataEric Blake2009-01-121-2/+8
* Avoid compilation error due to MacOS X 10.5 gcc cross-compilation bug.Bruno Haible2008-10-181-1/+7
* Use a more portable replacement expression for -0.0L.Bruno Haible2008-10-081-9/+9
* Allow 3-digit exponents in %e and %g results on 'long double'.Bruno Haible2008-09-211-21/+57
* Remove useless ASSERTs.Bruno Haible2008-09-211-21/+0
* vasnprintf-posix: handle large precision via %.*dEric Blake2008-09-021-0/+12
* Work around bug of HP-UX 10.20 cc with -0.0 literal.Bruno Haible2008-08-011-11/+19
* Fix rounding when a precision is given.Bruno Haible2008-04-191-0/+130
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-021-26/+19
* Guarantee a definition of NAN.Eric Blake2008-03-311-21/+11
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-1/+27
* Add tests for large precisions.Bruno Haible2007-11-041-0/+93
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.Bruno Haible2007-06-061-0/+361
* Allow for a longer printed representation of NaN.Bruno Haible2007-05-241-16/+16
* Stricter check for printf result for NaN arguments.Bruno Haible2007-05-221-36/+39
* Avoid test failures on some versions of HP-UX 11.Bruno Haible2007-05-201-18/+36
* Avoid test failures on platforms where -0.0 and 0.0 are identical.Bruno Haible2007-05-191-11/+30
* Avoid test failures on IRIX 6.5.Bruno Haible2007-05-191-26/+62
* Accomodate for implementations that produce 3 exponent digits in %e and %g.Bruno Haible2007-05-191-21/+56
* Add tests for %e and %g directives.Bruno Haible2007-05-181-0/+984
* More tests of printf %f.Bruno Haible2007-05-181-0/+189
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-2/+127
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-0/+10
* Add tests for %f and %F directives.Bruno Haible2007-04-131-0/+370
* Guard against FreeBSD 6.1 bug.Bruno Haible2007-04-111-8/+12
* Assume 'long double' exists.Bruno Haible2007-04-061-6/+0
* FreeBSD 6.1 produces different printf output than glibc.Bruno Haible2007-04-051-4/+8
* Work around a DEC C compiler bug.Bruno Haible2007-03-251-2/+14
* Test for gnulib modules 'snprintf-posix' and 'vsnprintf-posix'.Bruno Haible2007-03-071-0/+625