*** empty log message ***

This commit is contained in:
Jim Meyering
2005-06-13 10:21:32 +00:00
parent 069175c396
commit 1cd524bfb2
+2 -6
View File
@@ -2,16 +2,12 @@
* Version 5.3.1.
* src/mkdir.c (main): When make_dir_parents changes the current working
directory, give a diagnostic about each subsequent failure to create
a dot-relative directory.
* src/install.c (main): Likewise.
(install_file_in_file_parents): Update make_dir_parents caller.
* src/mkdir.c (main): Give a diagnostic for -- and skip -- each
relative directory name after make_dir_parents fails to restore
the working directory. Before, `mkdir -p' could create directories
in the wrong place in unusual circumstances.
* src/install.c (main): Likewise.
(install_file_in_file_parents): Update make_dir_parents caller.
* tests/mkdir/p-3: New test for today's mkdir.c/mkdir-p.c bug fixes.
2005-06-10 Paul Eggert <eggert@cs.ucla.edu>