summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-07 01:59:05 +0000
committerBruno Haible <bruno@clisp.org>2007-03-07 01:59:05 +0000
commita6a6531cc5b25d5e8039a101a9c988a0f645b2d0 (patch)
tree16a295ad423967b5eb3935ded261e410096cb1b3 /modules
parent04cd5487c7cb479142c1a5f2b5c542ec75373dd2 (diff)
downloadgnulib-a6a6531cc5b25d5e8039a101a9c988a0f645b2d0.tar.gz
New module 'snprintf-posix'.
Diffstat (limited to 'modules')
-rw-r--r--modules/snprintf-posix30
-rw-r--r--modules/stdio1
2 files changed, 31 insertions, 0 deletions
diff --git a/modules/snprintf-posix b/modules/snprintf-posix
new file mode 100644
index 0000000000..a5a6ac1fbf
--- /dev/null
+++ b/modules/snprintf-posix
@@ -0,0 +1,30 @@
+Description:
+POSIX compatible snprintf() function: print formatted output to a fixed length
+string
+
+Files:
+m4/snprintf-posix.m4
+m4/printf.m4
+
+Depends-on:
+snprintf
+vasnprintf
+isnan-nolibm
+isnanl-nolibm
+printf-frexp
+printf-frexpl
+
+configure.ac:
+gl_FUNC_SNPRINTF_POSIX
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+
diff --git a/modules/stdio b/modules/stdio
index 7eb9357582..a6e1075287 100644
--- a/modules/stdio
+++ b/modules/stdio
@@ -23,6 +23,7 @@ stdio.h: stdio_.h
sed -e 's|@''ABSOLUTE_STDIO_H''@|$(ABSOLUTE_STDIO_H)|g' \
-e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
-e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
+ -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
-e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \