Codebase list xd / d0bbf6b
Imported Upstream version 3.22.04 tony mancill 11 years ago
3 changed file(s) with 15 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 #define VERSION "3.22.02"
0 #define VERSION "3.22.04"
11 #define YEARS "1994-2012"
55
66 if (not d_arg.option('a'))
77 {
8 auto begin = d_arg.beginRE("^\\s*ignore\\s+\\S+\\s*$");
8 auto iterators = d_arg.beginEndRE("^\\s*ignore\\s+\\S+\\s*$");
99
1010 for_each(
11 begin, d_arg.endRE(),
11 iterators.first, iterators.second,
1212 [&](std::string const &line)
1313 {
1414 addIgnored(line, context.ignore);
0 xd (3.22.04)
1
2 * New upstream release, cosmetic changes (removed 3.22.03 headers again)
3
4 -- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 10 May 2012 15:55:34 +0200
5
6 xd (3.22.03)
7
8 * Added missing headers
9
10 -- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 09 May 2012 14:09:11 +0200
11
012 xd (3.22.02)
113
214 * New version to link against bobcat 2.20.02, changes some for_eaches into