summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-10-07 07:08:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-10-07 07:08:29 +0000
commitdc52b433efc3bba39fb801b05e8d0530c680ad0e (patch)
treed2d9c1f8511891af5f5e71085413ea585e9854d4 /ChangeLog
parent4767fc607e5fd38b2a9c8db2d876125aaa10e578 (diff)
downloadcoreutils-dc52b433efc3bba39fb801b05e8d0530c680ad0e.tar.xz
* src/install.c (make_ancestor): New arg COMPONENT.
* src/mkdir.c (make_ancestor): Likewise. * tests/install/basic-1: Check for install -Dv bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 3 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 84c9d866e..d296d44c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,14 +2,9 @@
Fix bug reported today by Mike Frysinger: mkdir -pv is logging the
wrong file name in some cases.
- * src/install.c (struct install_options): New type.
- (install_file_in_file_parents, main):
- Use it instead of struct cp_options.
- (process_dir): Remember the full name.
- (announce_mkdir, make_ancestor): Use the full name in announcements.
- * src/mkdir.c (struct mkdir_options): Add full_name member.
- (make_ancestor): Use the full name in announcements.
- (process_dir): Remember the full name.
+ * src/install.c (make_ancestor): New arg COMPONENT.
+ * src/mkdir.c (make_ancestor): Likewise.
+ * tests/install/basic-1: Check for install -Dv bug.
* tests/mkdir/Makefile.am (TESTS): Add p-v.
* tests/mkdir/p-v: New file, to test this bug.