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/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 5fd167149..d9378dc06 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,33 @@
+Thu May 19 01:10:20 1994 Jim Meyering (meyering@comco.com)
+
+ * Version 1.10.
+
+ * lib/Makefile.in (DISTFILES): Add getdate.c and posixtm.c.
+
+ * src/Makefile.in (users.c): Use cp if hard link fails.
+ From Ian Lance Taylor.
+
+ * Makefile.in (dist): Change package name from shellutils to sh-utils.
+ That allows a hyphen and 5-character version number without exceeding
+ the 14-character limit on file name length. shellutils-1.10 would
+ have been too long.
+ * version.c: Update package name.
+
+ * hostname.c: Include <sys/types.h> before "system.h".
+ From Kaveh Ghazi and Karl Berry.
+
+ * hostname.c (sethostname) [!HAVE_SETHOSTNAME && HAVE_SYSINFO &&
+ HAVE_SYS_SYSTEMINFO_H && HAVE_LIMITS_H]: New function. SVR4 systems
+ prefer sysinfo over sethostname.
+ * configure.in (AC_HAVE_FUNCS): Add sysinfo.
+ (AC_HAVE_HEADERS): Add sys/systeminfo.h.
+ From Kaveh Ghazi.
+
Fri May 13 09:45:23 1994 Jim Meyering (meyering@comco.com)
+ * lib/xgethostname.c (xgethostname): Call xmalloc outside the loop.
+ Correct loop termination condition.
+
* pwd.c: Include <sys/types.h> before "system.h".
From Kaveh Ghazi.