log tests/test-vasprintf-posix.c @ 11002:df76e2fc2a8e

age author description
Mon, 12 Jan 2009 06:52:18 -0700 Eric Blake tests: IRIX 6.2 cc can't compile -0.0 into .data
Sun, 04 Jan 2009 20:59:12 +0100 Jim Meyering remove duplicate inclusion of <stdio.h>
Sat, 18 Oct 2008 03:15:17 +0200 Bruno Haible Avoid compilation error due to MacOS X 10.5 gcc cross-compilation bug.
Wed, 08 Oct 2008 02:05:26 +0200 Bruno Haible Use a more portable replacement expression for -0.0L.
Sun, 21 Sep 2008 17:17:43 +0200 Bruno Haible Allow 3-digit exponents in %e and %g results on 'long double'.
Mon, 01 Sep 2008 21:28:44 -0600 Eric Blake vasnprintf-posix: handle large precision via %.*d
Fri, 01 Aug 2008 11:30:27 +0200 Bruno Haible Work around bug of HP-UX 10.20 cc with -0.0 literal.
Sat, 19 Apr 2008 17:26:36 +0200 Bruno Haible Fix rounding when a precision is given.
Fri, 11 Apr 2008 16:31:39 +0200 Bruno Haible Flush the standard error stream before aborting.
Wed, 02 Apr 2008 03:06:02 +0200 Bruno Haible Use macros NaNf, NaNd, NaNl instead of NAN.
Mon, 31 Mar 2008 20:56:25 -0600 Eric Blake Guarantee a definition of NAN.
Thu, 07 Feb 2008 02:08:13 +0100 Bruno Haible Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
Sun, 04 Nov 2007 19:43:13 +0100 Bruno Haible Add tests for large precisions.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Wed, 06 Jun 2007 02:20:57 +0000 Bruno Haible Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.