From: Jim Meyering Date: Mon, 14 Jan 2002 08:53:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_20~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15e112e97bd0485072022a26e112c155260bb557;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ca3c9fbc0c..479c7c60df 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,19 @@ -2002-01-13 Jim Meyering +2002-01-14 Jim Meyering * Version 2.0.20. + * tests/misc/sort: New test, for just-fixed bug. + * tests/misc/Makefile.am (TESTS): Add sort. + (TESTS_ENVIRONMENT): Add PROG=$$tst. This is a gross kludge + that depends on the name of an automake-generated local variable. + +2002-01-13 Paul Eggert + + * src/sort.c (mergefps): Fix bug when eliminating empty files. + Bug reported by James Hutt. + +2002-01-13 Jim Meyering + * tests/help-version: Tweak to work with the programs in diffutils. 2002-01-09 Jim Meyering