summaryrefslogtreecommitdiff
path: root/tests/test-vasnprintf-posix.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+55
* Add tests for %e and %g directives.Bruno Haible2007-05-181-0/+1144
* More tests of printf %f.Bruno Haible2007-05-181-0/+194
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-2/+143
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-0/+12
* Better ASSERT macro.Bruno Haible2007-04-291-1/+11
* Add tests for %f and %F directives.Bruno Haible2007-04-131-0/+458
* 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
* Include <stddef.h>, for ptrdiff_t.Bruno Haible2007-03-061-0/+1
* Test a corner case. Exclude two buggy implementations.Bruno Haible2007-03-051-0/+29
* Tests for module 'vasnprintf-posix'.Bruno Haible2007-03-041-0/+759