This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use byte domain EBCDIC/LATIN1 macro where appropriate
[perl5.git] / make_ext.pl
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.
2009-09-10 Nicholas ClarkMove ExtUtils::Install from lib to ext.
2009-09-10 Nicholas ClarkMap ParseWords.pm to .../lib/Text/ParseWords.pm so...
2009-09-10 Nicholas ClarkRedo moving Text::ParseWords from lib to ext
2009-09-09 Nicholas ClarkClarify what @toolchain means in the context of make_ext.pl
2009-09-09 Nicholas ClarkMove ExtUtils::Command from lib to ext.
2009-09-09 Nicholas ClarkMove constant from lib/ to ext/
2009-09-08 Nicholas ClarkOn Win32 and VMS, split building dynamic and nonxs...
2009-09-08 Craig A. BerryImplement nonxs_ext on VMS.
2009-09-07 Nicholas ClarkUse $ENV{PERL_LIB} rather than an -I argument to pass...
2009-09-06 Nicholas ClarkRemove redundant parameters to build_extension().
2009-09-06 Nicholas ClarkRemove support for building in vms/ext, as it's not...
2009-03-26 Nicholas Clarkmake_ext.pl should also set INSTALLMAN1DIR=none when...
2009-02-26 Nicholas Clark6c0ec79a2e9c445ac9999df2 failed to build from distclean...
2009-02-12 Nicholas Clarkmake_ext.pl now generates a Makefile.PL if needed.
2009-02-07 Craig A. BerryPort make_ext.pl to VMS.
2009-02-06 Nicholas ClarkCope with new-style ext/Data-Dumper as well as old...
2009-02-04 Nicholas ClarkWhen normalising @extspec, use the result of s/// in...
2009-02-04 Nicholas ClarkRemove the / from the end of the extension directory...
2009-02-04 Nicholas ClarkSome refactoring in the loop that constructs parameters...
2009-02-02 Nicholas ClarkFold win32/buildext.pl into make_ext.pl
2009-02-01 Nicholas ClarkReplacing system $scalar with system @list requires...
2009-02-01 Nicholas ClarkLoop over @extspec, calling build_extension() on each.
2009-02-01 Nicholas ClarkThe $@ was actually a botched conversion from $make...
2009-02-01 Rafael Garcia-SuarezCorrectly escape $ in debug statement
2009-01-31 Nicholas ClarkMove the static/dynamic/nonxs LINKTYPE logic from make_...
2009-01-31 Nicholas ClarkUse the build_extension() routine from win32/buildext.pl
2009-01-31 Nicholas ClarkThe hack to write out realclean.sh and veryclean.sh...
2009-01-30 Nicholas ClarkMove the target generic logic above the extension speci...
2009-01-30 Nicholas ClarkThe logic to set $makefile to 'Makefile.old' can't...
2009-01-30 Nicholas ClarkEliminate $makeargs by prepending its contents to ...
2009-01-30 Nicholas ClarkUse Config; rather than parsing config.sh and pushing...
2009-01-29 Nicholas ClarkAdd --options with arguments to make_ext.pl. Pass ...
2009-01-28 Nicholas ClarkMove ext/util/make_ext.pl to the top level.