summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-13 04:46:19 +0000
committerJim Meyering <jim@meyering.net>1995-06-13 04:46:19 +0000
commit891c9b5cc793448495b453f6d575b42b35b6a494 (patch)
tree30232f84a87e739e65d5eda0d9a589e804bf0872 /old
parent1aa5954b420948565a5e5bf1167255aead1c0f47 (diff)
downloadcoreutils-891c9b5cc793448495b453f6d575b42b35b6a494.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index b45b527f3..84596aab2 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.