From: Jim Meyering Date: Fri, 23 Feb 2001 08:52:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_12~39 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2a9477bd9534bff6cfda373fadb8cfe46cf9327e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 977d9874f9..8f5530ca61 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +2001-02-22 Jim Meyering + + * src/sort.c (keycompare): Move declarations of locals, lena and lenb, + into the inner scope where they are used. + 2001-02-19 Jim Meyering * src/sort.c (AUTHORS): Add Paul Eggert.