This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adopt Makefile macros MINIPERL_EXE and MINIPERL from VMS, to reduce copy&paste.
[perl5.git] / ext /
2009-09-04 Nicholas ClarkRemove PERL_CORE boilerplate from IO::Zlib's tests.
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 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-03 Craig A. BerryMove vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym...
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-02 Chris 'BinGOs' Wil... Move File::Fetch from lib to ext
2009-09-02 Steffen MuellerMove Tie::File from lib to ext
2009-09-02 Steffen MuellerMove Package::Constants from lib to ext
2009-08-31 Nicholas ClarkRevert "Move Text::ParseWords from lib to ext"
2009-08-31 paulcompress 2.021
2009-08-31 Vincent PitRevert Socket.t permissions to 644 after 89904c08923161...
2009-08-31 Lubomir RintelFix unpack of abstract socket addrs with nul byte
2009-08-31 Steffen MuellerUpgrade Term::ANSIColor to 2.02
2009-08-31 Nicholas ClarkMove Thread::Semaphore from lib to ext
2009-08-31 Nicholas ClarkMove Thread::Queue from lib to ext
2009-08-31 Nicholas ClarkMove SelfLoader from lib to ext
2009-08-31 Nicholas ClarkMove Pod::Plainer from lib to ext
2009-08-30 Vincent PitRevert "Move Text::Tabs/Text::Wrap from lib to ext"
2009-08-30 Steffen MuellerFix Test::ParseWords' test (remove PERL_CORE boilerplate)
2009-08-30 Steffen MuellerMove Text::Tabs/Text::Wrap from lib to ext
2009-08-30 Steffen MuellerMove Text::ParseWords from lib to ext
2009-08-30 Rafael Garcia-SuarezMove Module::CoreList to ext/
2009-08-30 Rafael Garcia-SuarezAdd missing files from the base.pm CPAN distribution
2009-08-30 Rafael Garcia-Suarezgitignore adjustments
2009-08-30 Nicholas ClarkMove Net::Ping from lib to ext
2009-08-30 Nicholas ClarkMove I18N::LangTags from lib to ext
2009-08-30 Nicholas ClarkMove Filter::Simple from lib to ext
2009-08-30 Steffen MuellerUpdate Text::Balanced to 2.02
2009-08-30 Steffen MuellerMove Text::Balanced from lib to ext
2009-08-30 Nicholas ClarkMove base from lib to ext
2009-08-30 Steffen MuellerUpdate .gitignores in ext and lib to reflect recent...
2009-08-30 Steffen MuellerMove Term::UI from lib to ext
2009-08-30 Steffen MuellerMove Term::Cap from lib to ext
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Attribute...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from I18N::Langi...
2009-08-30 Craig A. BerryMake io_tell.t use a file that's always there even...
2009-08-30 Rafael Garcia-SuarezFix Safe tests under PERL_CORE and make safeops.t run...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from DynaLoader...
2009-08-30 Rafael Garcia-SuarezAdditions in the gitignore files
2009-08-30 Rafael Garcia-SuarezRemove test boilerplate from Safe tests
2009-08-30 Rafael Garcia-SuarezDon't install Safe in arch directory if this is a core...
2009-08-30 Rafael Garcia-SuarezAdd missing files from the Safe CPAN distribution
2009-08-30 Rafael Garcia-SuarezAdd missing files from the Switch CPAN distribution
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Data::Dumpe...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas ClarkBreak out B::Debug into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Deparse into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Lint into its own directory in ext.
2009-08-30 Steffen MuellerMove Term::ANSIColor from lib to ext
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Storable...
2009-08-30 Steffen MuellerRemove remaining 'in-core' boilerplate from Shell
2009-08-30 Steffen MuellerMove Shell from lib to ext
2009-08-30 Nicholas ClarkMove Switch from lib to ext.
2009-08-28 Nicholas ClarkUse & function-call notation to disable prototype check...
2009-08-28 Nicholas ClarkRemove the function mn(), made redundant by runnig...
2009-08-28 Rafael Garcia-SuarezThere is no longer an "err" low-prec version of //...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-08-27 Reini UrbanB - The Perl Compiler (wrong name)
2009-08-26 Rafael Garcia-SuarezBump version of Socket.pm
2009-08-26 Lubomir RintelAdd support for Abstract namespace sockets
2009-08-25 Rafael Garcia-SuarezBump Safe version to 2.19
2009-08-25 Rafael Garcia-SuarezMerge branch 'blead' into dual/Safe
2009-08-24 Nicholas ClarkFix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas ClarkRemove the MacOS Classic support from deparse.t (as...
2009-08-21 Nicholas Clarkgv_efullname3() could return NULL, so mro::_nextcan...
2009-08-21 Nicholas Clarksv_newmortal() is faster than sv_2mortal(newSV(0))
2009-08-21 Nicholas ClarkEliminate SV leak in mro::_nextcan - hv_store_ent(...
2009-08-21 Nicholas ClarkIn mro_get_linear_isa_c3() optimise even if AvARRAY...
2009-08-20 Nicholas ClarkOptimise mro_get_linear_isa_c3() when there is a single...
2009-08-19 David Mitchellbump Safe version to 2.18
2009-08-16 David Mitchell[perl #68530] "version::CLASS" warning in Safe.pm
2009-08-13 AbigailRevert "Revert "Mention the unit of time""
2009-08-13 AbigailRevert "Mention the unit of time"
2009-08-13 AbigailMention the unit of time
2009-08-12 David Mitchellameliorate B::Deparse slowdown
2009-08-11 Jerry D. HeddenReduce thread count in threads::shared stress test
2009-08-10 Jerry D. HeddenUpgrade to threads::shared 1.31
2009-08-10 Jerry D. HeddenUpgrade to 'threads' 1.74
2009-08-08 Steffen MuellerSynchronize with CPAN's Data::Dumper 2.125
next