diff options
author | Jim Meyering <jim@meyering.net> | 1994-09-17 02:46:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-09-17 02:46:48 +0000 |
commit | 73b9e4b762d89e5774735f2f8fba5cdc4155b7bb (patch) | |
tree | e7019fdf390a507c0c88993637fb7a70dea0d2a8 /old/sh-utils | |
parent | 920c0db5c08dadda2228527d371d44efa661bee0 (diff) | |
download | coreutils-73b9e4b762d89e5774735f2f8fba5cdc4155b7bb.tar.xz |
merge with 1.10j
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 4 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3f3ae8e76..cd8ea4c41 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 15 19:10:51 1994 Jim Meyering (meyering@comco.com) + + * stty.c [VWERSE && !VWERASE]: Define VWERASE for AIX-3.2.5. + Sat Sep 03 00:41:53 1994 Jim Meyering (meyering@comco.com) * lib/Makefile.in (safe-lstat.c, safe-lstat.h, safe-stat.c, diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 5c639b924..660dc795f 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,4 +1,5 @@ User visible changes in release 1.11 +* `stty werase ^W' works. Before, werase wasn't enabled for AIX-3.2.5. * nice accepts options like `--5' (this is interpreted like `-n -5') * `stty speed' and `stty size' no longer output a spurious newline User visible changes in release 1.10 |