From: Jim Meyering Date: Sun, 18 Sep 1994 00:42:41 +0000 (+0000) Subject: merge with 1.10k X-Git-Tag: textutils-1_12_1~601 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ab8e21d5d0ce77d52b5e0cdb3c0a44f9488fc90;p=thirdparty%2Fcoreutils.git merge with 1.10k --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index cd8ea4c416..17e829b038 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 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.