summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-03 07:27:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-03 07:27:05 +0000
commite05ece2cedb3396d494f67f14a9bcb343d2b6cf0 (patch)
tree0f8ba38f41c2e7847f076747ef31c9435f52522e /lib/ChangeLog
parentdd6f2c49dba1ba29e9be80f651ddfbf88a5ea7eb (diff)
downloadcoreutils-e05ece2cedb3396d494f67f14a9bcb343d2b6cf0.tar.xz
Cleanup to isolate "safer" functions to a small part of the code.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8b56cbf54..94180dc66 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,27 @@
+2005-07-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ Cleanup to isolate "safer" functions to a small part of the code.
+ * fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, fcntl-safer.h:
+ * open-safer.c, stdlib-safer.h, mkstemp-safer.c, fd-reopen.h:
+ * fd-reopen.c: New files.
+ * fopen-safer.c: Include stdio-safer.h first, to check interface.
+ Don't bother including stdio.h, since stdio-safer.h does.
+ * fts.c (fd_safer): Remove decl.
+ Include fcntl--.h rather than unistd-safer.h
+ (fts_safe_changedir): Don't call fd_safer; no longer needed
+ now that we include fcntl--.h.
+ * getloadavg.c: Include fcntl--.h rather than fcntl.h.
+ Do not include unistd-safer.h.
+ (getloadavg): Don't call fd_safer; no longer needed
+ now that we include fcntl--.h.
+ * getusershell.c: Include stdio--.h rather than stdio.h
+ and stdio-safer.h.
+ (getusershell): Call fopen, not fopen_safer.
+ * save-cwd.c: Include fcntl--.h rather than fcntl.h.
+ Do not include unistd-safer.h.
+ (save_cwd): Don't call fd_safer; no longer needed
+ now that we include fcntl--.h.
+
2005-07-02 Jim Meyering <jim@meyering.net>
* getopt_.h: Assume HAVE_UNISTD_H, i.e., include <unistd.h>