This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Data::Dumper: Promote dev version to stable release
[perl5.git] / ext /
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()
2012-06-18 Nicholas ClarkUpdate DynaLoader's VERSION after commit 7d08496d81c138d9.
2012-06-14 David Mitchellupdate docs for (?{}) jumbo fix
2012-06-13 David Mitchelllet B know about new op_code_list field
2012-06-13 David Mitchellpropagate /msix and (?msix) etc flags into (??{})
2012-06-13 David Mitchellmake Perl_... and my_re_op_compile sigs match
2012-06-13 David Mitchelleliminate RExC_seen_evals and RExC_rx->seen_evals
2012-06-13 David Mitchellbump re.pm version number
2012-06-13 David Mitchellfix =/== typo in ext/re/t/regop.t
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David Mitchelladd Perl_re_op_compile function
2012-06-09 Michael Schroeder[perl #111610] Trouble with XS-APItest/t/clone-with...
2012-06-09 Father ChrysostomosAdd alloccopstash provisionally to the API
2012-06-06 Father ChrysostomosMake B::COP::stashpv respect utf8 and embedded nulls
2012-06-06 Father ChrysostomosFix version logic in B.xs
2012-06-06 Father ChrysostomosChange B::COP::stashlen to stashoff
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-06-05 Father ChrysostomosIncrease $B::VERSION to 1.36
next