diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-04 10:00:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-04 10:00:40 +0000 |
commit | aac1ddf240144ccd359be09f2d4d5b24a2748029 (patch) | |
tree | 432dea827934aa80b00b18c438ce5bfb51787b01 | |
parent | c1f85fb9e15ce5ebbd2ec1d313b94573b2bb382d (diff) | |
download | coreutils-aac1ddf240144ccd359be09f2d4d5b24a2748029.tar.xz |
mention pwd fix
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ GNU coreutils NEWS -*- outline -*- fts no longer changes the current working directory, so its clients (chmod, chown, chgrp, du) no longer malfunction under extreme conditions. + pwd and other programs using lib/getcwd.c work even on file systems + where dirent.d_ino values are inconsistent with those from stat.st_ino. + ** Changes in behavior basename and dirname now treat // as different from / on platforms |