Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59488 Details for
Bug 93443
grep 79x slowdown with LANG=en_us.utf8 LC_ALL=en_us.utf8
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch#2: Improper reset of counter (fixed in upstrem CVS)
grep-2.5.1-bracket.patch (text/plain), 339 bytes, created by
Canal Vorfeed
on 2005-05-21 15:14:19 UTC
(
hide
)
Description:
Patch#2: Improper reset of counter (fixed in upstrem CVS)
Filename:
MIME Type:
Creator:
Canal Vorfeed
Created:
2005-05-21 15:14:19 UTC
Size:
339 bytes
patch
obsolete
>--- grep-2.5.1/src/dfa.c.bracket 2003-10-30 16:21:14.000000000 +0000 >+++ grep-2.5.1/src/dfa.c 2003-10-30 16:22:38.000000000 +0000 >@@ -586,7 +586,7 @@ > work_mbc->coll_elems[work_mbc->ncoll_elems++] = elem; > } > } >- wc = -1; >+ wc1 = wc = -1; > } > else > /* We treat '[' as a normal character here. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 93443
:
59486
| 59488 |
59490
|
59492
|
59493
|
59494
|
74453
|
74455
|
83645
|
83646
|
83647
|
83648