]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
The 'expr' command now detects and reports integer overflow.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Jun 2006 05:52:07 +0000 (05:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Jun 2006 05:52:07 +0000 (05:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 32062e07684c78e5cc351ce7233998afe0f9cd79..be511eb25a71955b2396ad426bb2afbad19c9693 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -44,7 +44,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   (the anchor is ignored), or about regular expressions like A** (the
   second "*" is ignored).  expr now exits with status 2 (not 3) for
   errors it detects in the expression's values; exit status 3 is now
-  used only for internal errors like arithmetic overflow.
+  used only for internal errors (such as integer overflow, which expr
+  now checks for).
 
   ln now uses different (and we hope clearer) diagnostics when it fails.
   ln -v now acts more like FreeBSD, so it generates output only when