diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-21 22:02:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-21 22:02:35 +0000 |
commit | 58831677744d43b9185ee0c0221c7cca32b37f64 (patch) | |
tree | 43164be20314c1adb17611b861e5f9c68e56fd8b /old/textutils | |
parent | 2d1ec9382155be4b86ac09354c3b1c261613625d (diff) | |
download | coreutils-58831677744d43b9185ee0c0221c7cca32b37f64.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 10 |
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. |