diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-27 06:44:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-27 06:44:20 +0000 |
commit | 56b185d9b3dab0a9c88b6b7a433e58f7ca9be33f (patch) | |
tree | 95213ad7d7bdfed5a93f5d9adae3ea20625800a2 /old | |
parent | 5bb0a21123be87869ef11e724a097851cdb412d2 (diff) | |
download | coreutils-56b185d9b3dab0a9c88b6b7a433e58f7ca9be33f.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4cbed5d74..cb7c36216 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +2000-04-27 Jim Meyering <meyering@lucent.com> + + * tests/mkdir/special-1: New test. + * tests/mkdir/Makefile.am (TESTS): Add special-1. + +2000-04-25 Paul Eggert <eggert@twinsun.com> + + * src/du.c (pop_dir): Remove through_symlink arg; use null cwd + for that purpose instead. + (count_entry): Also save the directory if we're saving more + than one level. + Fix file descriptor and memory leak when chdir fails. + 2000-04-26 Jim Meyering <meyering@lucent.com> * src/mkdir.c: Rename global: s/path_mode/create_parents/. |