summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* long-ago h2xs changesYitzchak Scott-Thoennes2009-02-031-2/+2
* vms rename Unix mode fixesJohn Malmberg2009-02-031-41/+69
* vms kill_file / rmdir updatesJohn Malmberg2009-02-031-25/+93
* Refactor to avoid changing directory, and avoid needing getcwd().Nicholas Clark2009-02-031-30/+17
* Oops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df...Steve Hay2009-02-032-12/+6
* Follow-up to commit 4adc95e616bac7eea015e9e47e439b063c1132d5 suggested bySteve Hay2009-02-032-13/+8
* Convert the last few references from buildext.pl to make_ext.plNicholas Clark2009-02-021-5/+5
* Fold win32/buildext.pl into make_ext.plNicholas Clark2009-02-025-185/+105
* Make t/pod/pod2usage2.t work on case insensitive file systems.Jerry D. Hedden2009-02-021-1/+5
* ext/DB_File needs a ppport.hNicholas Clark2009-02-021-0/+1
* Add missed file ext/DB_File/config.in and update ext/DB_File/Changes, bothNicholas Clark2009-02-023-0/+106
* Bump version of PerlIO::via after previous changeRafael Garcia-Suarez2009-02-021-1/+1
* When loading a PerlIO::via layer, first look in the PerlIO::via namespaceRafael Garcia-Suarez2009-02-021-6/+6
* Restore broken clean target in win32/makefile.mkSteve Hay2009-02-021-1/+1
* Update CPAN.pm to 1.93_03Andreas J. Koenig2009-02-024-18/+111
* Upgrade to Encode-2.29.Steve Hay2009-02-025-25/+50
* Upgrade DB_File to 1.818.Steve Hay2009-02-024-38/+295
* Put parentheses around macro argumentsRafael Garcia-Suarez2009-02-012-4/+4
* Cast result to character size before array indexedKarl2009-02-011-8/+11
* vms stat patches (take 2)John Malmberg2009-02-011-66/+210
* For the vmsish pragma, make sure there is a thread context if needed.Craig A. Berry2009-02-011-1/+5
* Make Time/HiRes/Makefile.PL produce a Makefile if one is neededMax Maischein2009-02-011-1/+1
* Replacing system $scalar with system @list requires splitting $MAKE on spaces.Nicholas Clark2009-02-012-20/+17
* Loop over @extspec, calling build_extension() on each.Nicholas Clark2009-02-011-68/+52
* The $@ was actually a botched conversion from $make $targ, rather than anNicholas Clark2009-02-012-2/+2
* Correctly escape $ in debug statementRafael Garcia-Suarez2009-02-011-1/+1
* Update Makefile-cross-SH with 07f3cc2a611daebb9d83f869d36ef63cf4fa2565 andNicholas Clark2009-01-311-12/+17
* Move the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SHNicholas Clark2009-01-312-31/+12
* Use the build_extension() routine from win32/buildext.plNicholas Clark2009-01-311-47/+69
* Create build_extension() to encapsulate the per-extension logic.Nicholas Clark2009-01-311-45/+59
* Make dir and target --options to buildext.pl. Update the documentation.Nicholas Clark2009-01-313-20/+23
* Make lib/Config_heavy.pl part of $(CONFIGPM) as the build ordering is now sane.Nicholas Clark2009-01-311-8/+4
* The hack to write out realclean.sh and veryclean.sh is for Unix only.Nicholas Clark2009-01-311-13/+13
* Move the target generic logic above the extension specific logic.Nicholas Clark2009-01-301-31/+30
* The logic to set $makefile to 'Makefile.old' can't work, so remove it.Nicholas Clark2009-01-301-8/+0
* Eliminate $makeargs by prepending its contents to $passthru.Nicholas Clark2009-01-301-10/+4
* Use Config; rather than parsing config.sh and pushing it into %ENV, a literalNicholas Clark2009-01-301-30/+5
* Fix paths on new pod2usage2 tests to work in the core.Nicholas Clark2009-01-301-8/+22
* Replace the one file timestamp dependency check with a call to 'make config'Nicholas Clark2009-01-303-24/+22
* Pod correction for ExtUtils::XSSymSet.Craig A. Berry2009-01-301-6/+6
* Upgrade to Pod-Parser-1.36.Steve Hay2009-01-3023-415/+801
* Tweaks to pod/perlrepository.podGisle Aas2009-01-291-22/+35
* win32/ext was removed by change 30379 in 2007, so no need to check for it in theNicholas Clark2009-01-292-10/+0
* Add --options with arguments to make_ext.pl. Pass $target as --target=...Nicholas Clark2009-01-293-17/+23
* vmspath without thread context.John Malmberg2009-01-291-2/+30
* Revert "do_exec() is a mathom, so call its replacement directly"Gisle Aas2009-01-291-1/+1
* Upgrade to Win32-0.39.Steve Hay2009-01-294-77/+124
* Add an explicit --all option to buildext.pl, rather than defaulting to it ifNicholas Clark2009-01-293-14/+12
* do_exec() is a mathom, so call its replacement directlyGisle Aas2009-01-291-1/+1
* Pass $(MAKE) as one quoted commandline argument, to converge with make_ext.plNicholas Clark2009-01-283-22/+32