Use Gnulib's `vsnprintf' module.
authorLudovic Courtès <ludo@gnu.org>
Sun, 5 Jul 2009 21:57:37 +0000 (23:57 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 5 Jul 2009 21:57:37 +0000 (23:57 +0200)
commitc4b681fdacc57de0b2a9584c1f6a195cf2629b32
tree6314adbbde6f9e64282120ad1d43db9034f41034
parent5374ec9c281c2e77c283f60afd55e47d86e3b898
Use Gnulib's `vsnprintf' module.

* m4/gnulib-cache.m4: Use `vsnprintf', needed by `deprecation.c'.
38 files changed:
lib/Makefile.am
lib/asnprintf.c [new file with mode: 0644]
lib/errno.in.h [new file with mode: 0644]
lib/float+.h [new file with mode: 0644]
lib/float.in.h [new file with mode: 0644]
lib/getpagesize.c [new file with mode: 0644]
lib/memchr.c [new file with mode: 0644]
lib/memchr.valgrind [new file with mode: 0644]
lib/printf-args.c [new file with mode: 0644]
lib/printf-args.h [new file with mode: 0644]
lib/printf-parse.c [new file with mode: 0644]
lib/printf-parse.h [new file with mode: 0644]
lib/size_max.h [new file with mode: 0644]
lib/stdio-write.c [new file with mode: 0644]
lib/stdio.in.h [new file with mode: 0644]
lib/vasnprintf.c [new file with mode: 0644]
lib/vasnprintf.h [new file with mode: 0644]
lib/vsnprintf.c [new file with mode: 0644]
lib/xsize.h [new file with mode: 0644]
m4/errno_h.m4 [new file with mode: 0644]
m4/float_h.m4 [new file with mode: 0644]
m4/getpagesize.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/intmax_t.m4 [new file with mode: 0644]
m4/inttypes_h.m4 [new file with mode: 0644]
m4/lib-link.m4
m4/mbrtowc.m4
m4/memchr.m4 [new file with mode: 0644]
m4/mmap-anon.m4 [new file with mode: 0644]
m4/printf.m4 [new file with mode: 0644]
m4/size_max.m4 [new file with mode: 0644]
m4/stdint_h.m4 [new file with mode: 0644]
m4/stdio_h.m4 [new file with mode: 0644]
m4/vasnprintf.m4 [new file with mode: 0644]
m4/vsnprintf.m4 [new file with mode: 0644]
m4/wchar_t.m4 [new file with mode: 0644]
m4/xsize.m4 [new file with mode: 0644]