summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/pattern.cc
Commit message (Collapse)AuthorAgeFilesLines
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
|
* More padding fixes for ternary operatorChris Oelmueller2013-08-031-1/+1
|
* Detemplatize text_pattern.Adam Borowski2012-10-311-6/+73
| | | | | It is included everywhere, complex templates drag down compilation. And what's the point of a template that's instantiated exactly once?
* Drop unused plain glob support.Adam Borowski2012-06-231-97/+1
| | | | | | | Since a long time ago, platforms with no POSIX regexes available will instead build contrib PCRE. Other contribs are always needed as well, so there's no gain here. And I guess we rely on patterns being regular expressions internally, too.
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
| | | | | | I did review it manually to find places where they made sense (like some tables), but for a massive sed job like this there might be places that I missed.
* Extract pattern templates to pattern.h.Robert Vollmert2010-01-201-0/+174