diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-23 09:14:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-23 09:14:52 +0000 |
commit | 687ed33f94ac6beeecfe60573f0557d9b1712130 (patch) | |
tree | d554dd63f9003be59ec183f2e0157c0ef1e4de88 /old/textutils | |
parent | 39ae860d5b45e577bfd5adabd57cd7ed6ec5ed2d (diff) | |
download | coreutils-687ed33f94ac6beeecfe60573f0557d9b1712130.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 18 |
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. |