summaryrefslogtreecommitdiff
path: root/tests/test-vasnprintf-posix.c
Commit message (Expand)AuthorAgeFilesLines
...
* Flush the standard error stream before aborting.Bruno Haible2008-04-111-0/+1
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-021-26/+20
* Guarantee a definition of NAN.Eric Blake2008-03-311-22/+11
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-1/+33
* Add tests for large precisions.Bruno Haible2007-11-041-0/+100
* 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/+418
* Unconditionally include <config.h> in unit tests.Eric Blake2007-05-281-3/+1
* 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/+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