diff options
author | Jim Meyering <jim@meyering.net> | 1994-05-13 15:49:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-05-13 15:49:16 +0000 |
commit | 8b21a5c229def0d824fc821e48872e02252ef73e (patch) | |
tree | b99898fb178c062800633757e8771cb83c01f8ea /old/sh-utils/ChangeLog | |
parent | 2d981879d6fdf03aa2be2fb479ca435baa09e477 (diff) | |
download | coreutils-8b21a5c229def0d824fc821e48872e02252ef73e.tar.xz |
merge with 1.9.4k
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 23f4c63c6..95635579d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,4 +1,25 @@ -Sun May 01 08:38:18 EDT 1994 +Fri May 13 09:45:23 1994 Jim Meyering (meyering@comco.com) + + * Makefile.in (Makefile): Remove dependencies on */Makefile.in. + Change the rule so running config.status creates only Makefile. + (stamp-config): Have config.status generate only config.h. + + * {lib,man,src}/Makefile.in (Makefile): Add single dependency on + Makefile.in and rule to make config.status create only Makefile. + + * hostname.c: New program. + * hostname.1: New file. + * Makefile.in (PROGS): Add hostname. + * src/Makefile.in: Add rules and dependencies for hostname. + * configure.in (AC_HAVE_FUNCS): Add sethostname. + + * pathchk.c (validate_path) [lint]: Initialize a variable to + suppress `used before initialized' warning. + + * who.c: Correct gethostname prototype to indicate the function + returns int, not char. + +Sun May 01 08:38:18 1994 Jim Meyering (meyering@comco.com) * who.c: Add #ifdefs to build the `users' executable. * src/Makefile.in: Add corresponding rules. |