]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 2 Nov 2003 19:54:01 +0000 (19:54 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Nov 2003 19:54:01 +0000 (19:54 +0000)
ChangeLog

index 0d7dc5cfbc49f4de154c5bf3bfc1b27141a06539..a45c312caa529db0688c0d206579bb82ed24f9f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2003-10-25  Jim Meyering  <meyering@lucent.com>
+2003-11-02  Jim Meyering  <jim@meyering.net>
 
        * 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  <meyering@lucent.com>
+
        * 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.