summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-09-23 03:03:36 +0000
committerJim Meyering <jim@meyering.net>1996-09-23 03:03:36 +0000
commit4097b92a075e3451b110a93d8f979a72ec0c94ff (patch)
tree5404d5f0448a6a3a7ac1ceda56716b648c741fd2 /old/textutils
parent7c695a0e5aecdc1240d748301bad68b9b988084b (diff)
downloadcoreutils-4097b92a075e3451b110a93d8f979a72ec0c94ff.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index ccdd250e8..cff72f657 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,10 @@
Sun Sep 22 09:24:22 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * 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 <meyering@na-net.ornl.gov>