summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-02 09:07:13 +0000
committerJim Meyering <jim@meyering.net>2002-09-02 09:07:13 +0000
commita9e5e84ed73c8639cae7d029975d305224d59b64 (patch)
treee26a6a226da2fdcc887e780280c0cf3755248a03 /ChangeLog
parent585d13437cd4e90f17d570b5a1f3ef656091d619 (diff)
downloadcoreutils-a9e5e84ed73c8639cae7d029975d305224d59b64.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0b0d0170..2ab026051 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2002-09-02 Jim Meyering <meyering@lucent.com>
+
+ * Version 4.5.2.
+
+ * README: A good problem report/patch includes diffs against
+ the most recent test release.
+
+ * src/pathchk.c (NEED_PATHCONF_WRAPPER): Define.
+ (pathconf_wrapper): Define only if NEED_PATHCONF_WRAPPER is set.
+
+ * src/kill.c (print_table_row): Use an unsigned type for widths
+ to avoid warning about comparison between signed and unsigned.
+ (list_signals): Likewise.
+
+ * src/od.c (skip): Add a cast to avoid warning about comparison
+ between signed and unsigned.
+ * src/install.c (get_ids): Likewise. Also rearrange range-checking
+ comparisons to make them more readable.
+
2002-09-01 Jim Meyering <meyering@lucent.com>
* Version 4.5.1.