From: Jim Meyering Date: Sun, 2 Nov 2003 19:54:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ecbfc3886311773ad9ea4db47f2a6f10b43fb0f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0d7dc5cfbc..a45c312caa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2003-10-25 Jim Meyering +2003-11-02 Jim Meyering * Version 5.1.0. + * src/tr.c (append_normal_char, append_range, append_char_class) + (append_repeated_char, append_equiv_class, spec_init): Use `sizeof *var' + rather than `sizeof EXPLICIT_TYPE'. The former is more maintainable + and usually shorter. + +2003-10-25 Jim Meyering + * 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.