This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge in the changes that remove setjmp() from regcomp.c
[perl5.git] / ext /
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
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-07-30 Daniel DraganAdd PERL_NO_GET_CONTEXT to Win32CORE
2012-07-29 Father ChrysostomosMake undef &foo remove call checkers
2012-07-25 Karl WilliamsonOptimize a single character [class] into EXACTish
2012-07-24 Nicholas ClarkBump B's VERSION and note the changes in perldelta...
2012-07-24 Nicholas ClarkExpose all GV flags matching qr/GVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all CV flags matching qr/CVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all SV flags matching qr/SV(?:[fps]|pad)_/ as...
2012-07-24 Nicholas ClarkIn ext/B/Makefile.PL, order the list of files to scan...
2012-07-24 Chip Salzenbergensure that the env var SV after C<{FOO}='x'> is PV...
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-15 Father ChrysostomosSimplify ck_grep
2012-07-14 Father Chrysostomos[perl #113710] Make __SUB__ work in sort block
2012-07-13 Robin Barkersilence warning about use of --libpods
2012-07-08 Karl Williamsonhandy.: Add some tests for its API
2012-07-08 Father ChrysostomosLet rv2cv-hook CVs’ protos participate in method intuition
2012-07-07 Father Chrysostomosrv2cv hooks should not create 2nd-class subs
2012-07-06 Tony Cookrt #72232 - ignore wday/yday in mini_mktime as indirect...
2012-07-05 Father ChrysostomosIncrease $B::Concise::VERSION to 0.91
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-07-03 Eric BrineAvoid needless use of deprecated exists on array elements
2012-07-03 Father Chrysostomosop.c:newFOROP: Fall back to realloc for unslabbed ops
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-27 Father ChrysostomosNull HeVAL and local delete → crash
2012-06-21 Father ChrysostomosIncrease $PerlIO::scalar::VERSION to 0.15
2012-06-21 Father Chrysostomos[perl #113764] Make &= duping work with PerlIO::scalar
2012-06-20 Karl WilliamsonPATCH: [perl #113750] re.pm clobbers $_
2012-06-20 Aristotle PagaltzisPOSIX: Sometimes `printf` beats interpolation
2012-06-20 Daniel PerrettTidier example code for POSIX::localeconv()
next