summaryrefslogtreecommitdiff
path: root/m4/vasnprintf.m4
Commit message (Expand)AuthorAgeFilesLines
* vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku.Bruno Haible2023-04-081-1/+1
* vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku.Bruno Haible2023-04-071-1/+10
* vasnwprintf-posix: Fix behaviour in the C locale.Bruno Haible2023-04-011-1/+10
* vasnprintf-gnu: New module.Bruno Haible2023-03-241-2/+28
* vasnwprintf: Fix a warning: implicit declaration of function ‘wcsnlen’.Bruno Haible2023-03-221-1/+2
* vasnwprintf: Fix test failures on FreeBSD, NetBSD, AIX, mingw.Bruno Haible2023-03-221-2/+10
* *printf-posix: Work around bug with %lc of 0 on many platforms.Bruno Haible2023-03-211-1/+17
* vasnwprintf: Port to older platforms without swprintf.Bruno Haible2023-03-201-2/+2
* vasnwprintf: Fix test failures on musl libc.Bruno Haible2023-03-201-1/+2
* *printf-posix: ISO C 23: Add %b directive for binary output of integers.Bruno Haible2023-03-171-1/+17
* vasnwprintf: New module.Bruno Haible2023-03-171-9/+35
* Fix warnings for functions introduced in Android API level 26.Bruno Haible2023-01-191-2/+2
* 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
* vasnprintf: Don't use %n on modern, ISO C 99 compliant platforms.Bruno Haible2020-10-041-1/+11
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* vasnprintf: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-4/+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
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-291-2/+1
* maint: spelling fixesPaul Eggert2012-02-051-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* vasnprintf: Optimize bit search operation.Bruno Haible2011-10-151-1/+4
* Properly quote AC_CHECK_DECLS' 4th argument.Bruno Haible2011-09-151-2/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Ensure that <features.h> is included before __GLIBC__ is tested.Bruno Haible2010-11-201-1/+2
* vasnprintf: Correct handling of unconvertible wide string arguments.Bruno Haible2010-04-101-1/+13
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Avoid warning about use AC_REQUIRE in recent autoconf.Bruno Haible2009-05-041-3/+3
* Fix *printf behaviour regarding the %ls directive.Bruno Haible2009-02-261-1/+17
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-2/+2
* many *.m4 files: improve m4 quotingJim Meyering2009-01-141-18/+18
* 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-2/+18
* Align checks for ptrdiff_t.Bruno Haible2007-11-111-2/+5
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-041-1/+23
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-031-1/+24
* Add support for Unicode strings (both as output format and as arguments toBruno Haible2007-06-111-1/+14
* Test for _snprintf (missing since 2003-11-16).Bruno Haible2007-06-101-1/+4
* Fix typo.Bruno Haible2007-06-061-2/+2
* Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.Bruno Haible2007-05-201-10/+33
* Fix *printf result for NaN, Inf, -0.0 on mingw.Bruno Haible2007-05-191-1/+17
* Add support for 'long double' number output.Bruno Haible2007-05-181-1/+17
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-061-1/+16