diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-27 05:05:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-27 05:05:47 +0000 |
commit | 3fc7024e49515deb8660786ba600338ab29ab629 (patch) | |
tree | 2239b92b0b420b07923ca48bf10b4bb5824a8541 | |
parent | 30b522371a2a814d5a0868aff660b2fece9d44b9 (diff) | |
download | coreutils-3fc7024e49515deb8660786ba600338ab29ab629.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b22fef55b..86db6ffaf 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,11 +1,9 @@ -1998-04-27 Jim Meyering <meyering@ascend.com> - - * tests/tail/Test.pm: Disable test f-1, now that it fails. - 1998-04-26 Jim Meyering <meyering@ascend.com> * Version 1.22f. + * tests/tail/Test.pm: Disable test f-1, now that it fails. + * src/sort.c (keycompare) (CMP_WITH_IGNORE): Don't return 0 from inside the keyspec-iterating loop. With this change, test 22a passes. Reported by Zvi Har'El. |