bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: unexpected results for: grep -oi


From: Stepan Kasal
Subject: Re: unexpected results for: grep -oi
Date: Thu, 25 Jul 2002 11:06:50 +0000 (UTC)
User-agent: slrn/0.9.6.2 (Linux)

Hallo.

On Fri, 05 Jul 2002 13:47:06 +0200, Ferdinand Beljaars wrote:
> I ran into some unexpected behaviour for GNU grep version 2.5.1 when 
> combining 
> option -o and -i.

The reason of this problem is that the regex library haven't proper
interface to specify that we want case insensitive matching.

Fortunately, the regex implementation in newest glibc CVS fixes this.
(It was written by Isamu Hasegawa from IBM Japan, as far as I know.)

grep should use this newest library.  I hope to post a fix in a week
or two.

Thank you very much for your bug report,
        Stepan Kasal





reply via email to

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