Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40599 Details for
Bug 35915
ufed-0.34 not handling libg++
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ufed-0.35-plus.patch
ufed-0.35-plus.patch (text/plain), 923 bytes, created by
Harald van Dijk (RETIRED)
on 2004-09-28 04:34:29 UTC
(
hide
)
Description:
ufed-0.35-plus.patch
Filename:
MIME Type:
Creator:
Harald van Dijk (RETIRED)
Created:
2004-09-28 04:34:29 UTC
Size:
923 bytes
patch
obsolete
>--- ufed-0.35.orig/ufed.pl >+++ ufed-0.35/ufed.pl >@@ -500,17 +500,26 @@ > $First =~ s![ \t]+! !g; # remove multiple ' ' , tabs > $First =~ s! \+! !g; # remove leading +'s > $First = ' ' . $First . ' '; # add leading & trailing space so we can tell 'ab' and 'abc' apart >- for $u (split (m![ \t\+]+!, $Second)) >+ for $u (split (m![ \t]+!, $Second)) > { > next if ($u eq ""); >+ my $r = $u; >+ $r =~ s!\+!\\\+!g; > if ($u =~ m!^-+!) > { >- $u =~ s!^-!!g; >+ $r =~ s!^-!!g; >- $First =~ s! -?$u ! !g; >+ $First =~ s! -?$r ! !g; > } >+ elsif ($u =~ m!^\++! ) >+ { >+ $u =~ s!^\+!!g; >+ $r =~ s!^\\\+!!g; >+ $First =~ s! -?$r ! !g; >+ $First .= " $u "; >+ } > else > { >- $First =~ s! $u ! !; >+ $First =~ s! -?$r ! !g; > $First .= " $u "; > } > }
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 35915
:
40599
|
45646