This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Register ~~ operator overloading in its own category in %overload::ops
[perl5.git] / make_ext.pl
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.