diff --git a/ChangeLog b/ChangeLog index ef29e2303..7d7d6ae0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2003-05-01 Jim Meyering +2003-05-02 Jim Meyering * Version 5.0.1. + Factor out common code. + * src/remove.c (readdir_ignoring_dotdirs): New function. + (is_empty_dir): Use it here. + (remove_cwd_entries): Use it here. + +2003-05-01 Jim Meyering + * tests/rm/r-3: Create 500 rather than just 300 files. There's a bug in Darwin6.5's readdir that shows up only with 338 or more files.