grep - Patches: patch #3767, Remove two match_icase code paths...
You are not allowed to post comments on this tracker with your current authentication level.
patch #3767: Remove two match_icase code paths from prline() in src/grep.c
Submitter: | Charles Levert <charles_levert> | ||
Submitted: | Thu 24 Feb 2005 08:19:29 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | Postponed | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Jump to the original submission
Wed 22 Aug 2012 05:45:54 PM UTC, comment #6: |
Reuben Thomas <rrt> |
Mon 08 Mar 2010 05:05:29 PM UTC, comment #5: I think that this can be applied, but I'd rather do this after 2.6 since I'd first like to understand how broken "grep -i" is WRT Turkish locales. |
Paolo Bonzini <bonzini> |
Tue 21 Jun 2005 04:38:06 PM UTC, comment #4: The attached patch no longer applies, but this still will need to be removed from there when the RE_ICASE and regex.[ch] situation is resolved. |
Charles Levert <charles_levert> |
Mon 13 Jun 2005 11:12:44 PM UTC, comment #3: As far as I can tell, this supercedes patch #3805: Red Hat's "icolor" patch, which removes one of these two blocks of code from the grep-2.5.1 source which only had one of them. |
Julian Foad <julianfoad> |
Sat 05 Mar 2005 06:40:38 PM UTC, comment #2: Note that it can be considered a bug that "lib/regex.h" is included even when "./configure --without-included-regex" makes "lib/regex.c" not be compiled nor included in "lib/libgreputils.a". Changing the #include quotes from "" to <> in "src/search.c" does not resolve this problem because of the "-I../lib".
|
Charles Levert <charles_levert> |
Sat 05 Mar 2005 06:15:41 PM UTC, comment #1: Clarification: for this to be no longer needed, the "grep-2.5.1-oi.patch" patch from Red Hat must first be applied:
|
Charles Levert <charles_levert> |
Thu 24 Feb 2005 08:19:29 AM UTC, original submission:
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).
|
Charles Levert <charles_levert> |
There are 0 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.
Follow 5 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2005-06-21 | charles_levert | Status | None | ![]() |
Postponed |
2005-04-12 | julianfoad | Dependencies | - | ![]() |
patch #3644 is dependent |
2005-04-12 | julianfoad | Dependencies | - | ![]() |
Depends on patch #3807 |
2005-02-24 | charles_levert | Attached File | - | ![]() |
Added grep.c.diff.cvs-1.93.prline-noicase.charles2a0, #4227 |
2005-02-24 | charles_levert | Attached File | - | ![]() |
Added grep.c.cvs-1.93.prline-noicase.charles2a0, #4223 |
Since the situation with Turkish locales has now been resolved, can this patch be dealt with?