GNU bug report logs - #18398
Probably found a bug in grep

Previous Next

Package: grep;

Reported by: "Bergen, Andreas" <Andreas.Bergen <at> all-for-one.com>

Date: Wed, 3 Sep 2014 19:15:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 18398-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: "Bergen, Andreas" <Andreas.Bergen <at> all-for-one.com>, 
 18398-done <at> debbugs.gnu.org
Subject: Re: bug#18398: Probably found a bug in grep
Date: Wed, 03 Sep 2014 13:15:19 -0700
Bergen, Andreas wrote:
> Version     : 2.5.1a

Thanks for the report.  As shown below, I can't reproduce the bug with 
grep 2.20 (the current version) in either the en_US.utf8 or the 
de_DE.utf8 locales.  grep 2.5.1a is pretty old (dated 2004) and several 
bugs have been fixed in this area in the last ten years, so I suggest 
upgrading and I'm taking the liberty of marking this as done.

$ cat testfile
A
Ä
$ grep -F -eÄ -eA testfile
A
Ä
$ grep -i -eÄ -eA testfile
A
Ä
$ grep -iF -eÄ -eA testfile
A
Ä




This bug report was last modified 10 years and 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.