summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-23 09:14:52 +0000
committerJim Meyering <jim@meyering.net>2002-02-23 09:14:52 +0000
commit687ed33f94ac6beeecfe60573f0557d9b1712130 (patch)
treed554dd63f9003be59ec183f2e0157c0ef1e4de88 /old/textutils
parent39ae860d5b45e577bfd5adabd57cd7ed6ec5ed2d (diff)
downloadcoreutils-687ed33f94ac6beeecfe60573f0557d9b1712130.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 87e22a2d1..c76b4ae2b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,21 @@
+2002-02-23 Jim Meyering <meyering@lucent.com>
+
+ * Version 2.0.22.
+
+2002-02-23 Paul Eggert <eggert@twinsun.com>
+
+ * src/cat.c (simple_cat, cat, main): Used char * rather than
+ unsigned char *, to avoid some technical violations of the C
+ standard, and to avoid the need for casts. I guess the
+ unsigned char * was probably there for improved performance
+ with ancient compilers, but the code wasn't using the
+ unsignedness any more.
+ Reported by Nelson H. F. Beebe.
+
+ (cat): int -> size_t for full_write arg. This doesn't
+ fix any bugs since the buffer size is small, but it makes
+ the code a bit clearer.
+
2002-02-18 Jim Meyering <meyering@lucent.com>
* Version 2.0.21.