diff options
author | Jim Meyering <jim@meyering.net> | 2007-05-04 09:57:10 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-05-04 10:03:01 +0200 |
commit | ab402c29f9bbb7b6b55482e848bcb320b9eb70b9 (patch) | |
tree | 902d5bb69d593c668b8e30ff4435a51105323374 /NEWS | |
parent | bf8cfacd2468ada25c46a228344ab7af36515f67 (diff) | |
download | coreutils-ab402c29f9bbb7b6b55482e848bcb320b9eb70b9.tar.xz |
tr -c: don't abort when translating with S2 larger than complement of S1
* src/tr.c (main): Remove invalid assertion triggered by e.g.,
tr -c a '[b*256]'. There's nothing wrong with having Set2 larger
than Set1. Reported by Guntram Blohm.
* tests/tr/Test.pm (no-abort-1): Test for the above.
* NEWS: Mention this bug fix.
* THANKS: Add Guntram Blohm.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ GNU coreutils NEWS -*- outline -*- split --line-bytes=N (-C N) no longer creates an empty file [this bug is present at least as far back as textutils-1.22 (Jan, 1997)] + tr -c no longer aborts when translating with Set2 larger than the + complement of Set1. + * Noteworthy changes in release 6.9 (2007-03-22) [stable] |