This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rewrite synchronisation of subs/methods and add attrs
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 9 Sep 1997 15:04:26 +0000 (15:04 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 9 Sep 1997 15:04:26 +0000 (15:04 +0000)
commit77a005ab9f9f951511e847aba59fbf2ab1bb17e3
tree238d369e377ec323ac774f3e2fcdd6e61a4a3e7b
parent1f5895a1c4980727163b32b39405e3fc770ace84
Rewrite synchronisation of subs/methods and add attrs
extension for specifying 'locked' and 'method' attributes.

p4raw-id: //depot/perl@56
16 files changed:
MANIFEST
cv.h
embed.h
ext/attrs/Makefile.PL [new file with mode: 0644]
ext/attrs/attrs.pm [new file with mode: 0644]
ext/attrs/attrs.xs [new file with mode: 0644]
global.sym
op.c
perl.c
pp.c
pp_ctl.c
pp_hot.c
proto.h
sv.c
sv.h
toke.c