diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 05:42:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 05:42:40 +0000 |
commit | b2dfbca4f71cbbe2bd9f879fa9932b63dc2471a5 (patch) | |
tree | 6a7ea76f369456a737db9a5475db60adbf2971ab /old | |
parent | a25c404a313ac78c326932e26d1633e84e9e4d8b (diff) | |
download | coreutils-b2dfbca4f71cbbe2bd9f879fa9932b63dc2471a5.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 2e0c0db75..0c358ae1b 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,6 @@ Changes in release 2.1 [2.0.12] +* 'expr' now uses the LC_COLLATE locale for string comparison, as per POSIX. * 'expr' now requires '+' rather than 'quote' to quote tokens; this removes an incompatibility with POSIX. * date -d 'last friday' would print a date/time that was one hour off |