summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-18 00:42:41 +0000
committerJim Meyering <jim@meyering.net>1994-09-18 00:42:41 +0000
commit2ab8e21d5d0ce77d52b5e0cdb3c0a44f9488fc90 (patch)
tree17943e48a3a6eaff42788f6b0a4db7aaacde68c4 /old/sh-utils
parentfe106be46b4fb8e5a777b4de84e85530430ba40c (diff)
downloadcoreutils-2ab8e21d5d0ce77d52b5e0cdb3c0a44f9488fc90.tar.xz
merge with 1.10k
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index cd8ea4c41..17e829b03 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,16 @@
+Sat Sep 17 15:48:10 1994 Jim Meyering (meyering@comco.com)
+
+ * su.c: Test !HAVE_ENDGRENT and !HAVE_ENDPWENT rather than
+ _POSIX_SOURCE to determine whether endgrent and endpwent should
+ be defined away.
+ * configure.in (): Add endgrent and endpwent.
+
+ * who.c: Test HAVE_SYS_PARAM_H rather than _POSIX_SOURCE
+ to determine whether <sys/param.h> should be included.
+
+ * date.c (main): Rewrite command-line argument handling code
+ to give diagnostics for inconsistent options.
+
Thu Sep 15 19:10:51 1994 Jim Meyering (meyering@comco.com)
* stty.c [VWERSE && !VWERASE]: Define VWERASE for AIX-3.2.5.