]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 13 Jun 1995 04:46:19 +0000 (04:46 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 13 Jun 1995 04:46:19 +0000 (04:46 +0000)
old/textutils/ChangeLog

index b45b527f3796f24b525a45be0f6b295ad559d505..84596aab2d8d81f9a138468c8dbd3d536fe770b9 100644 (file)
@@ -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.