summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-22 18:16:06 +0000
committerJim Meyering <jim@meyering.net>2002-01-22 18:16:06 +0000
commit97d18a1d85cd3b645547dec2ab7bbc2d46422e70 (patch)
treeb825e98d16760f5b2e24ef9d63a0c644f3c1bc21 /old
parent7e37a5e5e18a1a28377085cc19bca2e932951909 (diff)
downloadcoreutils-97d18a1d85cd3b645547dec2ab7bbc2d46422e70.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog8
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>