summaryrefslogtreecommitdiff
path: root/tests/test-sprintf-posix.h
Commit message (Expand)AuthorAgeFilesLines
* vasnprintf, vasnwprintf: Make '0' flag handling more ISO C compliant.Bruno Haible2023-05-031-14/+4
* *sprintf tests: Avoid test failures on mingw 10.Bruno Haible2023-04-241-2/+4
* vasnprintf-posix: Fix crash in narrow %lc directive (regr. 2023-03-21).Bruno Haible2023-04-011-0/+16
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-241-0/+470
* *printf-posix: Fix implementation of %b directive.Bruno Haible2023-03-221-0/+270
* *printf-posix: Work around bug with %lc of 0 on many platforms.Bruno Haible2023-03-211-0/+31
* *printf-posix: ISO C 23: Add %b directive for binary output of integers.Bruno Haible2023-03-171-0/+68
* vasnprintf-posix: Fix possible bug with negative width handling for %lc.Bruno Haible2023-01-281-0/+62
* vasnprintf-posix: Fix negative width handling for %ls directive.Bruno Haible2023-01-281-0/+60
* vasnprintf-posix: Add more unit tests.Bruno Haible2023-01-281-0/+128
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* 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
* printf, isinf, etc.: noncanonical != NaNPaul Eggert2015-02-201-344/+25
* 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
* 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/+13
* *printf-posix: Detect a bug on Solaris 10/x86.Bruno Haible2010-11-281-0/+13
* frexp, tests: work around ICC bug with -zeroEric Blake2010-11-041-26/+7
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-802/+802
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-0/+46
* 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
* Remove useless ASSERTs.Bruno Haible2008-09-211-9/+0
* vasnprintf-posix: handle large precision via %.*dEric Blake2008-09-021-0/+12
* 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/+130
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-021-26/+19
* Guarantee a definition of NAN.Eric Blake2008-03-311-20/+10
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-1/+27
* Add tests for large precisions.Bruno Haible2007-11-041-0/+93