summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-21 14:51:46 +0000
committerJim Meyering <jim@meyering.net>1996-07-21 14:51:46 +0000
commit35b1d6a948e2330edb98c46a4f5fc077c1b3ca91 (patch)
tree35166d20c04c3efa9684f31907d81bf1269bcaf9
parent63dece38a14c9d99241da91876d0313a1b2181e9 (diff)
downloadcoreutils-35b1d6a948e2330edb98c46a4f5fc077c1b3ca91.tar.xz
.
-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 77301215e..080b4f8d6 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,13 @@
+Sun Jul 21 09:47:55 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/stty.c (usage): Correct typo (-iucl -> -iuclc) in usage message.
+ From Thomas Olsson <d95to@efd.lth.se>.
+
+Sat Jul 20 17:01:56 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * configure.in (PACKAGE_VERSION): Use space instead of hyphen to
+ separate PACKAGE and VERSION.
+
Wed Jul 17 23:13:19 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/chroot.c: Include <sys/types.h> before system.h.