diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-25 15:34:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-25 15:34:12 +0000 |
commit | 83967b1ad05c89c0cdbfc1853c3ce5533cddd047 (patch) | |
tree | d475d2e785fb086e19c78d4f078319c47934a151 | |
parent | fc80caecd8280f6470eb330bebb43cef378bcd2d (diff) | |
download | coreutils-83967b1ad05c89c0cdbfc1853c3ce5533cddd047.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ -2003-10-21 Jim Meyering <jim@meyering.net> +2003-10-25 Jim Meyering <meyering@lucent.com> * Version 5.1.0. + * src/copy.c (triple_hash, triple_hash_no_name): Adjust to reflect + type changes (unsigned int -> size_t) in hash.c. + * src/cp-hash.c (src_to_dest_hash): Likewise. + * src/du.c (entry_hash): Likewise. + * src/ls.c (dev_ino_hash): Likewise. + * src/cut.c (hash_int): Likewise. Declare function as static. + +2003-10-21 Jim Meyering <jim@meyering.net> + Don't fail when run with VERBOSE=yes. * tests/chgrp/basic: Do `set +x' before starting the subshell from which we invoke chgrp. Otherwise, the output from the |