summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-13 02:16:01 +0000
committerJim Meyering <jim@meyering.net>1994-10-13 02:16:01 +0000
commit3593b80a513c03a75530d8a2cea921ab3780374a (patch)
treed40817963c29fe4db84f39f7be5304744beba6c1 /old/sh-utils
parentd3a7a3d262f8a68717d18acdbe338e7b35d4486a (diff)
downloadcoreutils-3593b80a513c03a75530d8a2cea921ab3780374a.tar.xz
merge with 1.10r
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 ea221da75..60dc2f6ba 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,14 @@
+Mon Oct 10 21:44:42 1994 Jim Meyering (meyering@comco.com)
+
+ * id.c (print_group_list, print_full_info): Use more precise
+ feature tests. Rather than assuming that a definition for
+ NGROUPS_MAX implies the existence of the getgroups function,
+ test for HAVE_GETGROUPS explicitly.
+ * su.c (log_su): Likewise. Similarly, check HAVE_INITGROUPS.
+ Both from Kaveh Ghazi. He reported that a Pyramid 9820 OSx 5.0d
+ (Dual universe SVR3/BSD4.2) system had NGROUPS_MAX and syslog.h
+ but not getgroups, initgroups or the syslog functions.
+
Fri Oct 07 19:42:35 1994 Jim Meyering (meyering@comco.com)
* doc/Makefile.in (sh-utils.dvi): Depend on version.texi.
@@ -7,6 +18,8 @@ Fri Oct 07 19:42:35 1994 Jim Meyering (meyering@comco.com)
* configure.in: Test for crypt in -lcrypt for NetBSD.
Reported by Greg Hudson (ghudson@mit.edu).
+ * system.h: Don't define lstat. safe-l?stat.h does that now.
+
Thu Oct 06 21:14:07 1994 Jim Meyering (meyering@comco.com)
* src/Makefile.in (link_command): Remove $(CFLAGS). Because