From: Jim Meyering Date: Mon, 24 Oct 2005 10:03:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1476 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=946e7dc9300fa9833db8310932bfe1af69e1f5ff;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d575bb2ae3..f41ae26c68 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2005-10-24 Jim Meyering + + A command like `mkdir -p nonexistent/.' would create the + directory but exit nonzero with a diagnostic. This could also be + triggered with a non-`.' component, e.g., in a race with another + process running the same `mkdir -p nonexistent/sub' command. + + * mkdir-p.c (make_dir_parents): Handle the case of an + existing final component. + Reported by Matthias Andree here: + http://savannah.gnu.org/bugs/?func=detailitem&item_id=14848 + 2005-10-23 Jim Meyering * sha512.h: Remove no-longer-relevant comment.