summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-193-1/+18
* XS-APItest/t/handy.t: RefactorKarl Williamson2012-11-191-361/+97
* Remove the EPOC port.Nicholas Clark2012-11-192-9/+2
* Fix test-skipping logic for File::Glob under no-taint-perlSteffen Mueller2012-11-191-2/+2
* Increase $XS::APItest::VERSION to 0.45Father Chrysostomos2012-11-171-1/+1
* [perl #115756] Fix XS::APItest::SvIsCOWFather Chrysostomos2012-11-171-1/+1
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-174-120/+283
* clone() wasn't cloning the whole stackDavid Mitchell2012-11-161-1/+15
* SVf_IsCOWFather Chrysostomos2012-11-141-2/+2
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-122-2/+2
* Fix VMS-specific case nit in File::Glob's basic.t.Craig A. Berry2012-11-111-1/+2
* make MULTICALL safe across cxstack reallocsDavid Mitchell2012-11-111-1/+14
* ext/B/t/OptreeCheck.pm: fix hint strippingDavid Mitchell2012-11-101-1/+1
* fix optree_misc.t test after smokeDavid Mitchell2012-11-101-34/+34
* Consolidate any single pad ops after a padrangeDavid Mitchell2012-11-101-1/+65
* Consolidate adjacent padrange opsDavid Mitchell2012-11-101-1/+38
* padrange: handle @_ directlyDavid Mitchell2012-11-102-3/+141
* add padrange opDavid Mitchell2012-11-105-82/+86
* add $B::overlay featureDavid Mitchell2012-11-103-1/+118
* Skip non-functional glob test on VMS.Craig A. Berry2012-11-061-1/+7
* Add C define to remove taint support from perlSteffen Mueller2012-11-053-5/+21
* Use correct type to avoid a cast added by fe1c5936a5Steve Hay2012-10-311-2/+2
* Bump DynaLoader's $VERSION after commit fe1c5936a5Steve Hay2012-10-311-1/+1
* consting in perl.c:S_Internals_V and Win32 DynaLoaderDaniel Dragan2012-10-311-3/+3
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-303-4/+23
* start to make ext/B work with 5.14.xDavid Mitchell2012-10-262-12/+19
* B.xs: move all B::*OP methods to B::OP::nextDavid Mitchell2012-10-261-221/+175
* B.xs: rationalise all methods aliased to next()David Mitchell2012-10-261-149/+145
* ext/B: remove pre-5.10 supportDavid Mitchell2012-10-2611-351/+53
* make ext/B work with 5.16.xDavid Mitchell2012-10-2612-61/+196
* fix a hash order dependency in t/re_funcs_u.tYves Orton2012-10-261-1/+1
* fix hash order dependency in ext/B/t/b.tYves Orton2012-10-261-2/+6
* [perl #115440] Fix various leaks with fatal FETCHFather Chrysostomos2012-10-251-5/+5
* ext/re: Optimize XPUSH's to EXTEND(), PUSH,...Steffen Mueller2012-10-222-3/+4
* Make PerlIO::encoding handle cowsFather Chrysostomos2012-10-152-1/+32
* Make PerlIO::encoding even more resilient to moving buffersFather Chrysostomos2012-10-152-6/+13
* Bump $Win32CORE::VERSION following commit 35f601d964Steve Hay2012-10-151-1/+1
* have Win32CORE use ALIAS/XSANYDaniel Dragan2012-10-151-53/+85
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-112-13/+11
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-052-1/+12
* Increase $PerlIO::encoding::VERSION to 0.16Father Chrysostomos2012-10-051-1/+1
* Make PerlIO::encoding more resilient to buffer changesFather Chrysostomos2012-10-052-1/+70
* APItest.xs: Fix mem leak in lexsub testFather Chrysostomos2012-10-011-1/+2
* Document :shared and :unique in attributes.pmJerry D. Hedden2012-09-281-4/+21
* Test XS registration of state subsFather Chrysostomos2012-09-262-0/+39
* stop regex engine reading beyond end of stringDavid Mitchell2012-09-263-1/+91
* Remove the MPE/iX port.Nicholas Clark2012-09-214-152/+1
* Increase $File::Glob::VERSION to 1.18Father Chrysostomos2012-09-201-1/+1
* [perl #114984] Glob.xs: Extend stack when returningFather Chrysostomos2012-09-202-0/+26
* For backcompat, B::formfeed can use gv_fetchpvs() if there is no PL_formfeed.Nicholas Clark2012-09-202-1/+12