diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-06 15:29:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-06 15:29:20 +0000 |
commit | c5a425ef3d308da04ae051aa68d478c1707931a4 (patch) | |
tree | 8cef9ad3b6bbf09b8ef019bf60be475793087ae1 | |
parent | 8840dfb071a7ee348e2e544a61e01af67aa52d39 (diff) | |
download | coreutils-c5a425ef3d308da04ae051aa68d478c1707931a4.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2006-05-06 Eric Blake <ebb9@byu.net> +2006-05-06 Jim Meyering <jim@meyering.net> * Version 6.0-cvs. + * tests/ls/stat-vs-dirent: New test, to detect the bogus file + system condition where dirent.d_ino != stat.st_ino. + +2006-05-06 Eric Blake <ebb9@byu.net> + * tests/mv/leak-fd: Work even on case-insensitive file system. 2006-05-04 Jim Meyering <jim@meyering.net> |