This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
B::OP::terse will go away in Perl 5.28.
[perl5.git] / ext / DynaLoader / dl_win32.xs
2015-11-10 Reini UrbanDynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markers
2015-11-10 Reini UrbanDynaLoader 1.36 dl_find_symbol add 3rd optional argument
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
2014-12-24 Steve HayFix compilation errors in DynaLoader.c with MinGW/gcc...
2014-11-16 Daniel Draganmisc optimizing in DynaLoader
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2013-11-14 David MitchellDynaloader: fix build issue
2013-11-13 David MitchellDynaLoader: silence some compiler warnings
2012-10-31 Steve HayUse correct type to avoid a cast added by fe1c5936a5
2012-10-31 Daniel Draganconsting in perl.c:S_Internals_V and Win32 DynaLoader
2012-08-31 Steffen MuellerSilence ParseXS warning about abusing the CODE section
2010-11-02 Jan DuboisAvoid buffer overflow in dl_win32.c
2009-09-17 Nicholas ClarkConvert win32 to build DynaLoader with EU::MM in ext...