diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-11 16:50:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-11 16:50:25 +0000 |
commit | 3f84f91c7c56011a88b926efaab57cd03ed837ba (patch) | |
tree | 3e2c005183184a8329150a348f790f034fb55c3a /lib | |
parent | 546b62a2bc2938eab4e6652d9bfb3501c5e90c74 (diff) | |
download | coreutils-3f84f91c7c56011a88b926efaab57cd03ed837ba.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 03c52d2d0..34afd2cef 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-05-11 Jim Meyering <jim@meyering.net> + + Prior to this change, rm required read access to the + current directory on systems with the fchdir function. + + * save-cwd.c (save_cwd) [HAVE_FCHDIR]: Don't fail just + because opening `.' failed. Resort to using xgetcwd. + 2004-05-07 Jim Meyering <jim@meyering.net> Update from gnulib. |