(enum re_opcode_t): New opcode on_failure_jump_nastyloop.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Mar 2000 23:05:51 +0000 (23:05 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Mar 2000 23:05:51 +0000 (23:05 +0000)
commitaeb359a7deabdde9d8d780525f8dcc54d4393d1d
tree448f48443cbc4bcebb918258913f172f869eb349
parentf7c6345a8230227349054b9c2fda0f3dc05263aa
(enum re_opcode_t): New opcode on_failure_jump_nastyloop.
(print_partial_compiled_pattern, re_compile_fastmap): Handle new opcode.
(regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
(re_match_2_internal): Add code for on_failure_jump_nastyloop when
executing it as well as when popping it off the stack to find infinite
loops in non-greedy repetition operators.
regex.c