This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Start support for fake threads.
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 24 Jul 1997 14:57:53 +0000 (14:57 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 24 Jul 1997 14:57:53 +0000 (14:57 +0000)
commit12ca11f6c16e7b63e13bbf5bc251f214e8de5211
tree2ad63340b2a0d6974dbb2bbf088695113f3c49b4
parentf2134d958aef4e3c1a25fdd268452df90105e99b
Start support for fake threads.
pp_lock now returns its argument.

p4raw-id: //depot/perl@41
16 files changed:
MANIFEST
Makefile.SH
cv.h
op.c
opcode.h
opcode.pl
perl.c
perl.h
pp.c
pp_ctl.c
pp_hot.c
proto.h
sv.h
thread.h
toke.c
util.c