summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-21 09:02:48 +0000
committerJim Meyering <jim@meyering.net>2000-06-21 09:02:48 +0000
commit7b6e7a7341524cd2c98ae670d6eb73e19e6e169d (patch)
tree71d1c1454ad06cf8ec85816a1eaaebd75d64311c /old/sh-utils
parent75d9e7ca5cb07f3b6088ebb47656b85814ffa5ff (diff)
downloadcoreutils-7b6e7a7341524cd2c98ae670d6eb73e19e6e169d.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 6d0df5efd..8fa29f6e5 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-21 Jim Meyering <meyering@lucent.com>
+
+ * tests/stty/basic-1: New test for that.
+ * src/stty.c (valid_options): Don't segfault on `stty erase -'.
+ Patch from Harry Liu.
+
2000-06-15 Jim Meyering <meyering@lucent.com>
* tests/date/Test.pm: Add tests for getdate.y fix.