summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-18 06:59:33 +0000
committerJim Meyering <jim@meyering.net>2003-07-18 06:59:33 +0000
commit8a4cf4bcfc416ee46066211dfacc9345ee58e4a4 (patch)
treec5667330455adffe3d9dc17c7c64fe1fff9c1724 /NEWS
parentc7cbe293077617998c8a785159aec943c21ea4a2 (diff)
downloadcoreutils-8a4cf4bcfc416ee46066211dfacc9345ee58e4a4.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9fb411216..e620b9b93 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ GNU coreutils NEWS -*- outline -*-
Why wasn't this noticed? Although many tests use kill, none of
them made an effort to avoid using the shell's built-in kill.
- [ invoked with no arguments no longer evokes a segfault
+- expr now exits with status 2 if the expression is syntactically valid,
+ and with status 3 if an error occurred. POSIX requires this.
+- expr now reports trouble if string comparison fails due to a collation error.
* Major changes in release 5.0.1: