summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 46f6b1634..963d49bdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.