• R
    suppress backref processing in ERE regcomp · 7c8c86f6
    Rich Felker 提交于
    one of the features of ERE is that it's actually a regular language
    and does not admit expressions which cannot be matched in linear time.
    introduction of \n backref support into regcomp's ERE parsing was
    unintentional.
    7c8c86f6
regcomp.c 73.2 KB