summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Tweak B::Concise tests following OPpCONST_FOLDED removalFather Chrysostomos2013-09-161-18/+31
* Remove OPpCONST_FOLDEDFather Chrysostomos2013-09-161-1/+5
* Make B::OP::slabbed, folded, etc. actually workFather Chrysostomos2013-09-161-1/+1
* Silence noise from Errno_pm.PL on WindowsSteve Hay2013-09-161-1/+1
* Fix the #include of winsock2.h in win32/include/sys/errno2.hSteve Hay2013-09-161-1/+0
* Add more errno.h constants to POSIX for exporting if they existSteve Hay2013-09-164-44/+50
* Fix a problem with mod_perl on Windows using VS2010+.Steve Hay2013-09-163-172/+7
* [perl #79074] make sure HeSVKEY_force() preserves UTF8ness (pvn)Tony Cook2013-09-162-0/+23
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-1/+1
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-0/+2
* Increase $Opcode::VERSION to 1.26Father Chrysostomos2013-09-131-1/+1
* Add new opcodes to Opcode.pmFather Chrysostomos2013-09-131-3/+4
* Move BmUSEFUL to the IV slot from the NV slot, simplifying union _xnvu.Nicholas Clark2013-09-131-1/+1
* XS-Typemap tests: use parent instead of baseRicardo Signes2013-09-121-2/+2
* B: use parent instead of baseRicardo Signes2013-09-121-2/+2
* Pod::Html: use parent instead of baseRicardo Signes2013-09-121-2/+2
* Hash::Util::FieldHash: use parent instead of baseRicardo Signes2013-09-122-5/+5
* FileCache: use parent instead of baseRicardo Signes2013-09-121-2/+2
* File::Find: diagnostics in case of a failed chdirSlaven Rezic2013-09-121-2/+2
* 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