*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 19:42:04 +0000 (19:42 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Aug 2005 19:42:04 +0000 (19:42 +0000)
ChangeLog
lib/ChangeLog
m4/ChangeLog
modules/fcntl-safer [new file with mode: 0644]

index 4a67c73..f7d0e28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index add4eae..16e9487 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 8d4213e..e9fd0f3 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
diff --git a/modules/fcntl-safer b/modules/fcntl-safer
new file mode 100644 (file)
index 0000000..977c1f0
--- /dev/null
@@ -0,0 +1,25 @@
+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