summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-24 15:25:33 +0000
committerJim Meyering <jim@meyering.net>2005-08-24 15:25:33 +0000
commit1d6e649c837a01cfedd7dba0cfa9d912be46e391 (patch)
tree9a5be2bda4bff1f010ef8132f3c55bf183a56197
parentf80cc28124928d6f7ae0c535f8f40598e20cefb2 (diff)
downloadcoreutils-1d6e649c837a01cfedd7dba0cfa9d912be46e391.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8eed1fa56..83231c59a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-24 Jim Meyering <jim@meyering.net>
+
+ * stdopen.c (stdopen): Revert to iterating over descriptors, but
+ rather than using fstat, use fcntl with its F_GETFD flag, which
+ is more efficient. Unlike the 2-syscall dup-close approach,
+ this one doesn't apply any unnecessary pressure on the file
+ descriptor pool -- thus there is one fewer way to fail.
+
2005-08-23 Jim Meyering <jim@meyering.net>
* regcomp.c, regex.c, regex.h, regex_internal.c: Update from gnulib.