| Commit message (Expand) | Author | Age | Files | Lines |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 13 | -48/+96 |
* | Fix permissions for ext/XS-APItest/t/refs.t, added as +x in 88b5a879c6c933e0. | Nicholas Clark | 2010-12-11 | 1 | -0/+0 |
* | Fix test count in ext/XS-APItest/t/refs.t | Father Chrysostomos | 2010-12-10 | 1 | -1/+1 |
* | Fix XS types in typemap in order to deal with references with get magics corr... | gfx | 2010-12-10 | 2 | -0/+64 |
* | Dual-life autouse | Florian Ragwitz | 2010-12-10 | 3 | -250/+0 |
* | Dual-life Devel::SelfStubber | Florian Ragwitz | 2010-12-09 | 2 | -435/+0 |
* | Emit warning for use re "/ul" | Father Chrysostomos | 2010-12-04 | 2 | -1/+32 |
* | [perl #80098] Bleadperl breaks Attribute::Lexical | Father Chrysostomos | 2010-12-02 | 1 | -7/+8 |
* | ++substr $mro'VERSION, -1 | Father Chrysostomos | 2010-12-01 | 1 | -1/+1 |
* | [perl #68654] next::method doesn't see UNIVERSAL | Father Chrysostomos | 2010-12-01 | 1 | -0/+14 |
* | Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker. | Nicholas Clark | 2010-12-01 | 2 | -3/+3 |
* | Fix B test failure introduced in 6b7c6d9 | Florian Ragwitz | 2010-12-01 | 1 | -4/+4 |
* | [perl #77762] Constant assignment warning | Father Chrysostomos | 2010-11-30 | 2 | -12/+12 |
* | Add tests for sv_{,un}magicext and mg_findext | Florian Ragwitz | 2010-11-30 | 2 | -0/+60 |
* | ++substr $re::VERSION, -1 | Father Chrysostomos | 2010-11-28 | 1 | -1/+1 |
* | Tiny pod fix | Andreas J. Koenig | 2010-11-28 | 1 | -1/+1 |
* | Increase Socket.pm’s version | Father Chrysostomos | 2010-11-27 | 1 | -1/+1 |
* | Increase PerlIO::scalar’s version | Father Chrysostomos | 2010-11-27 | 1 | -1/+1 |
* | [perl #78716] Bogus read after seek beyond end of string | Father Chrysostomos | 2010-11-27 | 2 | -3/+11 |
* | [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisation | Father Chrysostomos | 2010-11-26 | 1 | -1/+11 |
* | [PATCH 4/5] Adjust unit tests to cope with new sockaddr_in6 functions in Sock... | Paul Evans | 2010-11-25 | 1 | -1/+2 |
* | [PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACK | Paul Evans | 2010-11-25 | 2 | -0/+19 |
* | [PATCH 2/3] Implement sockaddr_in6 wrapper | Paul Evans | 2010-11-25 | 1 | -1/+20 |
* | [PATCH 1/3] Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6() | Paul Evans | 2010-11-25 | 3 | -1/+97 |
* | Test dumping stashes, with various combinations of NAME and ENAME. | Nicholas Clark | 2010-11-25 | 1 | -0/+68 |
* | Refactor Peek.t to give more useable diagnostics. | Nicholas Clark | 2010-11-25 | 1 | -39/+36 |
* | %x can't be used directly with pointers. | Ben Morrow | 2010-11-22 | 1 | -4/+4 |
* | Make perlio line buffer VMS record-oriented files on output. | Craig A. Berry | 2010-11-17 | 1 | -1/+31 |
* | Tests for the new custom op registrations. | Ben Morrow | 2010-11-14 | 2 | -0/+191 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -4/+11 |
* | Increase B’s version | Father Chrysostomos | 2010-11-14 | 1 | -1/+1 |
* | Fix multiplicity build, broken by 328552296d8d53b3. | Nicholas Clark | 2010-11-14 | 1 | -2/+2 |
* | Add Perl_bytes_cmp_utf8() to compare character sequences in different encodings | Nicholas Clark | 2010-11-11 | 2 | -0/+45 |
* | [perl #78964] Fix ext/XS-APItest/t/overload.t | Jerry D. Hedden | 2010-11-11 | 1 | -1/+1 |
* | Test that Opcode loads without warnings. | Nicholas Clark | 2010-11-09 | 1 | -3/+13 |
* | Tidy up ext/Opcode/t/Opcode.t. | Nicholas Clark | 2010-11-09 | 1 | -10/+10 |
* | Convert ext/Opcode/t/Opcode.t to Test::More. | Nicholas Clark | 2010-11-09 | 1 | -39/+39 |
* | Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67. | Nicholas Clark | 2010-11-09 | 2 | -22/+60 |
* | Delete paragraphs from mro.pm’s pod | Father Chrysostomos | 2010-11-08 | 1 | -16/+0 |
* | Avoid a declaration after statement, accidentally added by 6079961fee8cf49c. | Nicholas Clark | 2010-11-08 | 1 | -1/+2 |
* | In B.xs, remove the now unused first argument from make_sv_object(). | Nicholas Clark | 2010-11-08 | 1 | -35/+30 |
* | In B.xs, use PPCODE rather than a typemap for output of T_SV_OBJ | Nicholas Clark | 2010-11-08 | 2 | -56/+47 |
* | B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864 | Nicholas Clark | 2010-11-08 | 1 | -1/+1 |
* | In B.xs refactor cc_opclassname() to make_op_object(). | Nicholas Clark | 2010-11-08 | 2 | -34/+25 |
* | Merge the implementation of B::COP::{io,warnings} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -14/+5 |
* | In B.xs, refactor make_warnings_object() to take a COP * instead of STRLEN *. | Nicholas Clark | 2010-11-08 | 1 | -2/+3 |
* | Merge the implementation of B::COP::{filegv,stash} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -7/+7 |
* | Merge the implementation of B::COP::{file,stashpv} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -6/+6 |
* | Merge the implementation of B::BM::TABLE with B::PV::{PV,PVX,PVBM} using ALIAS. | Nicholas Clark | 2010-11-08 | 1 | -13/+7 |
* | Remove unneeded PREFIXes from B.xs. | Nicholas Clark | 2010-11-08 | 1 | -20/+20 |