This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/win32/runenv.t: Correct syntax error reported by bulk88++.
[perl5.git] / ext /
2012-11-27 Father ChrysostomosFix up Peek.t to account for preceding commits
2012-11-26 Father ChrysostomosMissing dependency in XS::APItest’s Makefile
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-22 Nicholas ClarkBump $XS::Typemap::VERSION after previous commit.
2012-11-22 Steffen MuellerAdd additional tests for T_BOOL typemap
2012-11-21 Yves OrtonRemove improper use of each() in B::walksymtable and...
2012-11-20 Karl Williamsonhandy.h: Add isVERTWS_uni(), isVERTWS_utf8()
2012-11-20 Karl WilliamsonXS-APItest/t/handy.t: Refactor
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-19 Steffen MuellerFix test-skipping logic for File::Glob under no-taint...
2012-11-17 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.45
2012-11-17 Father Chrysostomos[perl #115756] Fix XS::APItest::SvIsCOW
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-16 David Mitchellclone() wasn't cloning the whole stack
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-11 Craig A. BerryFix VMS-specific case nit in File::Glob's basic.t.
2012-11-11 David Mitchellmake MULTICALL safe across cxstack reallocs
2012-11-10 David Mitchellext/B/t/OptreeCheck.pm: fix hint stripping
2012-11-10 David Mitchellfix optree_misc.t test after smoke
2012-11-10 David MitchellConsolidate any single pad ops after a padrange
2012-11-10 David MitchellConsolidate adjacent padrange ops
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-11-10 David Mitchelladd padrange op
2012-11-10 David Mitchelladd $B::overlay feature
2012-11-06 Craig A. BerrySkip non-functional glob test on VMS.
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-31 Steve HayUse correct type to avoid a cast added by fe1c5936a5
2012-10-31 Steve HayBump DynaLoader's $VERSION after commit fe1c5936a5
2012-10-31 Daniel Draganconsting in perl.c:S_Internals_V and Win32 DynaLoader
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 David Mitchellstart to make ext/B work with 5.14.x
2012-10-26 David MitchellB.xs: move all B::*OP methods to B::OP::next
2012-10-26 David MitchellB.xs: rationalise all methods aliased to next()
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-10-26 David Mitchellmake ext/B work with 5.16.x
2012-10-26 Yves Ortonfix a hash order dependency in t/re_funcs_u.t
2012-10-26 Yves Ortonfix hash order dependency in ext/B/t/b.t
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-10-22 Steffen Muellerext/re: Optimize XPUSH's to EXTEND(), PUSH,...
2012-10-16 Father ChrysostomosMake PerlIO::encoding handle cows
2012-10-15 Father ChrysostomosMake PerlIO::encoding even more resilient to moving...
2012-10-15 Steve HayBump $Win32CORE::VERSION following commit 35f601d964
2012-10-15 Daniel Draganhave Win32CORE use ALIAS/XSANY
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-05 Father Chrysostomos[perl #79824] Don’t cow for sv_mortalcopy call from XS
2012-10-05 Father ChrysostomosIncrease $PerlIO::encoding::VERSION to 0.16
2012-10-05 Father ChrysostomosMake PerlIO::encoding more resilient to buffer changes
2012-10-01 Father ChrysostomosAPItest.xs: Fix mem leak in lexsub test
2012-09-28 Jerry D. HeddenDocument :shared and :unique in attributes.pm
2012-09-26 Father ChrysostomosTest XS registration of state subs
2012-09-26 David Mitchellstop regex engine reading beyond end of string
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-20 Father ChrysostomosIncrease $File::Glob::VERSION to 1.18
2012-09-20 Father Chrysostomos[perl #114984] Glob.xs: Extend stack when returning
2012-09-20 Nicholas ClarkFor backcompat, B::formfeed can use gv_fetchpvs() if...
2012-09-16 Father ChrysostomosFix Peek.t
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-16 Father ChrysostomosAdd padcv to Opcode.pm
2012-09-14 Karl Williamsonext/B/B.xs: Remove EBCDIC dependency
2012-09-13 Steve HayAvoid POSIX::close when closing files by descriptor...
2012-09-10 Craig A. BerryFix C++, MYMALLOC, sdbm combination.
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-31 Steffen MuellerSilence ParseXS warning about abusing the CODE section
2012-08-26 Father ChrysostomosOpcode.pm: wrap long pod lines
2012-08-26 Father ChrysostomosIncrease $Opcode::VERSION to 1.24
2012-08-26 Father ChrysostomosRemove boolkeys op
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-26 Karl WilliamsonAdd empty inline_invlist.c
2012-08-25 Father ChrysostomosIncrease $B::Concise::VERSION to 0.93
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-24 Tony Cookclose the Peek.t temp file so the END block can unlink it
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-22 Karl WilliamsonPATCH: Devel::Peek doesn't compile under C++
2012-08-22 Father ChrysostomosPeek.t: Test that DeadCode doesn’t crash
2012-08-22 Karl WilliamsonDevel::Peek: Fix so compiles under C++
2012-08-21 Father ChrysostomosIncrease $XS:APItest::VERSION to 0.43
2012-08-21 Father ChrysostomosIncrease $B::VERSION to 1.38
2012-08-21 Father ChrysostomosMore PAD APIs
2012-08-21 Father ChrysostomosIncrease $B::Xref::VERSION from 1.03 to 1.04
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-17 Craig A. BerrynewCONSTSUB needs its own CV.
2012-08-17 Nicholas ClarkRemove the UTS port.
2012-08-15 Nicholas ClarkTweak the test from 35f7559499c4a614 to work with PERL_...
2012-08-14 Nicholas ClarkXS::APItest::newCONSTSUB was not handling SV reference...
2012-08-14 Nicholas ClarkUse ALIAS to provide XS::APItest::newCONSTSUB and newCO...
2012-08-13 Steve HayBump $Win32CORE::VERSION
2012-08-12 Karl Williamsonre.pm: Nits in pod
2012-08-10 Father ChrysostomosOptreeCheck.pm: typo
2012-08-10 Father ChrysostomosB::Concise: Two unused vars
2012-08-10 Steve HayNewlines in a runperl() prog cause trouble so use progf...
2012-08-08 Father ChrysostomosB::Concise: Document formats
2012-08-08 Father ChrysostomosB::Concise: Dump formats upon request
2012-08-08 Father ChrysostomosB::Concise: Fix -nobanner
2012-08-08 Father ChrysostomosIncrease $B::Concise::VERSION to 0.92
2012-08-05 Father ChrysostomosFix Devel::Peek’s tests for format changes
2012-08-05 Father ChrysostomosAdd a depth field to formats
next