1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-04-27 06:44:20 +00:00
parent 5bb0a21123
commit 56b185d9b3

View File

@@ -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/.