summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-06-13 06:40:53 -0600
committerEric Blake <ebb9@byu.net>2008-06-13 07:34:22 -0600
commit7a8101a246b1c7aa64cd2f95ad2a43a2bf2ee891 (patch)
treee95a6fb4b0e60a0dd0bb7ea47cb50ff878f1fe03 /MODULES.html.sh
parent7b6a0e8c156cd2bf1cea3d467820fd5acf626e71 (diff)
downloadgnulib-7a8101a246b1c7aa64cd2f95ad2a43a2bf2ee891.tar.gz
Add obstack-printf and obstack-printf-posix modules.
* modules/obstack-printf: New file. * modules/obstack-printf-posix: Likewise. * MODULES.html.sh (Misc): Mention them. * doc/glibc-functions/obstack_printf.texi (obstack_printf): Likewise. * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf): Likewise. * modules/stdio (Makefile.am): Accomodate new modules. * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise. * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf): Declare. * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New functions. * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF) (gl_REPLACE_OBSTACK_PRINTF): New macros * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise. * tests/test-obstack-printf.c: New file. * modules/obstack-printf-tests: Likewise. * modules/obstack-printf-posix-tests: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index d46cf681da..f82e95763f 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1845,6 +1845,8 @@ func_all_modules ()
func_module linebuffer
func_module memxor
func_module obstack
+ func_module obstack-printf
+ func_module obstack-printf-posix
func_module hash-pjw
func_module hash
func_module readline