This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the final recursion path from S_regmatch: (??{...})
authorDave Mitchell <davem@fdisolutions.com>
Wed, 12 Apr 2006 22:43:03 +0000 (22:43 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 12 Apr 2006 22:43:03 +0000 (22:43 +0000)
commitaa283a383ef6540d57dd786b93d8ba9bd303e3e6
tree764e70076e64ea1deea29873a2795a2a51da44dc
parent4210e623646c7033a4e910db43c1b76aafbe52c6
Remove the final recursion path from S_regmatch:  (??{...})
Also put PUSH/POP_STATE infastructure in place
Also eliminate PL_reg_call_cc
       (only another 440 global vars to go ...)

p4raw-id: //depot/perl@27778
regexec.c
regexp.h
sv.c