summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-27 11:39:15 +0000
committerJim Meyering <jim@meyering.net>1995-05-27 11:39:15 +0000
commit4662661e71d2a8e75d6dc6471837b5598b9c6499 (patch)
tree82ad3cb384a3a53b93fa4b24af1f6783ccb998fd
parent4d00132265538f4523736ce6e97e0c3afdea59df (diff)
downloadcoreutils-4662661e71d2a8e75d6dc6471837b5598b9c6499.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog6
-rw-r--r--old/sh-utils/ChangeLog6
-rw-r--r--old/textutils/ChangeLog6
3 files changed, 18 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 177ab91a0..850f7747b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,9 @@
+Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com)
+
+ * system.h [!STDC_HEADERS && HAVE_MEMORY_H]: Include memory.h.
+ Without this, SunOS doesn't get type for memchr.
+ Reported by Kaveh Ghazi.
+
Sun May 21 07:20:55 1995 Jim Meyering (meyering@comco.com)
* all source files (usage): Include one- or two-line synopsis
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 57598f5f7..f7e7d8a71 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,9 @@
+Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com)
+
+ * system.h [!STDC_HEADERS && HAVE_MEMORY_H]: Include memory.h.
+ Without this, SunOS doesn't get type for memchr.
+ Reported by Kaveh Ghazi.
+
Sun May 21 07:20:55 1995 Jim Meyering (meyering@comco.com)
* Makefile.in (.PHONY): TAGS is not a phony target. From Franc,ois.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index f465df38f..632c2e4a7 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,9 @@
+Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com)
+
+ * system.h [!STDC_HEADERS && HAVE_MEMORY_H]: Include memory.h.
+ Without this, SunOS doesn't get type for memchr.
+ Reported by Kaveh Ghazi.
+
Thu May 25 00:06:50 1995 Jim Meyering (meyering@comco.com)
* Version 1.11.4.