summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-21 22:02:35 +0000
committerJim Meyering <jim@meyering.net>2002-01-21 22:02:35 +0000
commit58831677744d43b9185ee0c0221c7cca32b37f64 (patch)
tree43164be20314c1adb17611b861e5f9c68e56fd8b /old/textutils
parent2d1ec9382155be4b86ac09354c3b1c261613625d (diff)
downloadcoreutils-58831677744d43b9185ee0c0221c7cca32b37f64.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index fd53248f8..6df3385ae 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,8 +1,18 @@
+2002-01-21 Jim Meyering <meyering@lucent.com>
* Version 2.0.20.
2002-01-20 Paul Eggert <eggert@twinsun.com>
+ * src/comm.c (compare_files): Don't assume that the difference
+ between two size_t values can be stored in an int; this doesn't
+ work, for example, on 64-bit Solaris.
+ * src/sort.c (CMP_WITH_IGNORE): Likewise.
+ * src/join.c (keycmp): Likewise. Also, fix the type of two locals
+ to be size_t instead of int.
+
+2002-01-20 Paul Eggert <eggert@twinsun.com>
+
* src/csplit.c: Don't include "xalloc.h", as system.h already
does that via sys2.h.
* src/sort.c: Likewise.