On Mon, Mar 29, 2010 at 8:14 PM, Xavier Chantry
<chantry.xavier@gmail.com> wrote:
>
> A very quick look at the git repo :
> http://git.savannah.gnu.org/cgit/grep.git/commit/?id=54d55bba41f2ff31682fe6523ef6f49b37a0e20f
>
> I just love these easy to browse web interface

>
2.6.2 released which includes that fix among others :
http://savannah.gnu.org/forum/forum.php?forum_id=6262
** Bug fixes
grep -F no longer mistakenly reports a match when searching
for an incomplete prefix of a multibyte character.
[bug present since "the beginning"]
grep -F no longer goes into an infinite loop when it finds a match for an
incomplete (non-prefix of a) multibyte character. [bug introduced in 2.6]
Using any of the --include or --exclude* options would cause a NULL
dereference. [bugs introduced in 2.6]
** Build-related
configure no longer relies on pkg-config to detect PCRE support.