summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Peek.tFather Chrysostomos2012-09-151-4/+4
* Add clonecv op typeFather Chrysostomos2012-09-151-1/+1
* Add introcv op typeFather Chrysostomos2012-09-151-1/+1
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-1/+5
* Add padcv to Opcode.pmFather Chrysostomos2012-09-151-1/+1
* ext/B/B.xs: Remove EBCDIC dependencyKarl Williamson2012-09-131-8/+0
* Avoid POSIX::close when closing files by descriptor in IPC::Open3Steve Hay2012-09-131-5/+7
* Fix C++, MYMALLOC, sdbm combination.Craig A. Berry2012-09-091-0/+9
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-0/+2
* Remove the VM/ESA port.Nicholas Clark2012-08-312-200/+1
* Silence ParseXS warning about abusing the CODE sectionSteffen Mueller2012-08-318-71/+90
* Opcode.pm: wrap long pod linesFather Chrysostomos2012-08-261-17/+24
* Increase $Opcode::VERSION to 1.24Father Chrysostomos2012-08-261-1/+1
* Remove boolkeys opFather Chrysostomos2012-08-261-1/+1
* Banish boolkeysFather Chrysostomos2012-08-251-1/+1
* Add empty inline_invlist.cKarl Williamson2012-08-251-2/+7
* Increase $B::Concise::VERSION to 0.93Father Chrysostomos2012-08-251-1/+1
* Optimise %hash in sub { %hash || ... }Father Chrysostomos2012-08-251-0/+1
* close the Peek.t temp file so the END block can unlink itTony Cook2012-08-241-0/+1
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-223-22/+22
* PATCH: Devel::Peek doesn't compile under C++Karl Williamson2012-08-221-1/+1
* Peek.t: Test that DeadCode doesn’t crashFather Chrysostomos2012-08-221-0/+8
* Devel::Peek: Fix so compiles under C++Karl Williamson2012-08-223-5/+10
* Increase $XS:APItest::VERSION to 0.43Father Chrysostomos2012-08-211-1/+1
* Increase $B::VERSION to 1.38Father Chrysostomos2012-08-211-1/+1
* More PAD APIsFather Chrysostomos2012-08-211-6/+6
* Increase $B::Xref::VERSION from 1.03 to 1.04Father Chrysostomos2012-08-211-1/+1
* Stop padlists from being AVsFather Chrysostomos2012-08-214-6/+89
* newCONSTSUB needs its own CV.Craig A. Berry2012-08-171-5/+5
* Remove the UTS port.Nicholas Clark2012-08-171-9/+0
* Tweak the test from 35f7559499c4a614 to work with PERL_UNICODE set.Nicholas Clark2012-08-151-4/+4
* XS::APItest::newCONSTSUB was not handling SV reference counts correctly.Nicholas Clark2012-08-142-3/+34
* Use ALIAS to provide XS::APItest::newCONSTSUB and newCONSTSUB_flagsNicholas Clark2012-08-143-13/+14