1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-01-21 22:02:35 +00:00
parent 2d1ec93821
commit 5883167774

View 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