This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo fixes for ExtUtils::ParseXS
[perl5.git] / ext /
2013-05-25 David SteinbrunnerTypo fixes for B modules.
2013-05-24 David Goldenfix various Pod line length warnings
2013-05-22 Karl WilliamsonMake Unicode::UCD::search_invlist() available
2013-05-20 Karl WilliamsonAdd tests for case-change macros API
2013-05-20 Karl WilliamsonUse new case changing macros
2013-05-08 Steffen MuellerQuick fixes to Yves' hash randomization documentation
2013-05-07 Yves Ortonhoping this works finally. gcc is too permissive with...
2013-05-07 Yves Ortondocument Hash::Util::hash_traversal_mask()
2013-05-07 Yves Ortonfix build issue with picky compilers
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-04-24 Zeframmove Perl_ck_warner() before unwind [perl #113794]
2013-04-10 James E KeenanProvide proper link to original Dylan paper.
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-27 Brian FraserFile::Glob: Drop dependency on given/when
2013-03-24 Yves Ortonimprove how Devel::Peek::Dump handles iterator information
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2013-03-23 David MitchellRevert "fix Peek.t to work with NEW COW"
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2013-03-20 Aaron TrevenaI18N-Langinfo/Langinfo.pm: Pod nit
2013-03-19 Nicholas ClarkPerl_sv_uni_display() needs to be aware of RX_WRAPPED()
2013-03-18 Yves Ortonadd a "hash quality score" to Hash::Util::bucket_stats()
2013-03-18 Karl Williamsonext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod...
2013-03-12 David MitchellFix Peek.t under PERL_OLD_COPY_ON_WRITE
2013-02-28 Chris 'BinGOs' Wil... Revert "Bump Pod::Html to 1.19"
2013-02-28 Chris 'BinGOs' Wil... Bump Pod::Html to 1.19
2013-02-28 Ricardo Signescorrect Pod-Html tests for new Pod-Simple output
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2013-02-13 Nicholas ClarkTest that call checkers are copied with actual closures.
2013-02-13 Craig A. BerryMake File::DosGlob handle VMS extended filespecs.
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-01-27 Tony Cookun-TODO a test that passes on recent FreeBSD
2013-01-27 Tony CookEINVAL is expected when f?pathconf() isn't implemented...
2013-01-27 Tony Cookavoid PERL_UNICODE interfering with the new PerlIO...
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-24 Tony Cookwarn and fail on writes to SVf_UTF8 SVs
2013-01-24 Tony CookTODO tests for writing to a SVf_UTF8 scalar
2013-01-24 Tony Cookhandle reading from a SVf_UTF8 scalar
2013-01-24 Tony CookTODO tests for reads from a scalar changed to upgraded...
2013-01-24 Tony Cookbump PerlIO::scalar's version
2013-01-24 Tony Cookfail to open scalars containing characters that don...
2013-01-24 Tony CookTODO tests for opening upgraded scalars
2013-01-18 Ricardo Signesbump I18N::Langinfo to a non-dev version
2013-01-14 Karl Williamsonhandy.h: Fix isIDCONT_utf8()
2013-01-11 Nicholas ClarkTweak the test from 2721a2ca2e5e889d to work with PERL_...
2013-01-09 David Mitchellstop -MO=Concise -e'm?x?' segfaulting
2013-01-07 Karl Williamsonext/XS-APItest: Remove unused variable decl.
2013-01-06 Craig A. BerryMake Pod::Html::_unixify unescape dots on VMS.
2013-01-06 Craig A. BerryPod::Html test portability redux.
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...
next