Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 332235 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- devtodo-0.1.20.orig/util/Lexer.h    2010-07-29 14:47:11.000000000 +0200
0
++ devtodo-0.1.20/util/Lexer.h 2010-07-29 14:53:14.000000000 +0200
Lines 6-12 Link Here
6
#include <map>
6
#include <map>
7
#include <iterator>
7
#include <iterator>
8
#include "Strings.h"
8
#include "Strings.h"
9
#include "Regex.h"
9
#include "DTRegex.h"
10
using namespace std;
10
using namespace std;
11
-- devtodo-0.1.20.orig/util/Regex.cc   2010-07-29 14:47:11.000000000 +0200
11
++ devtodo-0.1.20/util/Regex.cc        2010-07-29 14:53:14.000000000 +0200
Lines 1-4 Link Here
1
#include "Regex.h"
1
#include "DTRegex.h"
2
//map<string, Regex::Cache> Regex::cache;
2
//map<string, Regex::Cache> Regex::cache;
3
Regex::Regex()
3
Regex::Regex()
(-)devtodo-0.1.20.orig/util/Makefile.in (-1 / +1 lines)
Lines 182-188 Link Here
182
top_srcdir = @top_srcdir@
182
top_srcdir = @top_srcdir@
183
noinst_LTLIBRARIES = libutil.la
183
noinst_LTLIBRARIES = libutil.la
184
libutil_la_SOURCES = Terminal.cc Terminal.h Lexer.cc Lexer.h \
184
libutil_la_SOURCES = Terminal.cc Terminal.h Lexer.cc Lexer.h \
185
	Regex.cc Regex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h
185
	Regex.cc DTRegex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h
186
186
187
all: all-am
187
all: all-am
188
188
(-)devtodo-0.1.20.orig/util/Makefile.am (-1 / +1 lines)
Lines 1-6 Link Here
1
noinst_LTLIBRARIES=libutil.la
1
noinst_LTLIBRARIES=libutil.la
2
libutil_la_SOURCES=Terminal.cc Terminal.h Lexer.cc Lexer.h \
2
libutil_la_SOURCES=Terminal.cc Terminal.h Lexer.cc Lexer.h \
3
	Regex.cc Regex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h
3
	Regex.cc DTRegex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h
4
4
5
rebuild:
5
rebuild:
6
	crash-module -veto --exclude Signal --module XML Strings Terminal CommandArgs --join 50,lib
6
	crash-module -veto --exclude Signal --module XML Strings Terminal CommandArgs --join 50,lib

Return to bug 332235