diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-27 12:15:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-27 12:15:23 +0000 |
commit | 063bdf481b3971acae7d75d4e057a9bf37f8900b (patch) | |
tree | 2608140a6df76dc72edddc5df53805f543e68bcd /old | |
parent | cc9a042dfd47fe4b0f3429fb52bb08786a66a100 (diff) | |
download | coreutils-063bdf481b3971acae7d75d4e057a9bf37f8900b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index cb7c36216..fb0594248 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ 2000-04-27 Jim Meyering <meyering@lucent.com> + Clean up. + * tests/mkdir/Makefile.am (TESTS_ENVIRONMENT): Set PATH, not MKDIR. + * tests/mkdir/p-1: Use mkdir, not $MKDIR. + * tests/mkdir/p-2: Likewise. + + * configure.in (AC_OUTPUT): Add tests/du/Makefile. + * tests/Makefile.am (SUBDIRS): Add du. + * tests/du: New directory. + * tests/du/two-args: New test. + * tests/mkdir/special-1: New test. * tests/mkdir/Makefile.am (TESTS): Add special-1. @@ -19,7 +29,7 @@ 2000-04-17 Jim Meyering <meyering@lucent.com> - * src/chown.c: Accept new option: --from=CURRENT_OWNER:CURRENT_GROUP. + * src/chown.c: New option: --from=CURRENT_OWNER:CURRENT_GROUP. (enum) [FROM_OPTION]: New member. (long_options): New getopt spec. (change_file_owner): Add old_user, old_group parameters. Use them. |