summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-04 16:43:33 +0000
committerJim Meyering <jim@meyering.net>1994-11-04 16:43:33 +0000
commitc21a3a4ec6dcc7b65f7029974ce76884bbd6721b (patch)
treeca22e066c825f9dd1053097b895b41c778fe4aeb
parent05bcdf4d41957584911797363baaebc0f3feeba8 (diff)
downloadcoreutils-c21a3a4ec6dcc7b65f7029974ce76884bbd6721b.tar.xz
merge with 1.9.1k1
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index eb37654f1..cf5cb396f 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 03 23:23:08 1994 Jim Meyering (meyering@comco.com)
+
+ * linebuffer.h: Use __P instead of _P since the latter conflicts
+ with a definition in some <ctype.h>. From Kaveh Ghazi.
+
Wed Nov 02 17:36:34 1994 Jim Meyering (meyering@comco.com)
* tr.c: Add const attribute where appropriate.