Using PCRE to check regexps passed to Apache
authoradamch <adamch>
Sat, 15 Dec 2007 16:42:49 +0000 (16:42 +0000)
committeradamch <adamch>
Sat, 15 Dec 2007 16:42:49 +0000 (16:42 +0000)
commit0e6b3bb408f4ff5ac16c6677581492146145b17d
tree87f4f8563f1c809e50baa4fdf1f1c99952662201
parent5b06ba43435a9de58c2e7025c6259e1bcb7cfd2e
Using PCRE to check regexps passed to Apache
18 files changed:
Makefile
pcre/mlton/FFI/.cvsignore [new file with mode: 0644]
pcre/mlton/libpcre-h.sml [new file with mode: 0644]
pcre/pcre_sml.c [new file with mode: 0644]
pcre/pcre_sml.h [new file with mode: 0644]
pcre/smlnj/.cvsignore [new file with mode: 0644]
pcre/smlnj/FFI/.cvsignore [new file with mode: 0644]
pcre/smlnj/libpcre-h.sml [new file with mode: 0644]
src/client.sml
src/compat.sig
src/compat_mlton.sml
src/compat_smlnj.sml
src/pcre.sig [new file with mode: 0644]
src/pcre.sml [new file with mode: 0644]
src/plugins/apache.sml
src/prefix.cm
src/prefix.mlb
src/sources