summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* bump version on B::ConciseRicardo Signes2013-12-211-1/+1
* Unbreak Concise glob outputFather Chrysostomos2013-12-212-2/+16
* bump File::Glob version for 5.18.2Ricardo Signes2013-11-301-1/+1
* Fix ext/File-Glob/t/threads.t filenames for VMS.Craig A. Berry2013-11-301-1/+1
* File::Glob: Dup glob state in CLONE()Brian Fraser2013-11-302-0/+104
* For SDBM_File, stop EU::MM from generating its default subdirs rule.Nicholas Clark2013-11-221-0/+6
* [perl #119351] fix B::CV::GV to return a B::SPECIAL on NULLTony Cook2013-09-113-6/+3
* [perl #118525] make it work on threaded buildsTony Cook2013-07-311-1/+1
* CvGV is no longer a simple struct member accessTony Cook2013-07-293-2/+65
* Quick fixes to Yves' hash randomization documentationSteffen Mueller2013-05-081-4/+4
* hoping this works finally. gcc is too permissive with my build optionsYves Orton2013-05-071-1/+1
* document Hash::Util::hash_traversal_mask()Yves Orton2013-05-071-0/+22
* fix build issue with picky compilersYves Orton2013-05-071-1/+1
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-072-1/+23
* move Perl_ck_warner() before unwind [perl #113794]Zefram2013-04-241-1/+2
* Provide proper link to original Dylan paper.James E Keenan2013-04-101-2/+2
* rework split() special case interaction with regex engineYves Orton2013-03-271-0/+2
* Make smartmatch, given & when experimentalBrian Fraser2013-03-262-0/+2
* File::Glob: Drop dependency on given/whenBrian Fraser2013-03-261-15/+19
* improve how Devel::Peek::Dump handles iterator informationYves Orton2013-03-241-12/+5
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-231-1/+2
* Revert "fix Peek.t to work with NEW COW"David Mitchell2013-03-232-7/+6
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-232-6/+7
* I18N-Langinfo/Langinfo.pm: Pod nitAaron Trevena2013-03-201-2/+2
* Perl_sv_uni_display() needs to be aware of RX_WRAPPED()Nicholas Clark2013-03-191-0/+34
* add a "hash quality score" to Hash::Util::bucket_stats()Yves Orton2013-03-191-7/+28
* ext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod linksKarl Williamson2013-03-181-2/+2
* Fix Peek.t under PERL_OLD_COPY_ON_WRITEDavid Mitchell2013-03-121-1/+1
* Revert "Bump Pod::Html to 1.19"Chris 'BinGOs' Williams2013-02-281-1/+1
* Bump Pod::Html to 1.19Chris 'BinGOs' Williams2013-02-281-1/+1
* correct Pod-Html tests for new Pod-Simple outputRicardo Signes2013-02-285-12/+12
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-204-4/+4
* Test that call checkers are copied with actual closures.Nicholas Clark2013-02-131-1/+29
* Make File::DosGlob handle VMS extended filespecs.Craig A. Berry2013-02-121-1/+8
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-094-18/+35
* un-TODO a test that passes on recent FreeBSDTony Cook2013-01-271-1/+2
* EINVAL is expected when f?pathconf() isn't implemented for a pathTony Cook2013-01-271-2/+9
* avoid PERL_UNICODE interfering with the new PerlIO-scalar testsTony Cook2013-01-271-0/+2
* Fix various minor pod issuesKarl Williamson2013-01-242-4/+4
* warn and fail on writes to SVf_UTF8 SVsTony Cook2013-01-252-1/+6
* TODO tests for writing to a SVf_UTF8 scalarTony Cook2013-01-251-1/+25
* handle reading from a SVf_UTF8 scalarTony Cook2013-01-252-7/+17
* TODO tests for reads from a scalar changed to upgraded after openTony Cook2013-01-251-3/+33
* bump PerlIO::scalar's versionTony Cook2013-01-251-1/+1
* fail to open scalars containing characters that don't fit in a byteTony Cook2013-01-252-8/+8
* TODO tests for opening upgraded scalarsTony Cook2013-01-251-1/+36
* bump I18N::Langinfo to a non-dev versionRicardo Signes2013-01-171-1/+1
* handy.h: Fix isIDCONT_utf8()Karl Williamson2013-01-141-0/+4
* Tweak the test from 2721a2ca2e5e889d to work with PERL_UNICODE set.Nicholas Clark2013-01-111-2/+2
* stop -MO=Concise -e'm?x?' segfaultingDavid Mitchell2013-01-094-21/+49