diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-14 07:45:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-14 07:45:59 +0000 |
commit | 95631bcc4d3f264f065eac9cf82203dea4b5e233 (patch) | |
tree | ad9bda99d49f75d75f0ba0c37139d2ebf4a0cb6e | |
parent | c81581d5c395f077bc681612857ee8cff3fcd6cf (diff) | |
download | coreutils-95631bcc4d3f264f065eac9cf82203dea4b5e233.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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. |