summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-09 02:40:14 +0000
committerBruno Haible <bruno@clisp.org>2007-03-09 02:40:14 +0000
commitd2b0c77abf5b72cbf78ec4e4e404c851950b0fef (patch)
treea9f0e3c77a60458bacab80fb8c75d3f34d96978f /ChangeLog
parenta6fbf3fef46779c0d9a2c28c91d89d0fc2843f00 (diff)
downloadgnulib-d2b0c77abf5b72cbf78ec4e4e404c851950b0fef.tar.gz
New module 'vfprintf-posix'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42050171f8..2d45e6959e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2007-03-08 Bruno Haible <bruno@clisp.org>
+ * modules/vfprintf-posix: New file.
+ * lib/vfprintf.c: New file.
+ * m4/vfprintf-posix.m4: New file.
+ * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
+ REPLACE_VFPRINTF.
+ * lib/stdio_.h (vfprintf): New declaration.
+ * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
+ REPLACE_VFPRINTF.
+
+2007-03-08 Bruno Haible <bruno@clisp.org>
+
* lib/stdio_.h: Treat __need___FILE like __need_FILE.
2007-03-08 Bruno Haible <bruno@clisp.org>