diff options
-rw-r--r-- | old/textutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 79c25aac4..6603c84b6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,14 @@ * Version 2.0.20. +2002-01-22 Paul Eggert <eggert@twinsun.com> + + * src/od.c (skip): Remove redundant check for overflow. + fseeko's seek argument is already known to be in range, + since it is less than the file size. + +2002-01-22 Jim Meyering <meyering@lucent.com> + * po/POTFILES.in: Add lib/xmemcoll.c. 2002-01-22 Paul Eggert <eggert@twinsun.com> |