summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* fix various compiler warnings from XS codeZefram2010-12-1113-48/+96
* Fix permissions for ext/XS-APItest/t/refs.t, added as +x in 88b5a879c6c933e0.Nicholas Clark2010-12-111-0/+0
* Fix test count in ext/XS-APItest/t/refs.tFather Chrysostomos2010-12-101-1/+1
* Fix XS types in typemap in order to deal with references with get magics corr...gfx2010-12-102-0/+64
* Dual-life autouseFlorian Ragwitz2010-12-103-250/+0
* Dual-life Devel::SelfStubberFlorian Ragwitz2010-12-092-435/+0
* Emit warning for use re "/ul"Father Chrysostomos2010-12-042-1/+32
* [perl #80098] Bleadperl breaks Attribute::LexicalFather Chrysostomos2010-12-021-7/+8
* ++substr $mro'VERSION, -1Father Chrysostomos2010-12-011-1/+1
* [perl #68654] next::method doesn't see UNIVERSALFather Chrysostomos2010-12-011-0/+14
* Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker.Nicholas Clark2010-12-012-3/+3
* Fix B test failure introduced in 6b7c6d9Florian Ragwitz2010-12-011-4/+4
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-302-12/+12
* Add tests for sv_{,un}magicext and mg_findextFlorian Ragwitz2010-11-302-0/+60
* ++substr $re::VERSION, -1Father Chrysostomos2010-11-281-1/+1
* Tiny pod fixAndreas J. Koenig2010-11-281-1/+1
* Increase Socket.pm’s versionFather Chrysostomos2010-11-271-1/+1
* Increase PerlIO::scalar’s versionFather Chrysostomos2010-11-271-1/+1
* [perl #78716] Bogus read after seek beyond end of stringFather Chrysostomos2010-11-272-3/+11
* [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisationFather Chrysostomos2010-11-261-1/+11
* [PATCH 4/5] Adjust unit tests to cope with new sockaddr_in6 functions in Sock...Paul Evans2010-11-251-1/+2
* [PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACKPaul Evans2010-11-252-0/+19
* [PATCH 2/3] Implement sockaddr_in6 wrapperPaul Evans2010-11-251-1/+20
* [PATCH 1/3] Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6()Paul Evans2010-11-253-1/+97
* Test dumping stashes, with various combinations of NAME and ENAME.Nicholas Clark2010-11-251-0/+68
* Refactor Peek.t to give more useable diagnostics.Nicholas Clark2010-11-251-39/+36
* %x can't be used directly with pointers.Ben Morrow2010-11-221-4/+4
* Make perlio line buffer VMS record-oriented files on output.Craig A. Berry2010-11-171-1/+31
* Tests for the new custom op registrations.Ben Morrow2010-11-142-0/+191
* Improve custom OP support.Ben Morrow2010-11-141-4/+11
* Increase B’s versionFather Chrysostomos2010-11-141-1/+1
* Fix multiplicity build, broken by 328552296d8d53b3.Nicholas Clark2010-11-141-2/+2
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-112-0/+45
* [perl #78964] Fix ext/XS-APItest/t/overload.tJerry D. Hedden2010-11-111-1/+1
* Test that Opcode loads without warnings.Nicholas Clark2010-11-091-3/+13
* Tidy up ext/Opcode/t/Opcode.t.Nicholas Clark2010-11-091-10/+10
* Convert ext/Opcode/t/Opcode.t to Test::More.Nicholas Clark2010-11-091-39/+39
* Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.Nicholas Clark2010-11-092-22/+60
* Delete paragraphs from mro.pm’s podFather Chrysostomos2010-11-081-16/+0
* Avoid a declaration after statement, accidentally added by 6079961fee8cf49c.Nicholas Clark2010-11-081-1/+2
* In B.xs, remove the now unused first argument from make_sv_object().Nicholas Clark2010-11-081-35/+30
* In B.xs, use PPCODE rather than a typemap for output of T_SV_OBJNicholas Clark2010-11-082-56/+47
* B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864Nicholas Clark2010-11-081-1/+1
* In B.xs refactor cc_opclassname() to make_op_object().Nicholas Clark2010-11-082-34/+25
* Merge the implementation of B::COP::{io,warnings} using ALIAS.Nicholas Clark2010-11-081-14/+5
* In B.xs, refactor make_warnings_object() to take a COP * instead of STRLEN *.Nicholas Clark2010-11-081-2/+3
* Merge the implementation of B::COP::{filegv,stash} using ALIAS.Nicholas Clark2010-11-081-7/+7
* Merge the implementation of B::COP::{file,stashpv} using ALIAS.Nicholas Clark2010-11-081-6/+6
* Merge the implementation of B::BM::TABLE with B::PV::{PV,PVX,PVBM} using ALIAS.Nicholas Clark2010-11-081-13/+7
* Remove unneeded PREFIXes from B.xs.Nicholas Clark2010-11-081-20/+20