summaryrefslogtreecommitdiff
path: root/m4/vsnprintf-posix.m4
Commit message (Expand)AuthorAgeFilesLines
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-241-24/+29
* vsnprintf-gnu: New module.Bruno Haible2023-03-241-18/+13
* *printf-posix: Work around bug with %lc of 0 on many platforms.Bruno Haible2023-03-211-15/+21
* *printf-posix: ISO C 23: Add %b directive for binary output of integers.Bruno Haible2023-03-171-18/+24
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-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
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* *printf: Add support for MSVC compiler.Bruno Haible2011-09-101-2/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Fix *printf behaviour regarding the %ls directive.Bruno Haible2009-02-261-16/+22
* Work around snprintf bug on Linux libc5.Bruno Haible2008-04-191-5/+10
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-301-2/+1
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-12/+18
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-9/+15
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-8/+14
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-17/+23
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-15/+21
* Add support for 'long double' number output.Bruno Haible2007-05-181-14/+20
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-8/+14
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-8/+14
* Guard against vsnprintf implementations that mishandle a size=0 argument.Bruno Haible2007-04-291-4/+9
* Implement the %F directive if the system doesn't implement it correctly.Bruno Haible2007-04-111-9/+15
* Prefer nl_langinfo over localeconv.Bruno Haible2007-03-261-6/+2
* Use 'case' statements instead of 'expr' invocations.Bruno Haible2007-03-091-10/+31
* New module 'vsnprintf-posix'.Bruno Haible2007-03-071-0/+41