summaryrefslogtreecommitdiff
path: root/m4/vsprintf-posix.m4
Commit message (Expand)AuthorAgeFilesLines
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-241-19/+24
* vsprintf-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-10/+16
* *printf-posix: ISO C 23: Add %b directive for binary output of integers.Bruno Haible2023-03-171-13/+19
* 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
* 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-11/+17
* 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-8/+14
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-5/+11
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-4/+10
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-13/+19
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-11/+17
* Add support for 'long double' number output.Bruno Haible2007-05-181-9/+16
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-3/+9
* Work around lack of support of grouping flag.Bruno Haible2007-05-061-3/+9
* Implement the %F directive if the system doesn't implement it correctly.Bruno Haible2007-04-111-5/+11
* Prefer nl_langinfo over localeconv.Bruno Haible2007-03-261-6/+2
* Use 'case' statements instead of 'expr' invocations.Bruno Haible2007-03-091-6/+20
* New module 'vsprintf-posix'.Bruno Haible2007-03-071-0/+38