diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-11 20:40:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-11 20:40:23 +0000 |
commit | 7384af348278cfeeba206a452f0546cdefc83715 (patch) | |
tree | 20e7e54f6894e5f361dcc14554c97cf06965c60c | |
parent | 28bffbc6fe4630b442a747e5a43934459d9e9668 (diff) | |
download | coreutils-7384af348278cfeeba206a452f0546cdefc83715.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ -2006-03-10 Jim Meyering <jim@meyering.net> +2006-03-11 Eric Blake <ebb9@byu.net> * Version 6.0-cvs. + * src/pwd.c (robust_getcwd): Prepend only one slash, not two. + +2006-03-10 Jim Meyering <jim@meyering.net> + Fix a bug whereby a user with write access to a directory being removed could cause the removal of that directory to fail with an erroneous diagnostic about a directory cycle. Reported by Vineet Chadha. |