summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Move CPANPLUS from lib/ to ext/Chris Williams2009-09-0799-411/+147
|/
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadChris Williams2009-09-078-13/+322
|\
| * Make Encode's piconv.t test run within the coreRafael Garcia-Suarez2009-09-071-8/+1
| * Add missing files from the Encode CPAN distributionRafael Garcia-Suarez2009-09-074-0/+329
| * Make Encode tests work with $PERL_CORE in the environmentRafael Garcia-Suarez2009-09-074-13/+0
* | Replaced the CPANPLUS::Dist::Build packed test files with their binary equiva...Chris Williams2009-09-0710-158/+0
* | Move CPANPLUS::Dist::Build from lib/ to ext/Chris Williams2009-09-0715-15/+16
|/
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadChris Williams2009-09-073-15/+36
|\
| * Upgrade to Encode 2.37Rafael Garcia-Suarez2009-09-073-15/+36
* | Updated Module::Loaded to CPAN version 0.06Chris Williams2009-09-073-4/+4
|/
* Revert "Remove glob for ExtUtils::MakeMaker maintainers list ..."Abhijit Menon-Sen2009-09-071-1/+1
* Remove glob for ExtUtils::MakeMaker maintainers list as case-insensitive file...George Greer2009-09-071-1/+1
* Corrupt filename when setting %INC entry in a @INC hookSalvador Ortiz Garcia2009-09-061-1/+1
* Remove redundant parameters to build_extension().Nicholas Clark2009-09-061-6/+10
* Remove support for building in vms/ext, as it's not needed post 26dd53a23187.Nicholas Clark2009-09-061-4/+0
* Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTESZefram2009-09-063-61/+87
* Remove spaces in MANIFESTRafael Garcia-Suarez2009-09-061-5/+5
* Add new Unicode files to MANIFESTRafael Garcia-Suarez2009-09-061-0/+18
* Merge commit 'khwilliamson/U5.1' into bleadRafael Garcia-Suarez2009-09-0618-19/+28165
|\
| * Removed extra linesKarl Williamson2009-09-031-22/+2
| * Add missing files from Unicode 5.1 Character DatabaseKarl Williamson2009-09-0318-19/+28185
* | learning curves++ Had neglected to update the util generators for ptar* scripts.Chris Williams2009-09-062-2/+2
* | Move Archive::Tar from lib/ to ext/Chris Williams2009-09-0637-1314/+39
* | Neglected to rename all the changed Archive::Extract test files in the MANIFE...Chris Williams2009-09-061-1/+1
* | The Archive::Extract non-packed src files were ignored due to a .gitignore fi...Chris Williams2009-09-0620-3/+0
* | Move Archive::Extract from lib/ to ext/Chris Williams2009-09-0626-822/+24
* | Set @INC to ../lib if we're running in t, else modules can't be required.Nicholas Clark2009-09-051-0/+3
* | Rename batch log file more reliably in configure.com.Craig A. Berry2009-09-051-4/+13
* | In PERL_CORE under ext, the %INC path for strict changes if you reload it.Nicholas Clark2009-09-051-1/+2
* | convert a bunch of duplicated mortalization logic in sv.c into a private file...Yves Orton2009-09-051-13/+15
* | Output failures in an always printable formKarl Williamson2009-09-051-7/+7
* | add a note about the previous patches from gfxYves Orton2009-09-051-0/+12
* | call_method() uses newSVpvn_flags(), instead of sv_2mortal(newSVpv(...)), bec...gfx2009-09-051-1/+5
* | Remove an unnecessary NULL check, which is already checked other placesgfx2009-09-051-2/+4
* | newSVpvn_flags() does mortalization in place, instead of calling sv_2mortal()gfx2009-09-051-2/+8
* | Remove PERL_CORE boilerplate from IO::Zlib's tests.Nicholas Clark2009-09-049-63/+0
* | Acknowledge that Dijkmat BV funded the TPF grant.Nicholas Clark2009-09-041-6/+2
* | Move IO::Zlib from lib/ to ext/Chris Williams2009-09-0414-25/+28
* | Move Params::Check from lib/ to ext/Chris Williams2009-09-046-3/+5
* | Move Object::Accessor from lib/ to ext/Chris Williams2009-09-0412-9/+11
* | Moved Module::Load from lib/ to ext/Chris Williams2009-09-0412-9/+11
* | Move Module::Load::Conditional from lib/ to ext/Chris Williams2009-09-0413-12/+12
* | Moved Module::Loaded from lib/ to ext/Chris Williams2009-09-046-3/+5
* | Adjust the Maintainers.pl after IPC-Cmd moveChris Williams2009-09-041-1/+1
* | Moved IPC::Cmd from lib/ to ext/Chris Williams2009-09-0410-24/+8
* | Moved Log::Message et al from lib/ to ext/Chris Williams2009-09-0412-12/+14
* | Moved Log::Message::Simple from lib/ to ext/Chris Williams2009-09-048-7/+7
* | Fix bad test output of IPC::Open2 in extSteffen Mueller2009-09-041-4/+4
* | cleanup of the Devel-SelfStubber tests to run in extSteffen Mueller2009-09-041-2/+1
* | First step to de-coreifying the Devel::SelfStubber testsSteffen Mueller2009-09-041-5/+0