This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] Various changes to make it build cleanly and pass all tests:
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 26 Nov 1997 00:27:57 +0000 (00:27 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 26 Nov 1997 00:27:57 +0000 (00:27 +0000)
commitc31fac668b253062b943c71d3452e678b6f02609
treebf9ee12ba220ede3aadb62c3004f00f0cedf9962
parent769c30bc4bb5d7abeb7306e297a4071100a0e741
[win32] Various changes to make it build cleanly and pass all tests:
 - needed to run `perl embed.pl`
 - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
 - fix prototypes for a few declarations (Borland is finally quiet)
 - move declaration of Mymalloc etc to perl.h (since win32 and other
   ports may #define malloc themselves, to let extensions bind to
   the version that perl used)
 - move struct reg_data into a public header file, since it is
   referenced in a public datatype
 - win32 makefile fixes
 - fix remaining s/thread/perl_thread/

p4raw-id: //depot/win32/perl@304
15 files changed:
EXTERN.h
embed.h
ext/DynaLoader/dlutils.c
ext/SDBM_File/sdbm/sdbm.h
hv.c
perl.h
proto.h
regcomp.h
regexp.h
win32/Makefile
win32/dl_win32.xs
win32/makefile.mk
win32/win32.h
win32/win32iop.h
win32/win32thread.c