summaryrefslogtreecommitdiff
path: root/tests/test-vasnprintf-posix.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering2017-11-121-4/+4
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-5/+5
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* vasnprintf-posix-tests: use consistent testPaul Eggert2015-02-211-12/+12
* printf, isinf, etc.: noncanonical != NaNPaul Eggert2015-02-201-94/+26
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* Fix LDBL80_WORDS macro on big endian platforms.Bruno Haible2014-12-051-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* parse-datetime, tests: don't use "string" + intPaul Eggert2013-05-181-1/+1
* vasnprintf-posix-tests: allow rounding 1.5 to 1Paul Eggert2013-03-081-1/+2
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-221-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* *printf-posix tests: Fix for platforms where 'long double' == 'double'.Bruno Haible2011-10-091-4/+4
* Support for MSVC compiler: Avoid division by a literal 0.Bruno Haible2011-09-111-30/+31
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* *printf: Detect large precisions bug on Solaris 10/SPARC.Bruno Haible2010-12-241-0/+15
* *printf-posix: Detect a bug on Solaris 10/x86.Bruno Haible2010-11-281-0/+15
* Port to uClibc.Bruno Haible2010-11-201-1/+1
* vasnprintf: Support I flag on glibc systems.Bruno Haible2010-11-071-0/+13
* frexp, tests: work around ICC bug with -zeroEric Blake2010-11-041-26/+7
* vasnprintf: Add more tests.Bruno Haible2010-04-101-0/+41
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Refactor common macros used in tests.Bruno Haible2009-12-241-14/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-828/+828
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-0/+50
* tests: IRIX 6.2 cc can't compile -0.0 into .dataEric Blake2009-01-121-2/+8
* Avoid compilation error due to MacOS X 10.5 gcc cross-compilation bug.Bruno Haible2008-10-181-1/+7
* Use a more portable replacement expression for -0.0L.Bruno Haible2008-10-081-9/+9
* Allow 3-digit exponents in %e and %g results on 'long double'.Bruno Haible2008-09-211-21/+57
* vasnprintf-posix: handle large precision via %.*dEric Blake2008-09-021-0/+13
* Work around bug of HP-UX 10.20 cc with -0.0 literal.Bruno Haible2008-08-011-11/+19
* Fix rounding when a precision is given.Bruno Haible2008-04-191-0/+162
* 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