This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 11 Nov 1997 12:48:26 +0000 (12:48 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 11 Nov 1997 12:48:26 +0000 (12:48 +0000)
commit38a03e6ea6b9b346c41b9006fbeedc3b0f0130b2
treedfad8700b788597b91a0ada8768e7b083306c4b7
parent57d3b86dc9b74a9b2d9e24c40494104c74f62be7
Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
again for non-threaded perl. Enhanced perl_get_sv to return
per-thread magicals where necessary for threaded perl.

p4raw-id: //depot/perl@228
12 files changed:
embed.h
ext/Thread/Thread.xs
interp.sym
mg.c
op.c
perl.c
perl.h
pp_ctl.c
pp_sys.c
thread.h
toke.c
util.c