summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-21 11:44:22 +0000
committerJim Meyering <jim@meyering.net>1995-05-21 11:44:22 +0000
commit7f9311c20e369a10a5583e9236e8daafc69758a0 (patch)
tree9b2a355f8c6da07849caea201bdc46082f8bf5a6 /old/textutils/ChangeLog
parent37a6bc3abff0636164ba01a09994ba91c9b065df (diff)
downloadcoreutils-7f9311c20e369a10a5583e9236e8daafc69758a0.tar.xz
merge with 1.11.1b
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index b297c32d5..a01f565a5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,16 @@
Sat May 20 06:44:14 1995 Jim Meyering (meyering@comco.com)
+ * join.c (ADD_FIELD): Declare in K&R style, not ANSI.
+ From Kaveh Ghazi.
+
+ * xstrtol.c: Define NDEBUG for systems with losing assert.h.
+ (__strtol): Add __unsigned to prototype and use __P.
+ Move inclusion of xstrtol.h to precede prototype.
+ From Kaveh Ghazi.
+
+ * memmove.c: Include config.h for definition of const.
+ From Kaveh Ghazi.
+
* All Makefile.in (install-exec, install-exec): New targets.
From Karl Berry.