Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243195 Details for
Bug 332235
app-misc/devtodo: runtime failures on Snow Leopard
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
moves Regex.h to DTRegex.h for case insensitive fs
devtodo-0.1.20-fix-case-insensitives-fs.patch (text/plain), 1.53 KB, created by
Florian CROUZAT (SuperFlo)
on 2010-08-16 11:40:12 UTC
(
hide
)
Description:
moves Regex.h to DTRegex.h for case insensitive fs
Filename:
MIME Type:
Creator:
Florian CROUZAT (SuperFlo)
Created:
2010-08-16 11:40:12 UTC
Size:
1.53 KB
patch
obsolete
>--- devtodo-0.1.20.orig/util/Lexer.h 2010-07-29 14:47:11.000000000 +0200 >+++ devtodo-0.1.20/util/Lexer.h 2010-07-29 14:53:14.000000000 +0200 >@@ -6,7 +6,7 @@ > #include <map> > #include <iterator> > #include "Strings.h" >-#include "Regex.h" >+#include "DTRegex.h" > > using namespace std; > >--- devtodo-0.1.20.orig/util/Regex.cc 2010-07-29 14:47:11.000000000 +0200 >+++ devtodo-0.1.20/util/Regex.cc 2010-07-29 14:53:14.000000000 +0200 >@@ -1,4 +1,4 @@ >-#include "Regex.h" >+#include "DTRegex.h" > //map<string, Regex::Cache> Regex::cache; > > Regex::Regex() > >--- devtodo-0.1.20.orig/util/Makefile.in 2010-08-11 11:53:48.000000000 +0200 >+++ devtodo-0.1.20/util/Makefile.in 2010-08-11 11:54:21.000000000 +0200 >@@ -182,7 +182,7 @@ > top_srcdir = @top_srcdir@ > noinst_LTLIBRARIES = libutil.la > libutil_la_SOURCES = Terminal.cc Terminal.h Lexer.cc Lexer.h \ >- Regex.cc Regex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h >+ Regex.cc DTRegex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h > > all: all-am > > >--- devtodo-0.1.20.orig/util/Makefile.am 2010-08-11 13:18:54.000000000 +0200 >+++ devtodo-0.1.20/util/Makefile.am 2010-08-11 13:19:40.000000000 +0200 >@@ -1,6 +1,6 @@ > noinst_LTLIBRARIES=libutil.la > libutil_la_SOURCES=Terminal.cc Terminal.h Lexer.cc Lexer.h \ >- Regex.cc Regex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h >+ Regex.cc DTRegex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h > > rebuild: > crash-module -veto --exclude Signal --module XML Strings Terminal CommandArgs --join 50,lib
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 332235
:
243187
|
243193
| 243195