diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-13 10:21:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-13 10:21:32 +0000 |
commit | 1cd524bfb2836cc33b2a51c88d4e13f0f56d85ec (patch) | |
tree | ed9101259c64c1e37538f1d2e531de5bdf4e0825 /ChangeLog | |
parent | 069175c39651124aacf0a1305e66521c3c7b14b3 (diff) | |
download | coreutils-1cd524bfb2836cc33b2a51c88d4e13f0f56d85ec.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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> |