summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add op_other to B::Concise -debug output for LOGOPsMatthew Horsfall2013-10-252-2/+42
* Make sure truncated in-memory files have trailing nullFather Chrysostomos2013-10-252-2/+7
* Increase PerlIO::scalar::VERSION to 0.18Father Chrysostomos2013-10-251-1/+1
* Better fix for #119529Father Chrysostomos2013-10-252-18/+17
* Remove some unnecessary Makefile.PLs from cpan/ and ext/Steve Hay2013-10-251-11/+0
* rv2hv does not use its TARGFather Chrysostomos2013-10-243-20/+40
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+1
* Increase $B::Concise::VERSION to 0.991Father Chrysostomos2013-10-231-1/+1
* Add OPpLVALUE flagFather Chrysostomos2013-10-231-0/+1
* Make B/Deparse handle unicode regexesDavid Mitchell2013-10-232-1/+3
* Remove some IGNORABLE files from ext/ and lib/Steve Hay2013-10-183-34/+0
* PerlIO::scalar: stringify refsDavid Mitchell2013-10-173-3/+17
* Adding a prototype attribute.Peter Martini2013-10-162-1/+37
* Fix ext/File-Glob/t/threads.t filenames for VMS.Craig A. Berry2013-10-011-1/+1
* File::Glob::VERSION++Brian Fraser2013-09-271-1/+1
* File::Glob: Dup glob state in CLONE()Brian Fraser2013-09-272-0/+104
* 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