]> granicus.if.org Git - apache/history - server/util_expr.c
non-static directive parsers should be AP_DECLARE_NONSTD()
[apache] / server / util_expr.c
2009-09-15 Jeff Trawickrespect const-ness of string argument to ap_expr_string()
2009-08-31 Nick KewSupport mod_rewrite's %{varname} variables in ap_expr...
2009-07-18 Nick KewFix mod_include potential segfault checking backref...
2008-06-12 Jim Jagielskide-tabify
2008-06-06 William A. Rowe JrRegistered callbacks are NONSTD or must be specially
2008-04-03 Nick KewAvoid returning NULL from ap_expr_string.
2008-04-02 Nick KewExpression evaluation: treat null expression as uncondi...
2008-03-31 Nick KewRemove ap_expr_clone from the API (same day it was...
2008-03-31 Nick KewFlesh out ap_expr with:
2008-03-29 Nick KewThou shalt not let tabs creep in.
2008-03-29 Nick KewIntroduce ap_expr expression parser API