summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-03-29 21:57:53 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2007-03-29 21:57:53 +0000
commit8d38e787ae4ddaa20c12004c06d2eaa5a967142b (patch)
treeb790ca6aab29a65d83c917676804cea3c2daed67 /ChangeLog
parent4c6e1f1d454105622a7f142a5296ec4c73d4721a (diff)
downloadgnulib-8d38e787ae4ddaa20c12004c06d2eaa5a967142b.tar.gz
* m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
try to remove a parent directory if the child couldn't be removed (except for the first rmdir, which could fail because the child doesn't exist). Problem reported by Jeff Blaine in <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df5abe7536..55c6440505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
+ try to remove a parent directory if the child couldn't be removed
+ (except for the first rmdir, which could fail because the child
+ doesn't exist). Problem reported by Jeff Blaine in
+ <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
+
2007-03-28 Bruno Haible <bruno@clisp.org>
* lib/striconveh.c (utf8conv_carefully): New function.