summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Increase $XS::APItest::VERSION to 0.56Father Chrysostomos2013-08-281-1/+1
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-0/+5
* B::INVLIST isa B::PV (for now)Reini Urban2013-08-272-0/+6
* [perl #119351] the test note isn't a note but an object descriptionTony Cook2013-08-271-1/+1
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-262-2/+4
* [perl #119351] update the test note for the changed B::CV::GV testTony Cook2013-08-261-1/+1
* bump B to 1.46Tony Cook2013-08-261-1/+1
* [perl #119351] fix B::CV::GV to return a B::SPECIAL on NULLTony Cook2013-08-262-5/+2
* Increase $re::VERSION to 0.26Father Chrysostomos2013-08-251-1/+1
* Correct sub signature in re.xsFather Chrysostomos2013-08-251-1/+1
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-2/+5
* $Increase B::Concise::VERSION to 0.99Father Chrysostomos2013-08-251-1/+1
* Unbreak Concise glob outputFather Chrysostomos2013-08-252-2/+16
* Increase $mro::VERSION to 1.14Father Chrysostomos2013-08-251-1/+1
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* For SDBM_File, stop EU::MM from generating its default subdirs rule.Nicholas Clark2013-08-241-0/+6
* Skip dynaloader test on Bitrig like we do for OpenBSDChris 'BinGOs' Williams2013-08-221-1/+1
* Fix Peek.t failure under -DPERL_NO_COWFather Chrysostomos2013-08-221-1/+1
* Skip tests for dl_unload_file() when built with -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-08-211-0/+4
* Whitespace changes to DynaLoader.t, as part of adding a TODO: block.Nicholas Clark2013-08-211-9/+9
* Document that DynaLoader::dl_unload_file() is not called at exit by default.Nicholas Clark2013-08-211-3/+4
* Increase $Devel::Peek::VERSION to 1.14Father Chrysostomos2013-08-201-1/+1
* Increase $IPC::Open3::VERSION to 1.16Father Chrysostomos2013-08-201-1/+1
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-203-1/+6
* Increase XS::Typemap::VERSION to 0.11Father Chrysostomos2013-08-201-1/+1
* [perl #118693] Remove PADTMP exemption from uninit warningsFather Chrysostomos2013-08-203-2/+16
* Add $dl_dlext to DynaLoader's interface summary now that it's documentedSteve Hay2013-08-171-0/+1
* Increase $mro::VERSION to 1.13Father Chrysostomos2013-08-171-1/+1
* mro.pm: TypoFather Chrysostomos2013-08-171-1/+1
* Copy PADTMPS passed to XSUBsFather Chrysostomos2013-08-132-0/+12
* Update Devel::Peek docs with Dump changesFather Chrysostomos2013-08-131-0/+9
* Inline Devel::Peek::Dump; allow Dump %hash etc.Father Chrysostomos2013-08-132-13/+174
* Peek.t: Fix a testFather Chrysostomos2013-08-121-2/+3
* [perl #92260] Devel::Peek::fill_mstats and non-PVsFather Chrysostomos2013-08-122-3/+4
* Mark COWable constants as COWable at compile timeFather Chrysostomos2013-08-121-21/+48
* Make SvPVbyte work on tied non-PVFather Chrysostomos2013-08-111-1/+7
* Don’t treat COWs specially in locked hashesFather Chrysostomos2013-08-111-1/+14
* Fix up Peek.t for alternate COW configurationsFather Chrysostomos2013-08-111-14/+11
* universal.c: Ignore SvIsCOW in XS_Internals_SvREADONLYFather Chrysostomos2013-08-111-6/+18
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-094-21/+2
* dump.c: Dump contents of regexps’ mother_re fieldFather Chrysostomos2013-08-091-2/+58
* [perl #117793] remove dangerous functions and improve SvREFCNT()Tony Cook2013-08-093-27/+16
* In B::OP::next, flag special cases with a type, instead of an offset of -1.Nicholas Clark2013-08-071-61/+55
* Re-indent a switch statement in B::OP::nextNicholas Clark2013-08-071-28/+28
* Change all B's unsigned constants from IVs to UVs.Nicholas Clark2013-08-071-4/+3
* In B.xs use I16 to avoid an "initializer will be sign-extended" warning.Nicholas Clark2013-08-071-38/+35
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-054-2/+21
* [perl #118525] make it work on threaded buildsTony Cook2013-07-301-1/+1
* CvGV is no longer a simple struct member accessTony Cook2013-07-303-2/+65
* Document $DynaLoader::dl_dlext, per sisyphus++.James E Keenan2013-07-291-1/+14