diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-05 15:08:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-05 15:08:22 +0000 |
commit | d858c3c433bd07a83f1668bffd6f980cbb943848 (patch) | |
tree | 732caca5f0386d16e619815e40c1f2d580efd5c1 /old/fileutils/ChangeLog | |
parent | 39b53154caf1d1004156b55df65da9af228d7706 (diff) | |
download | coreutils-d858c3c433bd07a83f1668bffd6f980cbb943848.tar.xz |
(main): Use make_dir instead of using mkdir directly.
Diagnose as failure when mkdir tries to create (without the --parent (-p)
option) a directory that already exists.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index aa027851d..b86e0e99b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +2000-11-05 Jim Meyering <meyering@lucent.com> + + * src/mkdir.c (main): Use make_dir instead of using mkdir directly. + Diagnose as failure when mkdir tries to create (without the --parent + (-p) option) a directory that already exists. + * tests/cp/cp-parents: Add a test for the above fix. + 2000-11-01 Jim Meyering <meyering@lucent.com> * Version 4.0.30. |