New modules vasnprintf and vasprintf.
authorBruno Haible <bruno@clisp.org>
Thu, 30 Jan 2003 13:48:21 +0000 (13:48 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 30 Jan 2003 13:48:21 +0000 (13:48 +0000)
commit87b04f998fd3e668027074b5b5d37205d3cdfec3
tree17fab2a1e33cda6a8964846f824cea90339c04fc
parent9883b55895c1b5d1cd771cdaa1761e62a22dea23
New modules vasnprintf and vasprintf.
22 files changed:
ChangeLog
MODULES.html.sh
lib/ChangeLog
lib/asnprintf.c [new file with mode: 0644]
lib/asprintf.c [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/vasnprintf.c [new file with mode: 0644]
lib/vasnprintf.h [new file with mode: 0644]
lib/vasprintf.c [new file with mode: 0644]
lib/vasprintf.h [new file with mode: 0644]
m4/ChangeLog
m4/longdouble.m4 [new file with mode: 0644]
m4/signed.m4 [new file with mode: 0644]
m4/vasnprintf.m4 [new file with mode: 0644]
m4/vasprintf.m4 [new file with mode: 0644]
m4/wchar_t.m4 [new file with mode: 0644]
m4/wint_t.m4 [new file with mode: 0644]
modules/vasnprintf [new file with mode: 0644]
modules/vasprintf [new file with mode: 0644]