summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-21 12:38:33 +0200
committerJim Meyering <meyering@redhat.com>2007-10-21 14:01:28 +0200
commitaf5d0c363a52e787a4311a11f035209eecdc4115 (patch)
tree30ee17355928ee3ba04a78d66b2f290d8a47e159 /ChangeLog
parentc365bafa815695e187089ab711eca4ca55282b0d (diff)
downloadcoreutils-af5d0c363a52e787a4311a11f035209eecdc4115.tar.xz
tr: do not reject an unmatched [:lower:] or [:upper:] in SET1.
* NEWS: Mention this. * src/tr.c (get_next) [RE_CHAR_CLASS]: Don't skip the loop when processing [:lower:] and [:upper:]. (main): Require [:lower:] or [:upper:] in SET1 only when when one of those is specified in SET2. * tests/tr/Test.pm: Add tests for this fix. Reported by Per Starbäck. Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d73177f7..4dcd62bab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-10-21 Jim Meyering <meyering@redhat.com>
+
+ tr: do not reject an unmatched [:lower:] or [:upper:] in SET1.
+ * NEWS: Mention this.
+ * src/tr.c (get_next) [RE_CHAR_CLASS]: Don't skip the loop when
+ processing [:lower:] and [:upper:].
+ (main): Require [:lower:] or [:upper:] in SET1 only when
+ when one of those is specified in SET2.
+ * tests/tr/Test.pm: Add tests for this fix.
+ Reported by Per Starbäck.
+
2007-10-20 Jim Meyering <meyering@redhat.com>
* tests/misc/help-version: Add a comment.