From: Paul Eggert Date: Fri, 7 Oct 2005 18:48:55 +0000 (+0000) Subject: Redo previous change to sort.c. X-Git-Tag: v5.91~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b17333e415ff19f0fb4070c77182a43e86c6d405;p=thirdparty%2Fcoreutils.git Redo previous change to sort.c. --- diff --git a/ChangeLog b/ChangeLog index 5dc562e97d..46ead3340a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-10-06 Paul Eggert +2005-10-07 Paul Eggert * Version 5.91-cvs. + * src/sort.c (sortlines_temp): Redo previous change, since I'm + no longer confident that the m4/stdbool.m4 patch suffices. + +2005-10-06 Paul Eggert + * src/sort.c (sortlines_temp): Undo previous change, since today's change to m4/stdbool.m4 should catch it.