From: Jim Meyering Date: Sat, 14 Sep 2002 07:45:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.2~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95631bcc4d3f264f065eac9cf82203dea4b5e233;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8270f9ed95..9549a1a021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2002-09-13 Jim Meyering +2002-09-14 Jim Meyering * 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 + * src/printf.c (main): Handle leading command line argument of `--'. Reported by Raul: DervishD * tests/misc/printf: New file: test for the above.