summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-16 19:35:10 +0000
committerJim Meyering <jim@meyering.net>2000-11-16 19:35:10 +0000
commit395dc1f7ff9bc6da929e859c47f29ea4f6492db6 (patch)
tree01f58393155f1ba508502e620d0d768b659163b9 /old
parent1f789a22a270ce84402e7960745bfd0e9954a4ef (diff)
downloadcoreutils-395dc1f7ff9bc6da929e859c47f29ea4f6492db6.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 293743341..08975ab13 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -2,6 +2,12 @@
* Version 2.0.9.
+2000-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * tsort.c: Include sys/types.h before system.h.
+
+2000-11-16 Jim Meyering <meyering@lucent.com>
+
* src/join.c: Declare global `tab' to be of type *unsigned* char,
so join works with 8-bit delimiter characters.
Reported by Antonio Rendas.