summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-25 03:12:38 +0000
committerJim Meyering <jim@meyering.net>1994-09-25 03:12:38 +0000
commit649d081fee5142b2d1f6626e654761c1add40951 (patch)
tree54cb4e3e9777b24cc9d474baf039e6560f17f2b8 /old/sh-utils
parent4bac19f0bff5d16d226b4e6b7fd6b17a3f036d6e (diff)
downloadcoreutils-649d081fee5142b2d1f6626e654761c1add40951.tar.xz
merge with 1.10n
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d8f73edf3..44ef2b2ce 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -32,6 +32,21 @@ Sat Sep 24 10:13:00 1994 Jim Meyering (meyering@comco.com)
* src/Makefile.in: Add dependencies on long-options.h.
+ * configure.in: Make having autoconf-1.120 a prerequisite.
+
+ * sh-utils.texi [INFO-DIR-ENTRY]: Add an entry for each `invoking'
+ node. Regularize punctuation, indexing, and xrefs.
+ From Franc,ois Pinard.
+
+ * date.c (usage): Tweak the usage message a little.
+ Add `const' to more dcls.
+
+ * stty.c: Add `const' to more dcls.
+ * su.c: Ditto.
+ * who.c: Ditto.
+
+ * tee.c (main): Use _POSIX_SOURCE, not _POSIX_VERSION.
+
Sat Sep 17 15:48:10 1994 Jim Meyering (meyering@comco.com)
* (doc): New subdirectory with texinfo documentation.