merge with 1.10r
authorJim Meyering <jim@meyering.net>
Thu, 13 Oct 1994 02:16:01 +0000 (02:16 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 Oct 1994 02:16:01 +0000 (02:16 +0000)
doc/sh-utils.texi
old/sh-utils/ChangeLog

index 4c5ff3d..560d33d 100644 (file)
@@ -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
index ea221da..60dc2f6 100644 (file)
@@ -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