This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t assume targs are contiguous for ‘my $x; my $y’
[perl5.git] / ext /
2013-09-01 Father ChrysostomosTeach mro code about null array elements
2013-08-31 Karl WilliamsonMore changes to perllocale and POSIX.pod setlocale
2013-08-30 Craig A. BerryUse explicit glob in concise.t.
2013-08-29 Karl WilliamsonAPItest: Test native code points, instead of Unicode
2013-08-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.56
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-28 Reini UrbanB::INVLIST isa B::PV (for now)
2013-08-27 Tony Cook[perl #119351] the test note isn't a note but an object...
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-26 Tony Cook[perl #119351] update the test note for the changed...
2013-08-25 Tony Cookbump B to 1.46
2013-08-25 Tony Cook[perl #119351] fix B::CV::GV to return a B::SPECIAL...
2013-08-25 Father ChrysostomosIncrease $re::VERSION to 0.26
2013-08-25 Father ChrysostomosCorrect sub signature in re.xs
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father Chrysostomos$Increase B::Concise::VERSION to 0.99
2013-08-25 Father ChrysostomosUnbreak Concise glob output
2013-08-25 Father ChrysostomosIncrease $mro::VERSION to 1.14
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-24 Nicholas ClarkFor SDBM_File, stop EU::MM from generating its default...
2013-08-22 Chris 'BinGOs' Wil... Skip dynaloader test on Bitrig like we do for OpenBSD
2013-08-22 Father ChrysostomosFix Peek.t failure under -DPERL_NO_COW
2013-08-21 Nicholas ClarkSkip tests for dl_unload_file() when built with -DPERL_...
2013-08-21 Nicholas ClarkWhitespace changes to DynaLoader.t, as part of adding...
2013-08-21 Nicholas ClarkDocument that DynaLoader::dl_unload_file() is not calle...
2013-08-21 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.14
2013-08-21 Father ChrysostomosIncrease $IPC::Open3::VERSION to 1.16
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-08-20 Father ChrysostomosIncrease XS::Typemap::VERSION to 0.11
2013-08-20 Father Chrysostomos[perl #118693] Remove PADTMP exemption from uninit...
2013-08-17 Steve HayAdd $dl_dlext to DynaLoader's interface summary now...
2013-08-17 Father ChrysostomosIncrease $mro::VERSION to 1.13
2013-08-17 Father Chrysostomosmro.pm: Typo
2013-08-13 Father ChrysostomosCopy PADTMPS passed to XSUBs
2013-08-13 Father ChrysostomosUpdate Devel::Peek docs with Dump changes
2013-08-13 Father ChrysostomosInline Devel::Peek::Dump; allow Dump %hash etc.
2013-08-12 Father ChrysostomosPeek.t: Fix a test
2013-08-12 Father Chrysostomos[perl #92260] Devel::Peek::fill_mstats and non-PVs
2013-08-12 Father ChrysostomosMark COWable constants as COWable at compile time
2013-08-11 Father ChrysostomosMake SvPVbyte work on tied non-PV
2013-08-11 Father ChrysostomosDon’t treat COWs specially in locked hashes
2013-08-11 Father ChrysostomosFix up Peek.t for alternate COW configurations
2013-08-11 Father Chrysostomosuniversal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-10 Father Chrysostomosdump.c: Dump contents of regexps’ mother_re field
2013-08-09 Tony Cook[perl #117793] remove dangerous functions and improve...
2013-08-07 Nicholas ClarkIn B::OP::next, flag special cases with a type, instead...
2013-08-07 Nicholas ClarkRe-indent a switch statement in B::OP::next
2013-08-07 Nicholas ClarkChange all B's unsigned constants from IVs to UVs.
2013-08-07 Nicholas ClarkIn B.xs use I16 to avoid an "initializer will be sign...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-30 Tony Cook[perl #118525] make it work on threaded builds
2013-07-29 Tony CookCvGV is no longer a simple struct member access
2013-07-29 James E KeenanDocument $DynaLoader::dl_dlext, per sisyphus++.
2013-07-29 Tony CookPhilip Boulain is now a perl AUTHOR, and bump a version
2013-07-29 Philip BoulainReap child in case where exception has been thrown
2013-07-29 Colin KuskieRefactor ext/Pod-Functions/Functions_pm.PL to use Test...
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.55
2013-07-26 Father ChrysostomosTweak optree_constants.t for inlined list consts
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.10
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-07-19 Reini Urbanmore op_folded support: B, dump
2013-07-19 Tony Cookpod2html output concerns
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-13 Nicholas ClarkGenerate Errno and Pod::Functions with deterministic...
2013-07-13 Father ChrysostomosRevert "[perl #118525] Return B::HEK for B::CV::GV...
2013-07-13 Reini Urban[perl #118525] Return B::HEK for B::CV::GV of lexical...
2013-07-12 Nicholas ClarkFor -DPERL_GLOBAL_STRUCT, eliminate local variable...
2013-07-12 Nicholas ClarkFix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PR...
2013-07-12 Nicholas ClarkSpecify the versions of ExtUtils::MiniPerl and ExtUtils...
2013-07-10 Karl Williamsonlocale documentation: Grammaar and appearance nits
2013-07-10 Karl WilliamsonBetter document setlocale, "use locale" interactions
2013-07-09 Nicholas ClarkExtUtils::Miniperl::writemain()'s first argument can...
2013-07-09 Nicholas ClarkRefactor ExtUtils::Miniperl to use ExtUtils::Embed.
2013-07-08 Karl WilliamsonPATCH: [perl #115808]: POSIX::setlocale returns bizarre...
2013-07-07 Karl WilliamsonExtUtils::Miniperl: Remove pod repeated phrase
2013-07-07 Nicholas ClarkMove the "editor block" from miniperlmain.c to ExtUtils...
2013-07-07 Nicholas ClarkClean up ExtUtils::Miniperl
2013-07-07 Nicholas ClarkInvert the build logic for miniperlmain.c and ExtUtils...
2013-07-07 Nicholas ClarkMove generation of ExtUtils::Miniperl to ext/ExtUtils...
2013-07-05 Father Chrysostomos[perl #117727] Document B::PADLIST
2013-07-05 Nicholas ClarkMove File::Find from lib/ to ext/
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Craig A. BerryFix ext/VMS-Filespec/t/filespec.t after move in 2d11a7e...
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-07-02 Nicholas ClarkMove VMS::Filespec from vms/ext to ext/
2013-07-01 Tony Cook[perl #71680] hints to use gdbm compat for [NO]DBM_File...
2013-06-27 Aristotle Pagaltzis[perl #117751] prevent POSIX::AUTOLOAD recursing if...
2013-06-26 Father ChrysostomosFix up f_sort.t for changes in the prev commit
2013-06-24 Nicholas ClarkUpdate B's size/offset for CvFLAGS to U32, following...
2013-06-24 Tony Cook[perl #113926] fix a hash randomization bug
2013-06-24 James E Keenan[perl #113926] add tests for Pod::Html::anchorify()
2013-06-24 Dagfinn Ilmari Man... Quote and indent %B::Concise::priv initialisation consi...
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-23 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.54
2013-06-23 Father ChrysostomosIncrease $I18N::Langinfo::VERSION to 0.11
next