From: Jim Meyering Date: Wed, 24 Aug 2005 19:42:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966c43eca38b161584084b32f4359d4cf4a04b91;p=pspp *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4a67c7387a..f7d0e2848a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-24 Jim Meyering + + * 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 * tests/test-getpass.c: New file. diff --git a/lib/ChangeLog b/lib/ChangeLog index add4eae59c..16e9487970 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-08-24 Jim Meyering + + Sync from coreutils. + * fcntl--.h, fcntl-safer.h, open-safer.c: New files. + 2005-08-21 Bruno Haible * lock.h: Add multiple inclusion guard. diff --git a/m4/ChangeLog b/m4/ChangeLog index 8d4213e5ce..e9fd0f3e6c 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,8 @@ 2005-08-24 Jim Meyering + 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 index 0000000000..977c1f0101 --- /dev/null +++ b/modules/fcntl-safer @@ -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