diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-29 15:58:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-29 15:58:04 +0000 |
commit | 31c77a2fde27888aead246cde6eb88724450e5e1 (patch) | |
tree | c1416ea548d77f30a1744696cbdf061afd2fb830 /ChangeLog | |
parent | af46184a80169c95bd0f8115a758d293836aa444 (diff) | |
download | coreutils-31c77a2fde27888aead246cde6eb88724450e5e1.tar.xz |
[ChangeLog]
Since any system may be affected by the Darwin readdir bug,
perform the extra rewinddir unconditionally. The performance
impact of rewinding a directory is negligible.
* src/remove.c (NEED_REWIND): Define to use
CONSECUTIVE_READDIR_UNLINK_THRESHOLD unconditionally.
[m4/ChangeLog]
* readdir.m4: Remove file once again.
* jm-macros.m4: Remove reference to gl_FUNC_READDIR.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-09-29 Jim Meyering <jim@meyering.net> + Since any system may be affected by the Darwin readdir bug, + perform the extra rewinddir unconditionally. The performance + impact of rewinding a directory is negligible. + * src/remove.c (NEED_REWIND): Define to use + CONSECUTIVE_READDIR_UNLINK_THRESHOLD unconditionally. + * tests/seq/basic: Use .11 as the upper bound, in case the ".1" increment translates to a slightly larger value. This corrects a test failure on FreeBSD 6.1 reported by Nelson Beebe. |