summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-02-13 05:30:27 +0000
committerJim Meyering <jim@meyering.net>1996-02-13 05:30:27 +0000
commit7e9524d7b94ed60f4aa882cec4d9dcab537801bb (patch)
treeea42c06e628e6c3710749757728c631c5fa6ed3c /old/sh-utils
parentc4b593538ba156b574b5abbfdc9d64a33f94b8e5 (diff)
downloadcoreutils-7e9524d7b94ed60f4aa882cec4d9dcab537801bb.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 33961004a..7112a2412 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,13 @@
+Mon Feb 12 23:26:05 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * configure.in (AC_CHECK_FUNCS): Add gethostbyname, gethostbyaddr,
+ and inet_ntoa.
+ (AC_CHECK_HEADERS): Add netdb.h netinet/in.h arpa/inet.h.
+ * lib/canon-host.c: New file.
+ * lib/Makefile.am (su_SOURCES): Add canon-host.c.
+ * src/who.c (print_entry): If possible, canonicalize the host hame.
+ From Miles Bader (miles@gnu.ai.mit.edu).
+
Wed Jan 31 23:40:50 1996 Jim Meyering (meyering@na-net.ornl.gov)
* lib/strftime.c (add_num_tz): New function.