summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-30 20:23:00 +0000
committerJim Meyering <jim@meyering.net>2005-06-30 20:23:00 +0000
commita3d8cfece3537fc1ecdc924cc7be6f3e06ee7d9c (patch)
tree9c39013dd0c37b25185a4092de2d2faa6a8aff3d /lib
parentc17ae586bb89eb7d2aeb4364a5ab65768fce6a39 (diff)
downloadcoreutils-a3d8cfece3537fc1ecdc924cc7be6f3e06ee7d9c.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-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.