| Commit message (Expand) | Author | Age | Files | Lines |
* | long-ago h2xs changes | Yitzchak Scott-Thoennes | 2009-02-03 | 1 | -2/+2 |
* | vms rename Unix mode fixes | John Malmberg | 2009-02-03 | 1 | -41/+69 |
* | vms kill_file / rmdir updates | John Malmberg | 2009-02-03 | 1 | -25/+93 |
* | Refactor to avoid changing directory, and avoid needing getcwd(). | Nicholas Clark | 2009-02-03 | 1 | -30/+17 |
* | Oops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df... | Steve Hay | 2009-02-03 | 2 | -12/+6 |
* | Follow-up to commit 4adc95e616bac7eea015e9e47e439b063c1132d5 suggested by | Steve Hay | 2009-02-03 | 2 | -13/+8 |
* | Convert the last few references from buildext.pl to make_ext.pl | Nicholas Clark | 2009-02-02 | 1 | -5/+5 |
* | Fold win32/buildext.pl into make_ext.pl | Nicholas Clark | 2009-02-02 | 5 | -185/+105 |
* | Make t/pod/pod2usage2.t work on case insensitive file systems. | Jerry D. Hedden | 2009-02-02 | 1 | -1/+5 |
* | ext/DB_File needs a ppport.h | Nicholas Clark | 2009-02-02 | 1 | -0/+1 |
* | Add missed file ext/DB_File/config.in and update ext/DB_File/Changes, both | Nicholas Clark | 2009-02-02 | 3 | -0/+106 |
* | Bump version of PerlIO::via after previous change | Rafael Garcia-Suarez | 2009-02-02 | 1 | -1/+1 |
* | When loading a PerlIO::via layer, first look in the PerlIO::via namespace | Rafael Garcia-Suarez | 2009-02-02 | 1 | -6/+6 |
* | Restore broken clean target in win32/makefile.mk | Steve Hay | 2009-02-02 | 1 | -1/+1 |
* | Update CPAN.pm to 1.93_03 | Andreas J. Koenig | 2009-02-02 | 4 | -18/+111 |
* | Upgrade to Encode-2.29. | Steve Hay | 2009-02-02 | 5 | -25/+50 |
* | Upgrade DB_File to 1.818. | Steve Hay | 2009-02-02 | 4 | -38/+295 |
* | Put parentheses around macro arguments | Rafael Garcia-Suarez | 2009-02-01 | 2 | -4/+4 |
* | Cast result to character size before array indexed | Karl | 2009-02-01 | 1 | -8/+11 |
* | vms stat patches (take 2) | John Malmberg | 2009-02-01 | 1 | -66/+210 |
* | For the vmsish pragma, make sure there is a thread context if needed. | Craig A. Berry | 2009-02-01 | 1 | -1/+5 |
* | Make Time/HiRes/Makefile.PL produce a Makefile if one is needed | Max Maischein | 2009-02-01 | 1 | -1/+1 |
* | Replacing system $scalar with system @list requires splitting $MAKE on spaces. | Nicholas Clark | 2009-02-01 | 2 | -20/+17 |
* | Loop over @extspec, calling build_extension() on each. | Nicholas Clark | 2009-02-01 | 1 | -68/+52 |
* | The $@ was actually a botched conversion from $make $targ, rather than an | Nicholas Clark | 2009-02-01 | 2 | -2/+2 |
* | Correctly escape $ in debug statement | Rafael Garcia-Suarez | 2009-02-01 | 1 | -1/+1 |
* | Update Makefile-cross-SH with 07f3cc2a611daebb9d83f869d36ef63cf4fa2565 and | Nicholas Clark | 2009-01-31 | 1 | -12/+17 |
* | Move the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SH | Nicholas Clark | 2009-01-31 | 2 | -31/+12 |
* | Use the build_extension() routine from win32/buildext.pl | Nicholas Clark | 2009-01-31 | 1 | -47/+69 |
* | Create build_extension() to encapsulate the per-extension logic. | Nicholas Clark | 2009-01-31 | 1 | -45/+59 |
* | Make dir and target --options to buildext.pl. Update the documentation. | Nicholas Clark | 2009-01-31 | 3 | -20/+23 |
* | Make lib/Config_heavy.pl part of $(CONFIGPM) as the build ordering is now sane. | Nicholas Clark | 2009-01-31 | 1 | -8/+4 |
* | The hack to write out realclean.sh and veryclean.sh is for Unix only. | Nicholas Clark | 2009-01-31 | 1 | -13/+13 |
* | Move the target generic logic above the extension specific logic. | Nicholas Clark | 2009-01-30 | 1 | -31/+30 |
* | The logic to set $makefile to 'Makefile.old' can't work, so remove it. | Nicholas Clark | 2009-01-30 | 1 | -8/+0 |
* | Eliminate $makeargs by prepending its contents to $passthru. | Nicholas Clark | 2009-01-30 | 1 | -10/+4 |
* | Use Config; rather than parsing config.sh and pushing it into %ENV, a literal | Nicholas Clark | 2009-01-30 | 1 | -30/+5 |
* | Fix paths on new pod2usage2 tests to work in the core. | Nicholas Clark | 2009-01-30 | 1 | -8/+22 |
* | Replace the one file timestamp dependency check with a call to 'make config' | Nicholas Clark | 2009-01-30 | 3 | -24/+22 |
* | Pod correction for ExtUtils::XSSymSet. | Craig A. Berry | 2009-01-30 | 1 | -6/+6 |
* | Upgrade to Pod-Parser-1.36. | Steve Hay | 2009-01-30 | 23 | -415/+801 |
* | Tweaks to pod/perlrepository.pod | Gisle Aas | 2009-01-29 | 1 | -22/+35 |
* | win32/ext was removed by change 30379 in 2007, so no need to check for it in the | Nicholas Clark | 2009-01-29 | 2 | -10/+0 |
* | Add --options with arguments to make_ext.pl. Pass $target as --target=... | Nicholas Clark | 2009-01-29 | 3 | -17/+23 |
* | vmspath without thread context. | John Malmberg | 2009-01-29 | 1 | -2/+30 |
* | Revert "do_exec() is a mathom, so call its replacement directly" | Gisle Aas | 2009-01-29 | 1 | -1/+1 |
* | Upgrade to Win32-0.39. | Steve Hay | 2009-01-29 | 4 | -77/+124 |
* | Add an explicit --all option to buildext.pl, rather than defaulting to it if | Nicholas Clark | 2009-01-29 | 3 | -14/+12 |
* | do_exec() is a mathom, so call its replacement directly | Gisle Aas | 2009-01-29 | 1 | -1/+1 |
* | Pass $(MAKE) as one quoted commandline argument, to converge with make_ext.pl | Nicholas Clark | 2009-01-28 | 3 | -22/+32 |