compat/regex: use the regex engine from gawk for compat
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 17 Aug 2010 09:24:38 +0000 (09:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Aug 2010 21:06:48 +0000 (14:06 -0700)
commitd18f76d...cff1fc56221846926edb4542d88f60e0
tree0800904...3c3e320a7b1d017f2f668b5ba2e064b3copy hash to clipboard (tree)
parent64fdc08...ac6694d1e754580e7acb82dfa4988bb9copy hash to clipboard (diff)
compat/regex/regcomp.c [new file with mode: 0644]
compat/regex/regex.c
compat/regex/regex.h
compat/regex/regex_internal.c [new file with mode: 0644]
compat/regex/regex_internal.h [new file with mode: 0644]
compat/regex/regexec.c [new file with mode: 0644]