diff options
author | Jim Meyering <jim@meyering.net> | 1993-11-10 06:05:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-11-10 06:05:02 +0000 |
commit | 39fd5971dd6fcb6e93db4e33cfa6bedbc4dd8610 (patch) | |
tree | 5b851d4ed5e1df60ec9a5d916dfd973a950007c6 /old | |
parent | a1b9bc9a4273dde28bbef4e24a9e0e8aea7d3a81 (diff) | |
download | coreutils-39fd5971dd6fcb6e93db4e33cfa6bedbc4dd8610.tar.xz |
merge with 1.9
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 47db619e5..ef4278c7c 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -2,9 +2,10 @@ Major changes in release 1.9: * su fails gracefully when getpass is unable to open /dev/tty. * printenv and tty detect and report write errors * fix bug in stty -* stty supports accepts the new options status and flush on systems that - provide them -* fix bugs in expr +* stty accepts the new options status and flush on systems that provide them +* `expr 1 / 0' gives an error message rather than trying to divide by zero +* expr's `substr' doesn't overrun malloc'd buffer +* expr recognizes the string `0' as zero * better support for Linux, Dec Alpha, and SGI Irix * all programs (even true and false) accept --version and --help options * uname's --version option is no longer equivalent to its -v option |