[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/4] grep: fix printing when -w is used and regex is neede
From: |
Jim Meyering |
Subject: |
Re: [PATCH v2 4/4] grep: fix printing when -w is used and regex is needed for matching |
Date: |
Thu, 25 Mar 2010 10:52:52 +0100 |
So you're doing this after all. Fine by me.
> From: Norihirio Tanaka <address@hidden>
> * src/dfasearch.c (EGexecute): After assess_pattern_match len is either
s/ len/, len/
> invalid or end-beg; jump to success.
> * tests/Makefile.am (TESTS): Add new test.
> * tests/backref-word: New.
This is definitely a bug fix, so please add a NEWS item.
...
> +printf 'foo foo bar\n' > exp1 || framework_failure
I've just pushed my framework_failure_-adding patch
so please append an underscore there.