summaryrefslogtreecommitdiff
path: root/inc/parser/lexer.php
Commit message (Expand)AuthorAge
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* removed deprecated PHP4 constructAndreas Gohr2010-01-15
* Whitespace cleanup FS#1709furun2009-10-16
* Change expensive uses of split to the much faster explode.Tom N Harris2009-05-28
* add unit tests for correct pattern selection when patterns contain non-captur...Chris Smith2009-04-19
* removed some illogical path setupsAndreas Gohr2008-12-13
* completed PCRE error checking in lexerAndreas Gohr2008-03-19
* try to warn about pcre.backtrack_limit errors FS#1258Andreas Gohr2008-01-18
* parenthesis_escaper_fixstephane.chazelas2008-01-04
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
* cleanID unit testschris2006-08-09
* lexer fix, change order of escaping . & \chris2006-03-03
* file cleanupsAndreas Gohr2006-02-17
* remove (?u) from lexer -- its not a valid optionchris2005-09-28
* lexer fix: will now support ">" in look ahead/behind patterns & (?u) inline flagchris2005-09-22
* lexer fix, corrects pattern match locating issues for patterns with look-ahea...chris2005-09-16
* lexer support for subpatterns, fixed windowsshare links #368andi2005-06-12
* first attempt of syntax pluginsandi2005-05-19
* fixed some lineendeating #268 #274 #276andi2005-04-28
* fixed broken lexer (stupid me! never push before testing)andi2005-04-27
* optimized count calls in for loopsandi2005-04-27
* removed closing php tag for includesandi2005-04-13
* new parser added (define DOKU_USENEWPARSER to use it)andi2005-03-31