This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 12 Jul 1998 05:10:50 +0000 (05:10 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 12 Jul 1998 05:10:50 +0000 (05:10 +0000)
commit5c0ca7990f0d90291b9a3d0b6c57bae560b23b52
tree26fb0eee534215ebaa9caa2327d1ee6ac37d3bb7
parent8b49bb9af6b73f5b844abedd87486b1c41fc6b01
make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
and runs regexes in 1000s of threads without crashing; also fixed
statcache not being thread-local

p4raw-id: //depot/perl@1448
13 files changed:
embedvar.h
ext/Thread/Thread.xs
ext/re/re.xs
intrpvar.h
op.c
perl.c
pp_ctl.c
regcomp.c
regexec.c
sv.c
t/lib/thread.t
thrdvar.h
util.c