summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6556f7da3..28f2ddf80 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,16 @@
2005-06-30 Jim Meyering <jim@meyering.net>
+ * stdopen.c: Add copyright.
+ Include <fcntl.h> and <unistd.h> unconditionally --
+ it seems to be ok to do this, these days.
+
+ * stdopen.c: Rewritten by Paul Eggert.
+ Now, the minimum overhead is just two system calls: dup and close.
+
+ * stdopen.c: New file. As yet unused.
+ The minimum overhead is three fstat calls.
+ * stdopen.h: New file.
+
* argmatch.h [!VERIFY] (VERIFY): Define.
(ARGMATCH_VERIFY): Use it, so this macro may be used more than
once in any given scope.