summaryrefslogtreecommitdiff
path: root/server/util_expr_scan.l
Commit message (Expand)AuthorAgeFilesLines
* ap_expr: follow up to r1810605.Yann Ylavic2017-10-041-33/+23
* ap_expr: open string expressions to the <word>.Yann Ylavic2017-10-021-226/+326
* Added some more log numbers to log statements thatRainer Jung2016-01-191-2/+3
* avoid non-continous ranges in EBCDIC in the scanner, important characters lik...Eric Covener2013-09-021-4/+4
* Properly log flex fatal errors and abort(), instead of theStefan Fritsch2012-11-051-0/+15
* Do proper length checks in the expression scanner. This allows to remove theStefan Fritsch2011-08-131-15/+23
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-1/+30
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-041-1/+1
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-1/+1
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+1
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-5/+26
* Supress generation of unused yy_top_state function, to avoid a compilerStefan Fritsch2010-11-101-1/+1
* More fixes for picky compilersStefan Fritsch2010-11-071-4/+2
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-0/+344