summaryrefslogtreecommitdiff
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
parentd3a7a3d262f8a68717d18acdbe338e7b35d4486a (diff)
downloadcoreutils-3593b80a513c03a75530d8a2cea921ab3780374a.tar.xz
merge with 1.10r
-rw-r--r--doc/sh-utils.texi2
-rw-r--r--old/sh-utils/ChangeLog13
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index 4c5ff3d69..560d33da6 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -125,7 +125,7 @@ This manual minimally documents version @value{VERSION} of the GNU shell
utilities. See the introduction for caveats.
@menu
-* Introduction:: Caveats, overview, and author.
+* Introduction:: Caveats, overview, and authors.
* Common options:: Common options.
* Printing text:: echo printf yes
* Conditions:: false true test expr
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