(REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 27 Mar 2000 22:26:37 +0000 (22:26 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 27 Mar 2000 22:26:37 +0000 (22:26 +0000)
commit1570cc6b96123f2781fe511677332bdcacf2fcc7
tree003da4a29fc789a9acd28f750d9339df80dc6e71
parentaeb359a7deabdde9d8d780525f8dcc54d4393d1d
(REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression.
(enum re_opcode_t): Update description of succeed_n.
(PATFETCH): Always define.
(regex_compile): Use lookahead rather than PATUNFETCH (for repetition
operators, char classes, shy-groups and intervals).
Optimize special cases of intervals so as to only use succeed_n and
jump_n when really needed.
(re_compile_fastmap): Simplify handling of jump_n and succeed_n now
that we don't have to handle the special cases any more.
Simplify on_failure_jump handling as well.
regex.c