ftoastr, snprintf: ftoastr + snprintf module
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Dec 2010 09:25:46 +0000 (01:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Dec 2010 09:26:12 +0000 (01:26 -0800)
commit8129b787e22444055521ada1101aaaf8050c58a6
treec4768530f72af04928b9e72eb7b2d1613669aabd
parent6f5772995bee8b337fdd2fea5aea6f3fcb59fa36
ftoastr, snprintf: ftoastr + snprintf module

* lib/ftoastr.c: Use GNULIB_SNPRINTF, not GNULIB_SNPRINTF_POSIX,
since the snprintf module now should be good enough here.
* modules/snprintf (configure.ac): Add gl_MODULE_INDICATOR([snprintf]).
It seems odd to have both gl_STDIO_MODULE_INDICATOR([snprintf])
and gl_MODULE_INDICATOR([snprintf]), but the former enables
GNULIB_SNPRINTF only for the test directory, and the latter
doesn't arrange for gl_STDIO_H_DEFAULTS to be called, so neither
seems to suffice by itself.
ChangeLog
lib/ftoastr.c
modules/snprintf