diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-20 21:04:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-20 21:04:26 +0000 |
commit | 9f425a515bb75ea597b2ae496b93c5a776516b17 (patch) | |
tree | 3357678ccceef998657c62733623dc4d8fcceb6b | |
parent | b4721f8c6e5ac06d4f3f64fc2b0855480dfc3536 (diff) | |
download | coreutils-9f425a515bb75ea597b2ae496b93c5a776516b17.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 92490149c..4aaad17f8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -23,6 +23,9 @@ * src/mv.c (cp_option_init): Initialize to DEREF_NEVER, not `0'. * src/install.c (cp_option_init): Initialize to DEREF_ALWAYS, not `1'. + * tests/cp/Makefile.am (TESTS): Add cp-HL. + * tests/cp/cp-HL: New test. + * src/du.c (print_totals): Rename global from opt_combined_arguments. 2000-08-17 Paul Eggert <eggert@twinsun.com> |