]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 21 Jan 2002 22:02:35 +0000 (22:02 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Jan 2002 22:02:35 +0000 (22:02 +0000)
old/textutils/ChangeLog

index fd53248f8efd8316c6660ea2f14ad14e7100da6d..6df3385ae7dc14c9722add671eea83ff61597d80 100644 (file)
@@ -1,6 +1,16 @@
+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