This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
initial stub implementation of implicit thread/this
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Jun 1999 05:18:34 +0000 (05:18 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Jun 1999 05:18:34 +0000 (05:18 +0000)
commit864dbfa3ca8032ef66f7aa86961933b19b962357
tree4186157b2fc82346ec83e789b065a908a56c1641
parentfdf134946da249a71c49962435817212b8fa195a
initial stub implementation of implicit thread/this
pointer argument; builds/tests on Solaris, win32
hasn't been fixed up yet; proto.h, global.sym and
static function decls are now generated from a common
database in proto.pl; some inconsistently named
perl_foo() things are now Perl_foo(), compatibility
#defines provided; perl_foo() (lowercase 'p') reserved
for functions that take an explicit context argument;
next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)

p4raw-id: //depot/perl@3522
47 files changed:
XSUB.h
av.c
cop.h
deb.c
doio.c
doop.c
dump.c
ebcdic.c
embed.h
embed.pl
ext/POSIX/POSIX.xs
global.sym
globals.c
gv.c
gv.h
hv.c
malloc.c
mg.c
miniperlmain.c
objXSUB.h
op.c
opcode.h
opcode.pl
perl.c
perl.h
perl_exp.SH
perlio.c
perly.c
perly.y
pp.c
pp.sym
pp_ctl.c
pp_hot.c
pp_proto.h
pp_sys.c
proto.h
regcomp.c
regexec.c
run.c
scope.c
scope.h
sv.c
taint.c
toke.c
universal.c
utf8.c
util.c