log tests/test-vasprintf-posix.c @ 40196:e63f5d3edab5

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Sun, 12 Nov 2017 09:13:30 -0800 Jim Meyering maint: shorten https://lists.gnu.org/archive/html/... links
Thu, 14 Sep 2017 00:35:56 +0200 Bruno Haible all: Replace many more http URLs by https URLs. Update stale URLs.
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Fri, 20 Feb 2015 18:09:47 -0800 Paul Eggert printf, isinf, etc.: noncanonical != NaN
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Fri, 05 Dec 2014 11:30:27 +0100 Bruno Haible Fix LDBL80_WORDS macro on big endian platforms.
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Sat, 09 Mar 2013 12:30:56 +0700 Gary V. Vaughan vasprintf-posix-tests: allow rounding 1.51 to 1.
Sat, 09 Mar 2013 11:07:30 +0700 Gary V. Vaughan vasprintf-posix-tests: allow rounding 1.5 to 1.
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Fri, 22 Jun 2012 13:26:07 +0200 Bruno Haible Write "Mac OS X" instead of "MacOS X".
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sun, 09 Oct 2011 13:11:45 +0200 Bruno Haible *printf-posix tests: Fix for platforms where 'long double' == 'double'.
Sun, 11 Sep 2011 17:29:11 +0200 Bruno Haible Support for MSVC compiler: Avoid division by a literal 0.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 24 Dec 2010 10:13:43 +0100 Bruno Haible *printf: Detect large precisions bug on Solaris 10/SPARC.
Sun, 28 Nov 2010 01:23:57 +0100 Bruno Haible *printf-posix: Detect a bug on Solaris 10/x86.
Thu, 04 Nov 2010 12:29:27 -0600 Eric Blake frexp, tests: work around ICC bug with -zero
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 24 Dec 2009 21:01:42 +0100 Bruno Haible Refactor common macros used in tests.
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Tue, 24 Feb 2009 04:10:02 +0100 Bruno Haible vasnprintf: Fix invalid read past end of memory block.
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.
Mon, 28 May 2007 16:49:41 +0000 Eric Blake Unconditionally include <config.h> in unit tests.
Thu, 24 May 2007 10:10:51 +0000 Bruno Haible Allow for a longer printed representation of NaN.
Tue, 22 May 2007 01:07:46 +0000 Bruno Haible Stricter check for printf result for NaN arguments.
Sun, 20 May 2007 08:12:26 +0000 Bruno Haible Avoid test failures on some versions of HP-UX 11.
Sat, 19 May 2007 22:57:58 +0000 Bruno Haible Avoid test failures on platforms where -0.0 and 0.0 are identical.
Sat, 19 May 2007 22:22:21 +0000 Bruno Haible Avoid test failures on IRIX 6.5.
Sat, 19 May 2007 10:22:11 +0000 Bruno Haible Accomodate for implementations that produce 3 exponent digits in %e and %g.
Fri, 18 May 2007 23:37:50 +0000 Bruno Haible Add tests for %e and %g directives.
Fri, 18 May 2007 22:10:17 +0000 Bruno Haible More tests of printf %f.
Sun, 06 May 2007 23:02:10 +0000 Bruno Haible Work around an incorrect implementation of the 0 flag on most platforms.
Sun, 06 May 2007 15:29:04 +0000 Bruno Haible Work around lack of support of grouping flag.
Sun, 29 Apr 2007 09:15:13 +0000 Bruno Haible Better ASSERT macro.
Fri, 13 Apr 2007 16:56:08 +0000 Bruno Haible Add tests for %f and %F directives.
Wed, 11 Apr 2007 00:24:01 +0000 Bruno Haible Guard against FreeBSD 6.1 bug.
Fri, 06 Apr 2007 14:36:56 +0000 Bruno Haible Assume 'long double' exists.
Thu, 05 Apr 2007 00:27:44 +0000 Bruno Haible FreeBSD 6.1 produces different printf output than glibc.
Tue, 27 Mar 2007 20:18:17 +0000 Simon Josefsson Move vasprintf prototypes to stdio.
Sun, 25 Mar 2007 19:56:22 +0000 Bruno Haible Work around a DEC C compiler bug.
Mon, 05 Mar 2007 03:20:23 +0000 Bruno Haible Test a corner case. Exclude two buggy implementations.