From: Jim Meyering Date: Tue, 13 Jun 1995 04:46:19 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=891c9b5cc793448495b453f6d575b42b35b6a494;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b45b527f37..84596aab2d 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,9 @@ Mon Jun 12 23:07:59 1995 Jim Meyering (meyering@comco.com) + * sort.c (xfclose): Don't try to flush stdin, only stdout. + Otherwise, at least Ultrix-4.3's fflush would return EOF. + Reported by Jim Blandy (jimb@cyclic.com). + * tr.c (non_neg_strtol): Don't compare signed and unsigned. [struct Spec_list] (indefinite_repeat_element): New member. Use size_t rather than int or unsigned long where reasonable.