This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Build to CPAN version 0.4200
[perl5.git] / ext /
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-11-10 Father ChrysostomosStop open fh, ">>", \$undef from warning
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosUpdate B::Concise for the exit->nextstate hush hint...
2013-11-09 Father ChrysostomosTeach B::Concise about VMS hushed flag
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-08 H.Merijn BrandThis version bump also got lost in the merge
2013-11-08 H.Merijn BrandSearch for errno.h in more (semi)default locations
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-10-26 Matthew HorsfallAdd op_other to B::Concise -debug output for LOGOPs
2013-10-25 Father ChrysostomosMake sure truncated in-memory files have trailing null
2013-10-25 Father ChrysostomosIncrease PerlIO::scalar::VERSION to 0.18
2013-10-25 Father ChrysostomosBetter fix for #119529
2013-10-25 Steve HayRemove some unnecessary Makefile.PLs from cpan/ and...
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father ChrysostomosIncrease $B::Concise::VERSION to 0.991
2013-10-24 Father ChrysostomosAdd OPpLVALUE flag
2013-10-23 David MitchellMake B/Deparse handle unicode regexes
2013-10-18 Steve HayRemove some IGNORABLE files from ext/ and lib/
2013-10-17 David MitchellPerlIO::scalar: stringify refs
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-10-02 Craig A. BerryFix ext/File-Glob/t/threads.t filenames for VMS.
2013-09-27 Brian FraserFile::Glob::VERSION++
2013-09-27 Brian FraserFile::Glob: Dup glob state in CLONE()
2013-09-16 Father ChrysostomosTweak B::Concise tests following OPpCONST_FOLDED removal
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-16 Father ChrysostomosMake B::OP::slabbed, folded, etc. actually work
2013-09-16 Steve HaySilence noise from Errno_pm.PL on Windows
2013-09-16 Steve HayFix the #include of winsock2.h in win32/include/sys...
2013-09-16 Steve HayAdd more errno.h constants to POSIX for exporting if...
2013-09-16 Steve HayFix a problem with mod_perl on Windows using VS2010+.
2013-09-16 Tony Cook[perl #79074] make sure HeSVKEY_force() preserves UTF8n...
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father ChrysostomosIncrease $Opcode::VERSION to 1.26
2013-09-13 Father ChrysostomosAdd new opcodes to Opcode.pm
2013-09-13 Nicholas ClarkMove BmUSEFUL to the IV slot from the NV slot, simplify...
2013-09-12 Ricardo SignesXS-Typemap tests: use parent instead of base
2013-09-12 Ricardo SignesB: use parent instead of base
2013-09-12 Ricardo SignesPod::Html: use parent instead of base
2013-09-12 Ricardo SignesHash::Util::FieldHash: use parent instead of base
2013-09-12 Ricardo SignesFileCache: use parent instead of base
2013-09-12 Slaven RezicFile::Find: diagnostics in case of a failed chdir
2013-09-10 Nicholas ClarkSimplify the conditional logic for COW_REFCNT in Devel...
2013-09-10 Nicholas ClarkFix Devel::Peek's tests when building with -DPERL_NO_COW
2013-09-09 Tony Cook[perl #117265] do most glob \0 checks in the same place
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-08 Father ChrysostomosRevert "Let av_push accept NULL values"
2013-09-07 Father ChrysostomosLet av_push accept NULL values
2013-09-07 Father ChrysostomosStop Devel'Peek'Dump with no args from crashing
2013-09-05 Nicholas ClarkRemove support for GNU DLD in DynaLoader.
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
next