This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 23 Oct 1997 09:22:40 +0000 (09:22 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 23 Oct 1997 09:22:40 +0000 (09:22 +0000)
commite55aaa0ea8ae9df2251fb793d58ce52f2d4ed736
tree3ebcd6bf8d63887173e00a8588bb2eb51e1c07d3
parentf81e73367db8ca5c7f6b9b2cd46247cf88cf9e89
Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
its argument using ck_rfun as OP_DEFINED. Make pp_lock return
a ref to its argument for AV, HV, CV.

p4raw-id: //depot/perl@170
mg.c
op.c
opcode.h
opcode.pl
pp.c
pp_hot.c