summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog8
-rw-r--r--old/sh-utils/NEWS1
2 files changed, 8 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 07e26795b..0b62a17d3 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,11 @@
+Mon Nov 29 00:28:35 1993 Jim Meyering (meyering@comco.com)
+
+ * stty.c, configure.in, acconfig.h: Revert change of Nov 26.
+ I am no longer able to reproduce the behavior that prompted
+ that patch -- but I had tested only using an old version of gcc.
+ When building with a more recent version of gcc or with /bin/cc
+ there is no problem.
+
Sat Nov 27 15:11:21 1993 Jim Meyering (meyering@comco.com)
* nice.c (main): If an adjustment is specified, but no command is
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 7aa3f47c5..f9a42b689 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,5 +1,4 @@
User visible changes in release 1.9.2:
-* stty works on Solaris-2.2
* who output is better formatted on Solaris and other SysVr4 systems
* fix a minor problem in formatting the output from `stty -a'
* yes with arguments outputs newlines again