diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-16 20:29:08 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-16 20:29:08 +0000 |
commit | 0f10230a24125c8b7333850e58cc92a100203c84 (patch) | |
tree | 7854e56f02e3f91f01e61dda21e31b1447a17642 /ChangeLog | |
parent | 002c26a1539c60a99353a189c59cd1689c9d42d1 (diff) | |
download | coreutils-0f10230a24125c8b7333850e58cc92a100203c84.tar.xz |
Fix Cygwin porting problem reported by Eric Blake.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2005-05-14 Paul Eggert <eggert@cs.ucla.edu> +2005-05-16 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + Fix Cygwin porting problem reported by Eric Blake. + * src/remove.c (DT_IS_DIR): Remove. + (DT_IS_KNOWN, DT_MUST_BE): New macros. + (remove_entry): Use them. + +2005-05-14 Paul Eggert <eggert@cs.ucla.edu> + * src/remove.c: Include unlinkdir.h. (UNLINK_CAN_UNLINK_DIRS): Remove. (remove_entry): Use cannot_unlink_dirs () rather than |