buggrep - Bugs: bug #16179, 'egrep -i ' + backreference = bug

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #16179: 'egrep -i ' + backreference = bug

Submitter:  Yakov Lerner <ilerner>
Submitted:  Fri 24 Mar 2006 07:17:32 PM UTC
Votes: 101
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Discussion

Wed 17 Mar 2010 08:48:04 AM UTC, comment #5: 

Thank you for the bug report. This bug has been fixed in the
development sources, which can be downloaded using git from
git://git.sv.gnu.org/grep.git

Paolo Bonzini <bonzini>
Wed 07 May 2008 06:03:55 PM UTC, comment #4: 

I am disallowing further posts on this item due to spam abuse. If you wish to comment, please send your comments to the bug-grep mailing list or open a new item.

Tony Abou-Assaleh <taa>
Group administrator
Tue 11 Mar 2008 11:55:30 AM UTC, comment #3: 

How about iso-8859-1 ?

--------------------------
NexiumOnline

Invalid User ID <#66134>
Mon 01 Jan 2007 02:37:06 PM UTC, comment #2: 

Sorry, it is indeed a bug.  It only works right for UTF8 locales,
not for other ones:

$ echo 'The the' | LC_ALL=nl_NL.utf8 src/grep -E -i '(the) \1'
The the
$ echo 'The the' | LC_ALL=nl_NL src/grep -E -i '(the) \1'
$ echo 'The the' | LC_ALL=C src/grep -E -i '(the) \1'

Benno Schulenberg <bens>
Mon 15 May 2006 09:15:37 PM UTC, comment #1: 

Apparently fixed in CVS:

$ echo 'The the'|src/egrep -i '(the) \1'
The the

Benno Schulenberg <bens>
Fri 24 Mar 2006 07:17:32 PM UTC, original submission:  

     echo 'The the'|egrep -i '(the) \1'
no match. Match expected.
Other similar cases:
     echo 'The The'|egrep -i '(the) \1'
     echo 'the The'|egrep -i '(the) \1'

Thanks
Yakov


Yakov Lerner <ilerner>

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by bonzini (Updated the item)
  • -email is unavailable- added by taa (Posted a comment)
  • -email is unavailable- added by #66134 (Posted a comment)
  • -email is unavailable- added by bens (Posted a comment)
  •  

    Votes

    There are 101 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    History

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-17 bonzini StatusNone Fixed
        Open/ClosedOpen Closed
    2010-02-06 bonzini Discussion LockLocked None
    2008-05-07 taa Discussion LockNone Locked
    2007-01-04 zardoz Carbon-Copy- Added zardoz
    2006-04-13 bbyer Carbon-Copy- Added bbyer

    Back to the top

    Powered by Savane 3.16-ed84.
    Corresponding source code