grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/ChangeLog


From: Julian Foad
Subject: Changes to grep/ChangeLog
Date: Wed, 27 Apr 2005 14:30:31 -0400

Index: grep/ChangeLog
diff -u grep/ChangeLog:1.234 grep/ChangeLog:1.235
--- grep/ChangeLog:1.234        Tue Apr 12 17:43:54 2005
+++ grep/ChangeLog      Wed Apr 27 18:30:28 2005
@@ -1,3 +1,14 @@
+2005-04-27  Julian Foad  <address@hidden>
+
+       Fix a bug reported by Elliott Hughes in patch #1834 whereby "grep -Fw"
+       would miss matches after a non-word occurrence of the pattern.  Fix by
+       Gordon Lack; tests based on reproduction recipes by Gordon Lack.
+
+       * src/search.c (Fexecute): Fix the "match_words" case.
+       * tests/foad1.sh: Modify the test framework so that the "PATTERN"
+         argument is optional.  Add a regression test and a test for
+         a similar case that other proposed patches have got wrong.
+
 2005-04-12  Julian Foad  <address@hidden>
 
        * tests/bre.tests: Enable a regression test for bug #9519.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]