1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 03:12:10 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-07-18 06:59:33 +00:00
parent c7cbe29307
commit 8a4cf4bcfc

3
NEWS
View File

@@ -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: