added missing dependencies to fix failing unistr/ tests
[gnulib.git] / tests / test-vasnprintf-posix.c
2010-04-10 Bruno Haiblevasnprintf: Add more tests.
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-24 Bruno HaibleRefactor common macros used in tests.
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-02-24 Bruno Haiblevasnprintf: Fix invalid read past end of memory block.
2009-01-12 Eric Blaketests: IRIX 6.2 cc can't compile -0.0 into .data
2008-10-18 Bruno HaibleAvoid compilation error due to MacOS X 10.5 gcc cross...
2008-10-08 Bruno HaibleUse a more portable replacement expression for -0.0L.
2008-09-21 Bruno HaibleAllow 3-digit exponents in %e and %g results on 'long...
2008-09-02 Eric Blakevasnprintf-posix: handle large precision via %.*d
2008-08-01 Bruno HaibleWork around bug of HP-UX 10.20 cc with -0.0 literal.
2008-04-19 Bruno HaibleFix rounding when a precision is given.
2008-04-11 Bruno HaibleFlush the standard error stream before aborting.
2008-04-02 Bruno HaibleUse macros NaNf, NaNd, NaNl instead of NAN.
2008-04-01 Eric BlakeGuarantee a definition of NAN.
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2007-11-04 Bruno HaibleAdd tests for large precisions.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-06-06 Bruno HaibleFix *printf so that it recognizes non-IEEE numbers...
2007-05-28 Eric BlakeUnconditionally include <config.h> in unit tests.
2007-05-24 Bruno HaibleAllow for a longer printed representation of NaN.
2007-05-22 Bruno HaibleStricter check for printf result for NaN arguments.
2007-05-20 Bruno HaibleAvoid test failures on some versions of HP-UX 11.
2007-05-19 Bruno HaibleAvoid test failures on platforms where -0.0 and 0.0...
2007-05-19 Bruno HaibleAvoid test failures on IRIX 6.5.
2007-05-19 Bruno HaibleAccomodate for implementations that produce 3 exponent...
2007-05-18 Bruno HaibleAdd tests for %e and %g directives.
2007-05-18 Bruno HaibleMore tests of printf %f.
2007-05-06 Bruno HaibleWork around an incorrect implementation of the 0 flag...
2007-05-06 Bruno HaibleWork around lack of support of grouping flag.
2007-04-29 Bruno HaibleBetter ASSERT macro.
2007-04-13 Bruno HaibleAdd tests for %f and %F directives.
2007-04-11 Bruno HaibleGuard against FreeBSD 6.1 bug.
2007-04-06 Bruno HaibleAssume 'long double' exists.
2007-04-05 Bruno HaibleFreeBSD 6.1 produces different printf output than glibc.
2007-03-25 Bruno HaibleWork around a DEC C compiler bug.
2007-03-06 Bruno HaibleInclude <stddef.h>, for ptrdiff_t.
2007-03-05 Bruno HaibleTest a corner case. Exclude two buggy implementations.
2007-03-04 Bruno HaibleTests for module 'vasnprintf-posix'.