summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog20
-rw-r--r--old/sh-utils/NEWS4
2 files changed, 24 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 6433924ba..249f4d7a0 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,23 @@
+Sat Nov 13 00:11:19 1993 Jim Meyering (meyering@comco.com)
+
+ * Version 1.9.1.
+
+ * configure.in [LIBS]: Add -lbsd if that is necessary to get the
+ syslog function. With help from Kaveh Ghazi.
+
+Thu Nov 11 23:55:48 1993 Jim Meyering (meyering@comco.com)
+
+ * id.c [NGROUPS_MAX]: Undefine before redefining.
+ From Kaveh R. Ghazi (ghazi@noc.rutgers.edu).
+
+ * who.c (list_entries): Trim any trailing blanks from ut_name
+ and make sure the string is NUL-terminated before printing it.
+ Before, `who -q' displayed 8-character names with a tty
+ (e.g. `q1') suffix.
+
+ * stty.c [CFLUSHO]: Move this definition so it follows the
+ one for VFLUSHO.
+
Mon Nov 08 23:16:36 1993 Jim Meyering (meyering@comco.com)
* Version 1.9.
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index ef4278c7c..4b3f4c3d5 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,3 +1,7 @@
+Major changes in release 1.9.1:
+* stty can be built on Suns again
+* minor fix for who -q
+
Major changes in release 1.9:
* su fails gracefully when getpass is unable to open /dev/tty.
* printenv and tty detect and report write errors