Index: grep/ChangeLog
diff -u grep/ChangeLog:1.237 grep/ChangeLog:1.238
--- grep/ChangeLog:1.237        Thu Apr 28 15:17:13 2005
+++ grep/ChangeLog      Thu Apr 28 20:27:11 2005
@@ -2,6 +2,10 @@
 
        * tests/foad1.sh: Remove Bash-specific syntax.
 
+       * src/dfa.c: Fix a DFA bug whereby a bracket "[" was matched by the
+         pattern "[[:alpha:]]" in UTF-8 locales.  Patch #3800, by Tim Waugh.
+       * tests/foad1.sh: Add a regression test for that.
+
 2005-04-27  Julian Foad  <[EMAIL PROTECTED]>
 
        Fix a bug reported by Elliott Hughes in patch #1834 whereby "grep -Fw"


Reply via email to