summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils/ChangeLog')
-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.