+2005-08-24 Jim Meyering <jim@meyering.net>
+
+ * modules/fcntl-safer: New module.
+ * modules/fts (Depends-on): Add fcntl-safer.
+ * MODULES.html.sh (File descriptor based Input/Output):
+ Add fcntl-safer.
+
2005-08-24 Simon Josefsson <jas@extundo.com>
* tests/test-getpass.c: New file.
+2005-08-24 Jim Meyering <jim@meyering.net>
+
+ Sync from coreutils.
+ * fcntl--.h, fcntl-safer.h, open-safer.c: New files.
+
2005-08-21 Bruno Haible <bruno@clisp.org>
* lock.h: Add multiple inclusion guard.
2005-08-24 Jim Meyering <jim@meyering.net>
+ Sync from coreutils.
+ * fcntl-safer.m4: New file.
+
* xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
and object files for this module.
--- /dev/null
+Description:
+File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
+
+Files:
+lib/fcntl--.h
+lib/open-safer.c
+lib/fcntl-safer.h
+m4/fcntl-safer.m4
+
+Depends-on:
+unistd-safer
+
+configure.ac:
+gl_FCNTL_SAFER
+
+Makefile.am:
+
+Include:
+"fcntl-safer.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering