From 687ed33f94ac6beeecfe60573f0557d9b1712130 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Feb 2002 09:14:52 +0000 Subject: . --- old/textutils/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'old') 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 + + * Version 2.0.22. + +2002-02-23 Paul Eggert + + * 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 * Version 2.0.21. -- cgit v1.2.3-54-g00ecf