This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 12 Jul 1999 01:55:15 +0000 (01:55 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 12 Jul 1999 01:55:15 +0000 (01:55 +0000)
commitc5be433b5c5658093bc9cae4434721a0b63e7a85
treeb5e25d83702fd5b6ebb6108c8cdf104a09f97040
parented7ab888f26e9b2a3bcf98806b630e993179f8b4
yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
builds; passing the implicit context is unified among the three
flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
flavors (see the top of perl.h) for testing; all varargs functions
foo() have a va_list-taking variant vfoo() for generating the
context-free versions; the PERL_OBJECT build should now be
hyper-compatible with CPAN extensions (C++ is totally out of
the picture)

result has only been tested on Windows

TODO: write docs on the THX rationale and idiomatic usage of
the Perl API

p4raw-id: //depot/perl@3667
69 files changed:
MANIFEST
XSUB.h
XSlock.h [deleted file]
bytecode.pl
deb.c
dump.c
embed.h
embed.pl
embedvar.h
ext/B/B.xs
ext/ByteLoader/ByteLoader.xs
ext/ByteLoader/byterun.c
ext/Data/Dumper/Dumper.xs
ext/Devel/Peek/Peek.xs
ext/Fcntl/Fcntl.xs
ext/IO/IO.xs
ext/Opcode/Opcode.xs
ext/POSIX/POSIX.xs
ext/SDBM_File/SDBM_File.xs
ext/Socket/Socket.xs
ext/Thread/Thread.xs
ext/attrs/attrs.xs
ext/re/re.xs
global.sym
globals.c
intrpvar.h
iperlsys.h
lib/ExtUtils/MM_Unix.pm
lib/ExtUtils/MM_Win32.pm
lib/ExtUtils/MakeMaker.pm
lib/ExtUtils/xsubpp
lib/base.pm
malloc.c
objXSUB.h
perl.c
perl.h
perlapi.c
perlapi.h
perlio.c
pp_sys.c
proto.h
regcomp.c
regexec.c
scope.c
sv.c
thrdvar.h
util.c
win32/GenCAPI.pl [deleted file]
win32/Makefile
win32/TEST [deleted file]
win32/autosplit.pl [deleted file]
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_h.PL
win32/dl_win32.xs
win32/genxsdef.pl [deleted file]
win32/include/dirent.h
win32/include/sys/socket.h
win32/makedef.pl
win32/makefile.mk
win32/makemain.pl [deleted file]
win32/makeperldef.pl [deleted file]
win32/perllib.c
win32/runperl.c
win32/win32.c
win32/win32.h
win32/win32iop.h
win32/win32sck.c