summaryrefslogtreecommitdiff
path: root/modules/vasnprintf
Commit message (Expand)AuthorAgeFilesLines
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-241-0/+1
* assert-h: prefer to ‘verify’Paul Eggert2022-09-131-1/+1
* free-posix: use more often in other modulesPaul Eggert2021-03-251-0/+1
* Use the correct printf format attribute for mingw.Bruno Haible2020-11-241-0/+1
* attribute: new modulePaul Eggert2020-05-031-0/+1
* vasnprintf: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* vasnprintf: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-1/+0
* Bruno Haible has stepped down as maintainer.Paul Eggert2014-07-051-1/+1
* vasnprintf: Optimize bit search operation.Bruno Haible2011-10-151-0/+1
* *printf: Fix for platforms where 'long double' == 'double'.Bruno Haible2011-10-091-0/+1
* wchar: add explicit dependencies, for Tru64Eric Blake2011-03-101-0/+1
* rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]Paul Eggert2010-10-101-0/+1
* vasnprintf: Correct handling of unconvertible wide string arguments.Bruno Haible2010-04-101-0/+1
* memchr: no longer obsolete, for wider field testingEric Blake2009-06-081-1/+1
* Remove module EOVERFLOW.Bruno Haible2008-09-141-1/+1
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-301-1/+1
* Use the synonymous term "LGPLv2+".Bruno Haible2007-07-131-1/+1
* New module 'float'.Bruno Haible2007-05-191-0/+1
* Add support for 'long double' number output.Bruno Haible2007-05-181-0/+1
* Faster determination of the sign of a number.Bruno Haible2007-04-061-1/+0
* Assume 'long double' exists.Bruno Haible2007-04-061-1/+0
* Support 'j' size specifier on all platforms.Bruno Haible2007-03-261-0/+1
* Correct bitwise comparison of 'long double' numbers.Bruno Haible2007-03-251-0/+1
* Assume that the C compiler understands the 'signed' keyword.Bruno Haible2006-10-271-1/+0
* gnulib-tool now synthesizes the EXTRA_DIST line.Bruno Haible2006-10-131-2/+0
* Distribute all lib/* source files through EXTRA_DIST.Bruno Haible2006-10-121-1/+2
* New modules 'alloca-opt'.Bruno Haible2004-09-291-1/+1
* Add a license tag to every module.Bruno Haible2004-09-221-0/+3
* Also needs m4/stdint_h.m4.Bruno Haible2004-09-211-0/+1
* Needs m4/inttypes_h.m4.Bruno Haible2004-09-211-0/+1
* Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.Bruno Haible2004-09-091-0/+1
* Use size_t instead of ssize_t.Bruno Haible2003-11-251-1/+0
* Use xsize.h to protect against memory size overflows.Bruno Haible2003-11-171-0/+2
* New modules vasnprintf and vasprintf.Bruno Haible2003-01-301-0/+34