* modules/stdlib-safer: New file.
authorEric Blake <ebb9@byu.net>
Fri, 21 Jul 2006 13:06:22 +0000 (13:06 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Jul 2006 13:06:22 +0000 (13:06 +0000)
* MODULES.html.sh (File stream based Input/Output): Add
stdlib-safer.

ChangeLog
MODULES.html.sh
modules/stdlib-safer [new file with mode: 0644]

index 4eb6872045924f9f888d0f2b7d5d453c221c89be..41b88d271f27b7442748a2e59320d7c8f0fa8e70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-21  Eric Blake  <ebb9@byu.net>
+
+       * modules/stdlib-safer: New file.
+       * MODULES.html.sh (File stream based Input/Output): Add
+       stdlib-safer.
+
 2006-07-20  Bruno Haible  <bruno@clisp.org>
 
        * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
index 70200c242ce8666de46b7a193facd0cd97a250ef..e27785b95814cc9a23329d1241e1970a0bef9f11 100755 (executable)
@@ -1933,6 +1933,7 @@ func_all_modules ()
   func_module fpending
   func_module closeout
   func_module stdio-safer
+  func_module stdlib-safer
   func_module getpass
   func_module getpass-gnu
   func_end_table
@@ -2092,7 +2093,7 @@ func_all_modules ()
   func_end_table
 
   element="Support for building documentation"
-  func_section_wrap build_lib
+  func_section_wrap build_doc
   func_wrap H2
   func_echo "$element"
 
diff --git a/modules/stdlib-safer b/modules/stdlib-safer
new file mode 100644 (file)
index 0000000..8f7cb3f
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+File stream functions that avoid clobbering std{in,out,err}.
+
+Files:
+lib/stdlib--.h
+lib/stdlib-safer.h
+lib/mkstemp-safer.c
+m4/stdlib-safer.m4
+
+Depends-on:
+mkstemp
+unistd-safer
+
+configure.ac:
+gl_STDLIB_SAFER
+
+Makefile.am:
+
+Include:
+"stdlib-safer.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering