This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Better skipping for regexp optimization tests
[perl5.git] / make_ext.pl
2020-07-30 Leon TimmermansForce path to ExtUtils::PL2Bat in make_ext.pl
2020-03-11 Nicolas Rmake_ext.pl should use current Perl to run Makefile.PL
2019-05-27 Karl WilliamsonMake sure 'if' compiled before Pod::Simple
2019-05-27 Karl Williamsonmake_ext.pl: Add some general comments
2019-05-27 Karl WilliamsonBetter document build dependency ordering
2017-10-30 Father Chrysostomosmake_ext.pl: Use version.pm for version cmp
2017-03-10 Chris 'BinGOs' Wil... Ensure that lib is built before IO-Compress
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-06-13 Tony Cook[perl #126710] only touch pm_to_blib if files are copied
2016-05-17 Aaron Cranemake_ext.pl: emit fewer blank lines during build
2016-01-30 Craig A. BerryIntegrate podlators 4.05.
2015-11-22 Tony Cookmake_ext.pl: fix operator precedence error from b4c079ca5
2015-10-20 Daniel Draganmake non-zero exit from Makefile.PL fatal in make_ext.pl
2015-10-14 Reini Urbanmake -s: silent means silent
2015-09-16 Jarkko HietaniemiRevert "amigaos4: flock unimplemented"
2015-09-05 Andy Broadamigaos4: flock unimplemented
2015-07-20 Daniel Draganfactor out an %ENV assignment from make_ext.pl
2014-12-03 David Mitchellspecial-case Pod::Checker ABSTRACT
2014-12-03 David Mitchellreinstate cpan/IO-Compress/Makefile.PL
2014-11-10 Daniel Dragandont run extension building make twice on a fresh src...
2014-11-05 Daniel Draganfix Win32 nmake cant rebuild DynaLoader.obj on Makefile...
2014-11-04 Daniel Draganconst fold OS versions in make_ext.pl
2014-10-10 Father ChrysostomosSet PERL_MM_USE_DEFAULT in make_ext.pl
2014-09-22 Craig A. BerryFix distclean for "pm_to_blib directly" extensions.
2014-09-06 Father Chrysostomosmake_ext.pl: Typo in error message
2014-09-03 Anthony Headingstat Makefile.PL to get values for utime.
2014-07-02 Tony Cookpass through -s if supplied, instead of defaulting...
2014-07-02 Reini UrbanSupport faster make -s
2014-06-13 Chris 'BinGOs' Wil... Suppress the pm_to_blib spammage during make
2014-03-02 Nicholas ClarkOn VMS, lib is lib.DIR, etc. make_ext.pl needs to accou...
2014-03-02 Nicholas ClarkGenerate fallback shell cleanup code for the extensions...
2014-03-02 Nicholas Clarkmake_ext.pl can handle 4 extensions in dist/ which...
2014-03-02 Nicholas Clarkmake_ext.pl can also handle extensions with a module...
2014-03-02 Nicholas Clarkmake_ext.pl can also handle extensions with a module...
2014-03-02 Nicholas ClarkFor simple extensions make_ext.pl can emulate the entir...
2014-03-02 Nicholas ClarkExtract fallback_cleanup() to hold the code that writes...
2014-03-02 Nicholas Clarkmake_ext.pl should validate exactly which clean targets...
2014-01-22 Brian Frasermake_ext.pl: Phase out the use of Cross.pm
2014-01-22 Jess RobinsonStop using $run for anything other than testing compile...
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-10-25 Steve HayRemove some unnecessary Makefile.PLs from cpan/ and...
2013-10-24 Steve HayMove Cwd and List-Util to folders named as per their...
2013-10-21 Daniel DraganWinCE Makefile and make_ext.pl general and XS fixes
2013-08-23 Daniel Draganrestore XS module building for WinCE
2013-05-22 David Steinbrunnertypo fixes for root level scripts
2012-07-29 Father Chrysostomos[perl #113940] Make make_ext delete Makefiles when...
2012-06-05 Nicholas ClarkIn make_ext.pl, inline _macroify_passthrough() into...
2012-06-05 Nicholas ClarkIn make_ext.pl, only fudge the Makefile.PL timestamp...
2012-06-05 Nicholas Clarkmake_ext.pl need not manipulate @INC, as buildcustomize...
2012-06-05 Nicholas ClarkIn make_ext.pl, move loading FindExt and Cwd into the...
2012-02-18 Nicholas ClarkEnsure Pod::Simple is built before Pod::Functions.
2011-06-27 Chris 'BinGOs' Wil... Push the atime and mtime of generated Makefile.PLs...
2011-06-25 Craig A. BerryDon't quote target name in make_ext.pl.
2011-02-15 Nicholas ClarkUse a buildcustomize.pl to set @INC in miniperl when...
2011-02-14 Nicholas ClarkIn make_ext.pl, on Win32 avoid calling getcwd() twice...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in misc. files.
2010-11-09 Florian RagwitzMove ExtUtils-Command from cpan/ to dist/
2010-11-09 Florian RagwitzMove ExtUtils-Manifest from cpan/ to dist/
2010-10-07 Craig A. BerryNo distinction between .PL and .pl if case is not prese...
2010-10-05 Nicholas ClarkGenerate the core-only Makefile.PL for podlators using...
2010-10-05 Nicholas Clarkmake_ext.pl now writes Makefile.PL that cope with pod...
2010-07-24 Florian RagwitzMove PathTools from cpan/ to dist/
2009-10-02 Nicholas ClarkWe don't actually need constant to bootstrap the nonxs...
2009-10-02 Nicholas ClarkChange 204606f4 ommited to update make_ext.pl's path...
2009-10-02 David Goldenremoved PERL5LIB diagnostic output from make_ext.pl
2009-10-01 Nicholas ClarkMove ExtUtils::Manifest from ext/ to cpan/
2009-10-01 Nicholas ClarkMove ExtUtils::Command from ext/ to cpan/
2009-10-01 Nicholas ClarkMove ExtUtils::MakeMaker from ext/ to cpan/
2009-09-30 Nicholas ClarkTidy make_ext.pl, particularly the OS-specific code.
2009-09-30 Nicholas ClarkRefactor the code for determining where an extension...
2009-09-29 Steve HayOn Win32, load File::Spec::Functions before chdir(...
2009-09-29 Nicholas ClarkOnly require File::Spec::Functions on Win32, as only...
2009-09-29 Steve HayFix distclean on Win32
2009-09-29 Nicholas ClarkMove ExtUtils::Install from ext/ to dist/
2009-09-29 Nicholas ClarkMove Cwd from ext/ to cpan/
2009-09-27 Robin Barkerfix up ABSTRACT_FROM
2009-09-26 Nicholas ClarkSupport building extensions in dist/ as well as cpan...
2009-09-26 Nicholas ClarkMove File::Path from ext/ to cpan/
2009-09-26 Nicholas ClarkMove AutoLoader from ext/ to cpan/
2009-09-25 Nicholas ClarkStop empty top-level directories in ext/ being treated...
2009-09-25 Nicholas ClarkProcess the extension directories in alphabetical order.
2009-09-25 Nicholas ClarkSupport building nonxs extensions from cpan/ on Unix.
2009-09-24 Max MaischeinMake make_ext changedir work with multiple scanned...
2009-09-24 Nicholas ClarkFix a22f28a4268aa03c - array, not array reference....
2009-09-24 Nicholas ClarkAllow make_ext.pl to take multiple --dir options, and...
2009-09-24 Nicholas ClarkSupport building extensions in cpan/ as well as ext/
2009-09-23 Nicholas ClarkCorrect d6897368 - Win32 requires the correct path...
2009-09-23 Nicholas ClarkFollowing b0e687f7 Win32 requires an -Ilib to run pl2ba...
2009-09-19 Nicholas ClarkReuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas ClarkMake make_ext.pl set PERL_CORE=1 in the environment.
2009-09-17 Nicholas ClarkConvert win32 to build DynaLoader with EU::MM in ext...
2009-09-15 Nicholas ClarkCwd.pm needs to be installed in lib before Encode recur...
2009-09-13 Steve HayFix Win32 build
2009-09-12 Nicholas ClarkAvoid using 'lib' in make_ext.pl.
2009-09-12 Nicholas ClarkMove Cwd from lib to ext.
2009-09-12 Chris WilliamsMoved AutoLoader from lib/ to ext/
2009-09-12 Nicholas ClarkAvoid a parallel make race condition where we load...
2009-09-11 Chris WilliamsMove File-Path from lib/ to ext/
2009-09-10 Nicholas ClarkMove ExtUtils::MakeMaker from lib to ext.
2009-09-10 Nicholas ClarkMove ExtUtils::Manifest from lib to ext.
next