diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-22 08:13:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-22 08:13:00 +0000 |
commit | ff9ea9b1395aa353c0844d95595e62a02f061f00 (patch) | |
tree | 66579ebb8dfa0ffe44ab3436a805613eebdf7216 /old/textutils | |
parent | 026c2017b1426f9a0f648ba30299db6e809073d0 (diff) | |
download | coreutils-ff9ea9b1395aa353c0844d95595e62a02f061f00.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 6df3385ae..eb36d0548 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,18 @@ -2002-01-21 Jim Meyering <meyering@lucent.com> +2002-01-22 Jim Meyering <meyering@lucent.com> * Version 2.0.20. +2001-01-21 Paul Eggert <eggert@twinsun.com> + + * src/comm.c: Include xmemcoll.h, not memcoll.h. + Use xmemcoll instead of memcoll. + * src/join.c: Likewise. + * src/sort.c: Likewise. + + * src/sort.c (die): Do not invoke cleanup; atexit does this now. + (main): Use atexit to invoke cleanup on exit. + Set xmemcoll_exit_failure to SORT_FAILURE. + 2002-01-20 Paul Eggert <eggert@twinsun.com> * src/comm.c (compare_files): Don't assume that the difference |