bug-grep
[Top][All Lists]
Advanced

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

[bug-grep] [patch #3767] Remove two match_icase code paths from prline()


From: Charles Levert
Subject: [bug-grep] [patch #3767] Remove two match_icase code paths from prline() in src/grep.c
Date: Thu, 24 Feb 2005 08:19:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

URL:
  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3767>

                 Summary: Remove two match_icase code paths from prline() in
src/grep.c
                 Project: grep
            Submitted by: charles_levert
            Submitted on: Thu 02/24/2005 at 08:19
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

In an effort to split patch #3644 in several smaller patches, this patch only
removes the two match_icase code paths from prline() in src/grep.c (cvs
version 1.93).  These are no longer needed since the addition of equivalent
code to check_multibyte_string() in src/search.c (cvs version 1.30).



The deleted code had bugs in it (use of tolower() with possibly UTF-8, and
printing tolower()ed substrings as matches).



This should make other patches that apply on top of this one smaller.







    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 02/24/2005 at 08:19  Name:
grep.c.cvs-1.93.prline-noicase.charles2a0  Size: 45.61KB   By: charles_levert
unidiff patch to remove two match_icase code paths from prline() in
src/grep.c
<http://savannah.gnu.org/patch/download.php?item_id=3767&item_file_id=4223>

    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3767>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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