summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-05 04:07:17 +0000
committerJim Meyering <jim@meyering.net>1997-02-05 04:07:17 +0000
commit82575313533bdd8cefacb9090ab88e22ebcce09a (patch)
tree78422a690cad7b92cc55403c793655dc160c2a81 /old
parent49e3c8fee2d2a5487b76e7715ec1354414d58c87 (diff)
downloadcoreutils-82575313533bdd8cefacb9090ab88e22ebcce09a.tar.xz
.
Diffstat (limited to 'old')
-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 648813841..9b7c100eb 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,15 @@
+Tue Feb 4 22:03:13 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/stty.c: Bracket inclusion of termios.h with #if HAVE_TERMIOS_H.
+ Masami Takikawa reported that NeXTStep 3.0 doesn't have termios.h.
+ * configure.in (AC_CHECK_HEADERS): Add termios.h.
+
Fri Jan 31 21:13:13 1997 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/*.c (usage): Bracket bug-reporting address with <> and append
+ a period.
+ * src/*.sh: Likewise.
+
* src/*.c: Compare getopt_long return value against -1, not EOF.
Use NULL, not `(int *) 0' as last parameter in getopt_long call.