This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Free up regex ANYOF bit.
[perl5.git] / ext /
2012-12-26 David MitchellRevert "porting/podcheck corrections."
2012-12-26 James E Keenanporting/podcheck corrections.
2012-12-26 James E Keenanext/Hash-Util/lib/Hash/Util.pm: Bump $VERSION to reflec...
2012-12-26 reneebAdd new functions of Hash::Util in documentation.
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-23 Karl Williamsonext/XS-APItest/t/handy.t: White-space only
2012-12-23 Karl Williamsonext/XS-APItest/t/handy.t: Work better on platforms...
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-22 Karl WilliamsonXS-Typemap: bump version
2012-12-19 Tony Cookwhen the output isn't RETVAL, update the SV instead...
2012-12-19 Tony CookTODO the failing T_BOOL tests
2012-12-19 Daniel DraganT_BOOL failure example
2012-12-19 Tony CookThe T_BOOL_2 tests should have failed, rewrite and...
2012-12-17 Nicholas ClarkGDBM_File must cast fatal_func appropriately for the...
2012-12-17 Father ChrysostomosMake DosGlob.t more resilient
2012-12-14 David MitchellTypemap.xs: fix warning under clang
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-13 Nicholas ClarkEliminate the fifth argument from GDBM_File::TIEHASH.
2012-12-13 Nicholas ClarkGDBM_File is meant to croak() if the gdbm library has...
2012-12-13 David MitchellB.xs: silence clang warning
2012-12-13 Craig A. Berrychdir's argument is a directory in DosGlob.t.
2012-12-13 Father Chrysostomos{Dos,}Glob.xs: Skip freeing during global destruction
2012-12-13 Father ChrysostomosFix occasional failures in svleak.t and DosGlob.t
2012-12-12 Nicholas ClarkIn DosGlob.xs, add a block around MY_CXT_INIT, as it...
2012-12-11 Ruslan Zakirovscalar(%h = (1,1,1,1)) should return 4, not 2
2012-12-11 Father ChrysostomosGlob.xs: PL_opfreehook is an interpreter variable
2012-12-11 Father ChrysostomosDosGlob: Don’t leak when caller’s op tree is freed
2012-12-10 Father ChrysostomosStop DynaLoader.t from unload File::Glob
2012-12-10 Father ChrysostomosDon’t leak when partly iterated glob op is freed
2012-12-10 Father ChrysostomosIncrease $File::Glob::VERSION to 1.19
2012-12-10 Father ChrysostomosStop using PL_glob_index for PL_globhook
2012-12-10 Father ChrysostomosFile::Glob: Don’t use the magic 2nd arg to glob
2012-12-10 Father ChrysostomosDosGlob: Don’t use the magic 2nd arg to glob
2012-12-10 Father ChrysostomosIncrease $File::DosGlob::VERSION to 1.09
2012-12-10 Father ChrysostomosMove File::DosGlob from lib to ext
2012-12-09 Karl Williamsonext/XS-APItest/t/handy.t: White space only
2012-12-09 Karl WilliamsonXS-APItest: Add tests for handy.h
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-12-04 Father Chrysostomosencoding.t: Skip 2 tests under debugging
2012-11-29 Karl WilliamsonMake isIDFIRST_uni() return identically as isIDFIRST_utf8()
2012-11-29 Karl WilliamsonXS-APItest/t/handy.t: Turn off non_unicode warnings
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
next