]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 5 Feb 1997 04:07:17 +0000 (04:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Feb 1997 04:07:17 +0000 (04:07 +0000)
old/sh-utils/ChangeLog

index 6488138414320e8cd06cc2ad0b3be8a253497dce..9b7c100eb681921e17430dedf797c3d828b75dd7 100644 (file)
@@ -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.