summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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.