]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 18 Jul 2003 06:59:33 +0000 (06:59 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Jul 2003 06:59:33 +0000 (06:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9fb4112166276d1862ebb67024f8529a0b038d2e..e620b9b934ae83adff9376a0eb1be65bd8cd985e 100644 (file)
--- 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: