p5sagit/p5-mst-13.2.git
2009-09-08 Nicholas Clark On Win32 and VMS, split building dynamic and nonxs...
2009-09-08 Craig A. Berry Implement nonxs_ext on VMS.
2009-09-08 Craig A. Berry No longer need to look for extensions under vms/ext.
2009-09-07 Vincent Pit Don't install .gitignore files
2009-09-07 Vincent Pit Move Digest from lib to ext
2009-09-07 Chris Williams Removed the MAP from Parse-CPAN-Meta
2009-09-07 Chris Williams Move Parse::CPAN::Meta from lib/ to ext/
2009-09-07 Vincent Pit Move CGI.pm from lib to ext
2009-09-07 Vincent Pit Move autodie from lib to ext
2009-09-07 Nicholas Clark Use $ENV{PERL_LIB} rather than an -I argument to pass...
2009-09-07 Chris Williams Update IPC::Cmd to CPAN version 0.50
2009-09-07 Chris Williams Update IPC::Cmd to CPAN version 0.48
2009-09-07 Chris Williams Updated Maintainers.pl with the location of the new...
2009-09-07 Yves Orton needed something to change
2009-09-07 Chris Williams Updated CPANPLUS::Dist::Build to CPAN version 0.40
2009-09-07 Nicholas Clark Use an explicit case-sensitive glob, so that the patter...
2009-09-07 Chris Williams Fix space in MANIFEST to make it a tab
2009-09-07 Chris Williams Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-09-07 Chris Williams Move CPANPLUS from lib/ to ext/
2009-09-07 Nicholas Clark Fix MANIFEST - spaces are not allowed and we have a...
2009-09-07 Chris Williams Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-09-07 Chris Williams Replaced 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 Williams Move CPANPLUS::Dist::Build from lib/ to ext/
2009-09-07 Chris Williams Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-09-07 Chris Williams Updated Module::Loaded to CPAN version 0.06
2009-09-07 Rafael Garcia... Upgrade to Encode 2.37
2009-09-07 Abhijit Menon-Sen Revert "Remove glob for ExtUtils::MakeMaker maintainers...
2009-09-07 George Greer Remove glob for ExtUtils::MakeMaker maintainers list...
2009-09-06 Salvador Ortiz... Corrupt filename when setting %INC entry in a @INC...
2009-09-06 Nicholas Clark Remove redundant parameters to build_extension().
2009-09-06 Nicholas Clark Remove support for building in vms/ext, as it's not...
2009-09-06 Zefram Fix [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 Williams learning curves++ Had neglected to update the util...
2009-09-06 Chris Williams Move Archive::Tar from lib/ to ext/
2009-09-06 Chris Williams Neglected to rename all the changed Archive::Extract...
2009-09-06 Chris Williams The Archive::Extract non-packed src files were ignored...
2009-09-06 Chris Williams Move Archive::Extract from lib/ to ext/
2009-09-05 Nicholas Clark Set @INC to ../lib if we're running in t, else modules...
2009-09-05 Craig A. Berry Rename batch log file more reliably in configure.com.
2009-09-05 Nicholas Clark In PERL_CORE under ext, the %INC path for strict change...
2009-09-05 Yves Orton convert a bunch of duplicated mortalization logic in...
2009-09-05 Karl Williamson Output failures in an always printable form
2009-09-05 Yves Orton add a note about the previous patches from gfx
2009-09-05 gfx call_method() uses newSVpvn_flags(), instead of sv_2mor...
2009-09-05 gfx Remove an unnecessary NULL check, which is already...
2009-09-05 gfx newSVpvn_flags() does mortalization in place, instead...
2009-09-04 Nicholas Clark Remove PERL_CORE boilerplate from IO::Zlib's tests.
2009-09-04 Nicholas Clark Acknowledge that Dijkmat BV funded the TPF grant.
2009-09-04 Chris Williams Move IO::Zlib from lib/ to ext/
2009-09-04 Chris Williams Move Params::Check from lib/ to ext/
2009-09-04 Chris Williams Move Object::Accessor from lib/ to ext/
2009-09-04 Chris Williams Moved Module::Load from lib/ to ext/
2009-09-04 Chris Williams Move Module::Load::Conditional from lib/ to ext/
2009-09-04 Chris Williams Moved Module::Loaded from lib/ to ext/
2009-09-04 Chris Williams Adjust the Maintainers.pl after IPC-Cmd move
2009-09-04 Chris Williams Moved IPC::Cmd from lib/ to ext/
2009-09-04 Chris Williams Moved Log::Message et al from lib/ to ext/
2009-09-04 Chris Williams Moved Log::Message::Simple from lib/ to ext/
2009-09-04 Steffen Mueller Fix bad test output of IPC::Open2 in ext
2009-09-04 Steffen Mueller cleanup of the Devel-SelfStubber tests to run in ext
2009-09-04 Steffen Mueller First step to de-coreifying the Devel::SelfStubber...
2009-09-04 Steffen Mueller Move Devel::SelfStubber from lib to ext
2009-09-04 Steffen Mueller strip trailing whitespace in IPC::Open3 tests
2009-09-04 Steffen Mueller Attempt to fix core-specific logic in IPC::Open3 tests
2009-09-04 Steffen Mueller Move IPC::Open3 from lib to ext
2009-09-04 Steffen Mueller Test::More'ify the IPC::Open2 tests
2009-09-04 Steffen Mueller Attempt to fix core-specific logic in IPC::Open2 tests
2009-09-04 Steffen Mueller Move IPC::Open2 from lib to ext
2009-09-04 Nicholas Clark 354c724e failed to update MANIFEST. Fail. *Always*...
2009-09-04 Rafael Garcia... Replace system by print in strictures/parsing regressio...
2009-09-04 Nicholas Clark 354c724e8ab7 should only have renamed the directories...
2009-09-04 Nicholas Clark OS/2 hadn't been updated to cope with the ext/ restruct...
2009-09-04 Leon Brocard Use alternative URLs for links which are now broken...
2009-09-04 Abhijit Menon-Sen Entity-encode E<0xNNNN> and E<0NNN> correctly
2009-09-04 Bo Borgerson Reduce #ifdefs in Perl_ck_shift
2009-09-03 Craig A. Berry Work hard to skip VMS-specific extensions on Win32.
2009-09-03 Craig A. Berry Make configure.com aware that ext/Thread no longer...
2009-09-03 Craig A. Berry Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym...
2009-09-03 Karl Williamson Removed extra lines
2009-09-03 Karl Williamson Add missing files from Unicode 5.1 Character Database
2009-09-03 Steffen Mueller Move Tie::Memoize from lib to ext
2009-09-03 Steffen Mueller Move FileCache from lib to ext
2009-09-03 Steffen Mueller Move autouse from lib to ext
2009-09-03 Steffen Mueller Silence more deprecation warnings in compatibility...
2009-09-03 Jerry D. Hedden Suppress deprecation warnings from test output
2009-09-02 Steffen Mueller Remove useless tests from lib/Time/Local.t
2009-09-02 Steffen Mueller Deprecate termcap.pl with a warning
2009-09-02 Steffen Mueller Deprecate tainted.pl with a warning
2009-09-02 Steffen Mueller Deprecate stat.pl with a warning
2009-09-02 Steffen Mueller Deprecate shellwords.pl with a warning
2009-09-02 Steffen Mueller Deprecate pwd.pl with a warning
2009-09-02 Steffen Mueller Deprecate open3.pl with a warning
2009-09-02 Steffen Mueller Deprecate open2.pl with a warning
2009-09-02 Steffen Mueller Deprecate newgetopt.pl with a warning
next