This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
save_re_context() was not saving many regexec.c state
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 28 Dec 2002 03:30:49 +0000 (03:30 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 28 Dec 2002 03:30:49 +0000 (03:30 +0000)
commita5db57d6e186f7924a69b589e2f061c7ee693deb
treeff204227ffb23679668fbde214cc14b7f58742e5
parent92251a1e8193b999333214e50ccc11dd92ebe55e
save_re_context() was not saving many regexec.c state
variables, resulting in various reentrancy problems when
the swatches were autoloaded by perl in the midst of a
match

p4raw-id: //depot/perl@18358
regcomp.c