diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-15 07:23:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-15 07:23:14 +0000 |
commit | 68754e2a35e5bd2e0f4b247b28d058d893f613fc (patch) | |
tree | 4a7590566af2c4ca1a00a913eee60a70ce9181d4 /ChangeLog | |
parent | f4c8df3d37c05d00d1dbc0d87b566f837a7db941 (diff) | |
download | coreutils-68754e2a35e5bd2e0f4b247b28d058d893f613fc.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2002-09-14 Jim Meyering <meyering@lucent.com> +2002-09-15 Jim Meyering <meyering@lucent.com> * Version 4.5.2. + * src/csplit.c (get_format_width): Add cast to avoid + warning about `signed and unsigned type in conditional expression'. + +2002-09-14 Jim Meyering <meyering@lucent.com> + * src/who.c (print_user): Change type of local to size_t to avoid warnings about `comparison between signed and unsigned'. * src/ptx.c (generate_all_output): Likewise. |