From: Jim Meyering Date: Mon, 23 Sep 1996 03:03:36 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19f~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4097b92a075e3451b110a93d8f979a72ec0c94ff;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ccdd250e8a..cff72f6578 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,10 @@ Sun Sep 22 09:24:22 1996 Jim Meyering + * src/sort.c (keycompare): Declare translate to be unsigned char *. + Otherwise, sign extension caused misordering when using e.g. -f. + Reported by Erick Branderhorst. + * tests/sort-test/Test.pm: Add Erick's test for that fix. + * tests/Makefile.am (SUBDIRS): Add md5sum-test. Sat Sep 21 13:34:59 1996 Jim Meyering