]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
merge with 1.10k
authorJim Meyering <jim@meyering.net>
Sun, 18 Sep 1994 00:42:41 +0000 (00:42 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Sep 1994 00:42:41 +0000 (00:42 +0000)
old/sh-utils/ChangeLog

index cd8ea4c4168a143ec65a7af9bfea382aaedf5e2c..17e829b038807652d184e6402654514b92782700 100644 (file)
@@ -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.