summaryrefslogtreecommitdiffstats
path: root/server/util_expr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* de-tabifyJim Jagielski2008-06-131-3/+3
* Registered callbacks are NONSTD or must be speciallyWilliam A. Rowe Jr2008-06-071-1/+2
* Avoid returning NULL from ap_expr_string.Nick Kew2008-04-031-4/+8
* Expression evaluation: treat null expression as unconditional, not segfault.Nick Kew2008-04-031-1/+5
* Remove ap_expr_clone from the API (same day it was added:-)Nick Kew2008-04-011-9/+15
* Flesh out ap_expr with:Nick Kew2008-03-311-40/+111
* Thou shalt not let tabs creep in.Nick Kew2008-03-291-2/+2
* Introduce ap_expr expression parser APINick Kew2008-03-291-0/+874