doc f7abe7
[p5sagit/p5-mst-13.2.git] / make_ext.pl
2009-10-02 Nicholas Clark We don't actually need constant to bootstrap the nonxs...
2009-10-02 Nicholas Clark Change 204606f4 ommited to update make_ext.pl's path...
2009-10-02 David Golden removed PERL5LIB diagnostic output from make_ext.pl
2009-10-01 Nicholas Clark Move ExtUtils::Manifest from ext/ to cpan/
2009-10-01 Nicholas Clark Move ExtUtils::Command from ext/ to cpan/
2009-10-01 Nicholas Clark Move ExtUtils::MakeMaker from ext/ to cpan/
2009-09-30 Nicholas Clark Tidy make_ext.pl, particularly the OS-specific code.
2009-09-30 Nicholas Clark Refactor the code for determining where an extension...
2009-09-29 Steve Hay On Win32, load File::Spec::Functions before chdir(...
2009-09-29 Nicholas Clark Only require File::Spec::Functions on Win32, as only...
2009-09-29 Steve Hay Fix distclean on Win32
2009-09-29 Nicholas Clark Move ExtUtils::Install from ext/ to dist/
2009-09-29 Nicholas Clark Move Cwd from ext/ to cpan/
2009-09-27 Robin Barker fix up ABSTRACT_FROM
2009-09-26 Nicholas Clark Support building extensions in dist/ as well as cpan...
2009-09-26 Nicholas Clark Move File::Path from ext/ to cpan/
2009-09-26 Nicholas Clark Move AutoLoader from ext/ to cpan/
2009-09-25 Nicholas Clark Stop empty top-level directories in ext/ being treated...
2009-09-25 Nicholas Clark Process the extension directories in alphabetical order.
2009-09-25 Nicholas Clark Support building nonxs extensions from cpan/ on Unix.
2009-09-24 Max Maischein Make make_ext changedir work with multiple scanned...
2009-09-24 Nicholas Clark Fix a22f28a4268aa03c - array, not array reference....
2009-09-24 Nicholas Clark Allow make_ext.pl to take multiple --dir options, and...
2009-09-24 Nicholas Clark Support building extensions in cpan/ as well as ext/
2009-09-23 Nicholas Clark Correct d6897368 - Win32 requires the correct path...
2009-09-23 Nicholas Clark Following b0e687f7 Win32 requires an -Ilib to run pl2ba...
2009-09-19 Nicholas Clark Reuinte File::Spec with the rest of the PathTools distr...
2009-09-18 Nicholas Clark Make make_ext.pl set PERL_CORE=1 in the environment.
2009-09-17 Nicholas Clark Convert win32 to build DynaLoader with EU::MM in ext...
2009-09-15 Nicholas Clark Cwd.pm needs to be installed in lib before Encode recur...
2009-09-13 Steve Hay Fix Win32 build
2009-09-12 Nicholas Clark Avoid using 'lib' in make_ext.pl.
2009-09-12 Nicholas Clark Move Cwd from lib to ext.
2009-09-12 Chris Williams Moved AutoLoader from lib/ to ext/
2009-09-12 Nicholas Clark Avoid a parallel make race condition where we load...
2009-09-11 Chris Williams Move File-Path from lib/ to ext/
2009-09-10 Nicholas Clark Move ExtUtils::MakeMaker from lib to ext.
2009-09-10 Nicholas Clark Move ExtUtils::Manifest from lib to ext.
2009-09-10 Nicholas Clark Move ExtUtils::Install from lib to ext.
2009-09-10 Nicholas Clark Map ParseWords.pm to .../lib/Text/ParseWords.pm so...
2009-09-10 Nicholas Clark Redo moving Text::ParseWords from lib to ext
2009-09-09 Nicholas Clark Clarify what @toolchain means in the context of make_ext.pl
2009-09-09 Nicholas Clark Move ExtUtils::Command from lib to ext.
2009-09-09 Nicholas Clark Move constant from lib/ to ext/
2009-09-08 Nicholas Clark On Win32 and VMS, split building dynamic and nonxs...
2009-09-08 Craig A. Berry Implement nonxs_ext on VMS.
2009-09-07 Nicholas Clark Use $ENV{PERL_LIB} rather than an -I argument to pass...
2009-09-06 Nicholas Clark Remove redundant parameters to build_extension().
2009-09-06 Nicholas Clark Remove support for building in vms/ext, as it's not...
2009-03-26 Nicholas Clark make_ext.pl should also set INSTALLMAN1DIR=none when...
2009-02-26 Nicholas Clark 6c0ec79a2e9c445ac9999df2 failed to build from distclean...
2009-02-12 Nicholas Clark make_ext.pl now generates a Makefile.PL if needed.
2009-02-07 Craig A. Berry Port make_ext.pl to VMS.
2009-02-06 Nicholas Clark Cope with new-style ext/Data-Dumper as well as old...
2009-02-04 Nicholas Clark When normalising @extspec, use the result of s/// in...
2009-02-04 Nicholas Clark Remove the / from the end of the extension directory...
2009-02-04 Nicholas Clark Some refactoring in the loop that constructs parameters...
2009-02-02 Nicholas Clark Fold win32/buildext.pl into make_ext.pl
2009-02-01 Nicholas Clark Replacing system $scalar with system @list requires...
2009-02-01 Nicholas Clark Loop over @extspec, calling build_extension() on each.
2009-02-01 Nicholas Clark The $@ was actually a botched conversion from $make...
2009-02-01 Rafael Garcia-Suarez Correctly escape $ in debug statement
2009-01-31 Nicholas Clark Move the static/dynamic/nonxs LINKTYPE logic from make_...
2009-01-31 Nicholas Clark Use the build_extension() routine from win32/buildext.pl
2009-01-31 Nicholas Clark The hack to write out realclean.sh and veryclean.sh...
2009-01-30 Nicholas Clark Move the target generic logic above the extension speci...
2009-01-30 Nicholas Clark The logic to set $makefile to 'Makefile.old' can't...
2009-01-30 Nicholas Clark Eliminate $makeargs by prepending its contents to ...
2009-01-30 Nicholas Clark Use Config; rather than parsing config.sh and pushing...
2009-01-29 Nicholas Clark Add --options with arguments to make_ext.pl. Pass ...
2009-01-28 Nicholas Clark Move ext/util/make_ext.pl to the top level.