From: Jim Meyering Date: Thu, 27 Apr 2000 06:44:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0r~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56b185d9b3dab0a9c88b6b7a433e58f7ca9be33f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4cbed5d743..cb7c362162 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +2000-04-27 Jim Meyering + + * tests/mkdir/special-1: New test. + * tests/mkdir/Makefile.am (TESTS): Add special-1. + +2000-04-25 Paul Eggert + + * 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 * src/mkdir.c: Rename global: s/path_mode/create_parents/.