This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-09-08 Craig A. BerryImplement nonxs_ext on VMS.
2009-09-08 Craig A. BerryNo longer need to look for extensions under vms/ext.
2009-09-07 Vincent PitDon't install .gitignore files
2009-09-07 Vincent PitMove Digest from lib to ext
2009-09-07 Chris WilliamsRemoved the MAP from Parse-CPAN-Meta
2009-09-07 Chris WilliamsMove Parse::CPAN::Meta from lib/ to ext/
2009-09-07 Vincent PitMove CGI.pm from lib to ext
2009-09-07 Vincent PitMove autodie from lib to ext
2009-09-07 Nicholas ClarkUse $ENV{PERL_LIB} rather than an -I argument to pass...
2009-09-07 Chris WilliamsUpdate IPC::Cmd to CPAN version 0.50
2009-09-07 Chris WilliamsUpdate IPC::Cmd to CPAN version 0.48
2009-09-07 Chris WilliamsUpdated Maintainers.pl with the location of the new...
2009-09-07 Yves Ortonneeded something to change
2009-09-07 Chris WilliamsUpdated CPANPLUS::Dist::Build to CPAN version 0.40
2009-09-07 Nicholas ClarkUse an explicit case-sensitive glob, so that the patter...
2009-09-07 Chris WilliamsFix space in MANIFEST to make it a tab
2009-09-07 Chris WilliamsMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-09-07 Chris WilliamsMove CPANPLUS from lib/ to ext/
2009-09-07 Nicholas ClarkFix MANIFEST - spaces are not allowed and we have a...
2009-09-07 Chris WilliamsMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-09-07 Chris WilliamsReplaced the CPANPLUS::Dist::Build packed test files...
2009-09-07 Rafael Garcia... Make Encode's piconv.t test run within the core
2009-09-07 Rafael Garcia... Add missing files from the Encode CPAN distribution
2009-09-07 Rafael Garcia... Make Encode tests work with $PERL_CORE in the environment
2009-09-07 Chris WilliamsMove CPANPLUS::Dist::Build from lib/ to ext/
2009-09-07 Chris WilliamsMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-09-07 Chris WilliamsUpdated Module::Loaded to CPAN version 0.06
2009-09-07 Rafael Garcia... Upgrade to Encode 2.37
2009-09-07 Abhijit Menon-SenRevert "Remove glob for ExtUtils::MakeMaker maintainers...
2009-09-07 George GreerRemove glob for ExtUtils::MakeMaker maintainers list...
2009-09-06 Salvador Ortiz... Corrupt filename when setting %INC entry in a @INC...
2009-09-06 Nicholas ClarkRemove redundant parameters to build_extension().
2009-09-06 Nicholas ClarkRemove support for building in vms/ext, as it's not...
2009-09-06 ZeframFix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR...
2009-09-06 Rafael Garcia... Remove spaces in MANIFEST
2009-09-06 Rafael Garcia... Add new Unicode files to MANIFEST
2009-09-06 Rafael Garcia... Merge commit 'khwilliamson/U5.1' into blead
2009-09-06 Chris Williamslearning curves++ Had neglected to update the util...
2009-09-06 Chris WilliamsMove Archive::Tar from lib/ to ext/
2009-09-06 Chris WilliamsNeglected to rename all the changed Archive::Extract...
2009-09-06 Chris WilliamsThe Archive::Extract non-packed src files were ignored...
2009-09-06 Chris WilliamsMove Archive::Extract from lib/ to ext/
2009-09-05 Nicholas ClarkSet @INC to ../lib if we're running in t, else modules...
2009-09-05 Craig A. BerryRename batch log file more reliably in configure.com.
2009-09-05 Nicholas ClarkIn PERL_CORE under ext, the %INC path for strict change...
2009-09-05 Yves Ortonconvert a bunch of duplicated mortalization logic in...
2009-09-05 Karl WilliamsonOutput failures in an always printable form
2009-09-05 Yves Ortonadd a note about the previous patches from gfx
2009-09-05 gfxcall_method() uses newSVpvn_flags(), instead of sv_2mor...
2009-09-05 gfxRemove an unnecessary NULL check, which is already...
2009-09-05 gfxnewSVpvn_flags() does mortalization in place, instead...
2009-09-04 Nicholas ClarkRemove PERL_CORE boilerplate from IO::Zlib's tests.
2009-09-04 Nicholas ClarkAcknowledge that Dijkmat BV funded the TPF grant.
2009-09-04 Chris WilliamsMove IO::Zlib from lib/ to ext/
2009-09-04 Chris WilliamsMove Params::Check from lib/ to ext/
2009-09-04 Chris WilliamsMove Object::Accessor from lib/ to ext/
2009-09-04 Chris WilliamsMoved Module::Load from lib/ to ext/
2009-09-04 Chris WilliamsMove Module::Load::Conditional from lib/ to ext/
2009-09-04 Chris WilliamsMoved Module::Loaded from lib/ to ext/
2009-09-04 Chris WilliamsAdjust the Maintainers.pl after IPC-Cmd move
2009-09-04 Chris WilliamsMoved IPC::Cmd from lib/ to ext/
2009-09-04 Chris WilliamsMoved Log::Message et al from lib/ to ext/
2009-09-04 Chris WilliamsMoved Log::Message::Simple from lib/ to ext/
2009-09-04 Steffen MuellerFix bad test output of IPC::Open2 in ext
2009-09-04 Steffen Muellercleanup of the Devel-SelfStubber tests to run in ext
2009-09-04 Steffen MuellerFirst step to de-coreifying the Devel::SelfStubber...
2009-09-04 Steffen MuellerMove Devel::SelfStubber from lib to ext
2009-09-04 Steffen Muellerstrip trailing whitespace in IPC::Open3 tests
2009-09-04 Steffen MuellerAttempt to fix core-specific logic in IPC::Open3 tests
2009-09-04 Steffen MuellerMove IPC::Open3 from lib to ext
2009-09-04 Steffen MuellerTest::More'ify the IPC::Open2 tests
2009-09-04 Steffen MuellerAttempt to fix core-specific logic in IPC::Open2 tests
2009-09-04 Steffen MuellerMove IPC::Open2 from lib to ext
2009-09-04 Nicholas Clark354c724e failed to update MANIFEST. Fail. *Always*...
2009-09-04 Rafael Garcia... Replace system by print in strictures/parsing regressio...
2009-09-04 Nicholas Clark354c724e8ab7 should only have renamed the directories...
2009-09-04 Nicholas ClarkOS/2 hadn't been updated to cope with the ext/ restruct...
2009-09-04 Leon BrocardUse alternative URLs for links which are now broken...
2009-09-04 Abhijit Menon-SenEntity-encode E<0xNNNN> and E<0NNN> correctly
2009-09-04 Bo BorgersonReduce #ifdefs in Perl_ck_shift
2009-09-03 Craig A. BerryWork hard to skip VMS-specific extensions on Win32.
2009-09-03 Craig A. BerryMake configure.com aware that ext/Thread no longer...
2009-09-03 Craig A. BerryMove vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym...
2009-09-03 Karl WilliamsonRemoved extra lines
2009-09-03 Karl WilliamsonAdd missing files from Unicode 5.1 Character Database
2009-09-03 Steffen MuellerMove Tie::Memoize from lib to ext
2009-09-03 Steffen MuellerMove FileCache from lib to ext
2009-09-03 Steffen MuellerMove autouse from lib to ext
2009-09-03 Steffen MuellerSilence more deprecation warnings in compatibility...
2009-09-03 Jerry D. HeddenSuppress deprecation warnings from test output
2009-09-02 Steffen MuellerRemove useless tests from lib/Time/Local.t
2009-09-02 Steffen MuellerDeprecate termcap.pl with a warning
2009-09-02 Steffen MuellerDeprecate tainted.pl with a warning
2009-09-02 Steffen MuellerDeprecate stat.pl with a warning
2009-09-02 Steffen MuellerDeprecate shellwords.pl with a warning
2009-09-02 Steffen MuellerDeprecate pwd.pl with a warning
2009-09-02 Steffen MuellerDeprecate open3.pl with a warning
2009-09-02 Steffen MuellerDeprecate open2.pl with a warning
2009-09-02 Steffen MuellerDeprecate newgetopt.pl with a warning
2009-09-02 Steffen MuellerDeprecate look.pl with a warning
next