From 1d6e649c837a01cfedd7dba0cfa9d912be46e391 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 24 Aug 2005 15:25:33 +0000 Subject: *** empty log message *** --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') 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 + + * 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 * regcomp.c, regex.c, regex.h, regex_internal.c: Update from gnulib. -- cgit v1.2.3-70-g09d2