summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Simplify the conditional logic for COW_REFCNT in Devel::Peek's test.Nicholas Clark2013-09-101-19/+19
* Fix Devel::Peek's tests when building with -DPERL_NO_COWNicholas Clark2013-09-101-2/+2
* [perl #117265] do most glob \0 checks in the same placeTony Cook2013-09-091-30/+38
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-5/+6
* Revert "Let av_push accept NULL values"Father Chrysostomos2013-09-072-19/+0
* Let av_push accept NULL valuesFather Chrysostomos2013-09-062-0/+19
* Stop Devel'Peek'Dump with no args from crashingFather Chrysostomos2013-09-062-0/+13
* Remove support for GNU DLD in DynaLoader.Nicholas Clark2013-09-052-212/+3
* Teach mro code about null array elementsFather Chrysostomos2013-09-011-1/+2
* More changes to perllocale and POSIX.pod setlocaleKarl Williamson2013-08-311-5/+9
* Use explicit glob in concise.t.Craig A. Berry2013-08-301-2/+2
* APItest: Test native code points, instead of UnicodeKarl Williamson2013-08-292-13/+13
* 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