This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix failing ExtUtils-CBuilder test
[perl5.git] / ext /
2010-12-04 Father ChrysostomosEmit warning for use re "/ul"
2010-12-02 Father Chrysostomos[perl #80098] Bleadperl breaks Attribute::Lexical
2010-12-01 Father Chrysostomos++substr $mro'VERSION, -1
2010-12-01 Father Chrysostomos[perl #68654] next::method doesn't see UNIVERSAL
2010-12-01 Nicholas ClarkAvoid two compiler warnings in B::cstring, spotted...
2010-12-01 Florian RagwitzFix B test failure introduced in 6b7c6d9
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-30 Florian RagwitzAdd tests for sv_{,un}magicext and mg_findext
2010-11-28 Father Chrysostomos++substr $re::VERSION, -1
2010-11-28 Andreas J. KoenigTiny pod fix
2010-11-27 Father ChrysostomosIncrease Socket.pm’s version
2010-11-27 Father ChrysostomosIncrease PerlIO::scalar’s version
2010-11-27 Father Chrysostomos[perl #78716] Bogus read after seek beyond end of string
2010-11-26 Father Chrysostomos[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
2010-11-25 Paul Evans[PATCH 4/5] Adjust unit tests to cope with new sockaddr...
2010-11-25 Paul Evans[PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADD...
2010-11-25 Paul Evans[PATCH 2/3] Implement sockaddr_in6 wrapper
2010-11-25 Paul Evans[PATCH 1/3] Implement Socket::pack_sockaddr_in6() and...
2010-11-25 Paul "LeoNerd" EvansAdjust unit tests to cope with new sockaddr_in6 functio...
2010-11-25 Paul "LeoNerd" EvansProvide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACK
2010-11-25 Paul "LeoNerd" EvansImplement sockaddr_in6 wrapper
2010-11-25 Paul "LeoNerd" EvansImplement Socket::pack_sockaddr_in6() and unpack_sockad...
2010-11-25 Nicholas ClarkTest dumping stashes, with various combinations of...
2010-11-25 Nicholas ClarkRefactor Peek.t to give more useable diagnostics.
2010-11-22 Ben Morrow%x can't be used directly with pointers.
2010-11-18 Craig A. BerryMake perlio line buffer VMS record-oriented files on...
2010-11-15 Ben MorrowTests for the new custom op registrations.
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-15 Father ChrysostomosIncrease B’s version
2010-11-14 Nicholas ClarkFix multiplicity build, broken by 328552296d8d53b3.
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-11-11 Jerry D. Hedden[perl #78964] Fix ext/XS-APItest/t/overload.t
2010-11-09 Nicholas ClarkTest that Opcode loads without warnings.
2010-11-09 Nicholas ClarkTidy up ext/Opcode/t/Opcode.t.
2010-11-09 Nicholas ClarkConvert ext/Opcode/t/Opcode.t to Test::More.
2010-11-09 Nicholas ClarkFix error in tryAMAGICunDEREF() introduced in 25a9ffce1...
2010-11-09 Father ChrysostomosDelete paragraphs from mro.pm’s pod
2010-11-08 Nicholas ClarkAvoid a declaration after statement, accidentally added...
2010-11-08 Nicholas ClarkIn B.xs, remove the now unused first argument from...
2010-11-08 Nicholas ClarkIn B.xs, use PPCODE rather than a typemap for output...
2010-11-08 Nicholas ClarkB::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864
2010-11-08 Nicholas ClarkIn B.xs refactor cc_opclassname() to make_op_object().
2010-11-08 Nicholas ClarkMerge the implementation of B::COP::{io,warnings} using...
2010-11-08 Nicholas ClarkIn B.xs, refactor make_warnings_object() to take a...
2010-11-08 Nicholas ClarkMerge the implementation of B::COP::{filegv,stash}...
2010-11-08 Nicholas ClarkMerge the implementation of B::COP::{file,stashpv}...
2010-11-08 Nicholas ClarkMerge the implementation of B::BM::TABLE with B::PV...
2010-11-08 Nicholas ClarkRemove unneeded PREFIXes from B.xs.
2010-11-08 Nicholas ClarkMerge the implementation of B::PV::PVBM with PVX and...
2010-11-08 Nicholas ClarkMerge the implementation of B::PV::{PVX,PV} using ALIAS.
2010-11-08 Nicholas ClarkRefactor B::PV::PV to use newSVpvn_flags() for both...
2010-11-08 Nicholas ClarkMerge the implementation of B::REGEXP::{REGEXP,precomp...
2010-11-08 Nicholas ClarkIn B::REGEX::precomp, use newSVpvn_flags() instead...
2010-11-08 Nicholas ClarkIn B.xs, move the version dependant regexp code to...
2010-11-08 Nicholas ClarkMove the aliasing of B::IV::RV as B::PV::RV from XS...
2010-11-06 Rafael Garcia-SuarezAdd new ops in Opcode, so it does not warn at compilation
2010-11-06 Niko TyniG_VOID, G_SCALAR, and G_ARRAY are not separate bits...
2010-11-05 Nicholas ClarkTweak the test from 98517ccb8d5e8751 to work with PERL_...
2010-11-05 Nicholas ClarkAvoid creating lots of mortals in B::walkoptree()
2010-11-05 Nicholas ClarkB::Concise was failing to traverse some children of...
2010-11-04 Father ChrysostomosStop B from crashing on y/å/ø/
2010-11-04 Nicholas ClarkSome tests for B::walkoptree.
2010-11-04 Nicholas ClarkCreate &B::{IV,PV}::as_string using typeglob assignment...
2010-11-04 Nicholas ClarkAvoid needing to stub B::OPf_KIDS by loading the XS...
2010-11-04 Nicholas ClarkRemove two use of dXSI32; superfluous because xsubpp...
2010-11-03 Nicholas ClarkAdd Perl_amagic_deref_call() to implement the bulk...
2010-11-03 Nicholas ClarkAdd tests for tryAMAGICunDEREF_var().
2010-11-03 Father ChrysostomosIncrease B::Concise’s version
2010-11-03 Father Chrysostomosy///r
2010-11-02 Father ChrysostomosIncrease DynaLoader’s version
2010-11-02 Jan DuboisAvoid buffer overflow in dl_win32.c
2010-11-01 Nicholas ClarkCorrect the return type for B::MAGIC::MOREMAGIC.
2010-11-01 Nicholas ClarkTidy B interpreter struct accessors in B.xs
2010-11-01 Nicholas ClarkMerge B's interpreter structure accesses for SV* types...
2010-11-01 Nicholas ClarkAll callers of get_op_bitspec() in Opcode.xs pass len...
2010-11-01 Nicholas ClarkSmall refactoring of op_names_init() and put_op_bitspec...
2010-11-01 Nicholas ClarkMerge the implementation of B::sv_{undef,no,yes} using...
2010-10-31 Nicholas ClarkMerge the XS implementation of all B::MG accessors...
2010-10-31 Nicholas ClarkMerge the implementation of B::{main_root,main_start...
2010-10-31 Nicholas ClarkMerge the implementation of B::{dowarn,sub_generation...
2010-10-31 Nicholas ClarkMerge the implementation of B::{minus_c,save_BEGINSs...
2010-10-31 Nicholas ClarkRemove the conditional #define of OPpPAD_STATE from...
2010-10-31 Nicholas ClarkRemove the variables stash and export_ok from the BOOT...
2010-10-31 Nicholas ClarkMerge the implementation of B::HE::{VAL,SVKEY_force...
2010-10-31 Nicholas ClarkMerge the implementation of B::CV::{XSUB,XSUBANY} using...
2010-10-30 Nicholas ClarkMake B::HV::NAME an ALIAS of B::GV::NAME, as both conve...
2010-10-30 Nicholas ClarkMerge B::BM::PREVIOUS, B::BM::RARE and B::BM::USEFUL...
2010-10-30 Nicholas ClarkMerge B::HV::MAX and B::HV::KES into the common accessor.
2010-10-30 Nicholas ClarkMerge all B::CV structure accesses into the common...
2010-10-30 Nicholas ClarkMerge B::AV::MAX and B::FM::LINES into the common accessor.
2010-10-30 Nicholas ClarkMerge all B::IO structure accesses into the common...
2010-10-30 Nicholas ClarkMerge B::GV::{STASH,GvFLAGS} into the common accessor.
2010-10-30 Father ChrysostomosCorrect reference to get_linear_isa in get_isarev’...
2010-10-30 Father ChrysostomosIncrease mro’s version
2010-10-30 Nicholas ClarkMerge the direct structure lookup for B::{PV,PVMG,PVLV...
2010-10-30 Nicholas ClarkMerge the direct structure lookup for B::IV:: and B...
2010-10-30 Nicholas ClarkMerge the implementation of B::IV::{needs64bits,packiv...
2010-10-30 Nicholas Clark257e0650 used the "wrong" croak() - correct B::GV:SV...
2010-10-30 Nicholas ClarkMerge B::GV::{file,name} using ALIAS.
2010-10-30 Nicholas ClarkFor B's GP accessors, encode the type and offset in...
next