]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 14 Sep 2002 07:45:59 +0000 (07:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Sep 2002 07:45:59 +0000 (07:45 +0000)
ChangeLog

index 8270f9ed952a7d0c90ce808fe03a2cfeee3d7ee5..9549a1a021df7717935eacd196b081b55f8bcce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2002-09-13  Jim Meyering  <meyering@lucent.com>
+2002-09-14  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.5.2.
 
+       * src/id.c (print_full_info, print_group_list): Add casts to avoid
+       warnings about `signed and unsigned type in conditional expression'.
+
+       * src/md5sum.c: Change type of global, digest_hex_bytes, to size_t
+       to avoid warnings about `comparison between signed and unsigned'.
+       (split_3): Change parameter names to be readable and add comment.
+       Clean up the test for whether a line may be ignored.
+
+2002-09-13  Jim Meyering  <meyering@lucent.com>
+
        * src/printf.c (main): Handle leading command line argument of `--'.
        Reported by Raul: DervishD <raul@pleyades.net>
        * tests/misc/printf: New file: test for the above.