This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0.
[perl5.git] / ext /
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...
2010-10-30 Nicholas ClarkIn B.xs, move the direct COP access for stash and file...
2010-10-30 Father ChrysostomosSwitch S_mro_get_linear_isa_c3 to HvENAME
2010-10-29 Nicholas ClarkMerge B::COP::{cop_seq,hints,line} into the common...
2010-10-29 Nicholas ClarkMerge B::PADOP::{gv,sv} using the ALIAS mechanism.
2010-10-29 Nicholas ClarkMerge B::PADOP::padix into the common B::OP accessor...
2010-10-29 Nicholas ClarkMerge B::SVOP::{gv,sv} into the common B::OP accessor...
2010-10-29 Nicholas ClarkIn B.xs, move conditionally defined PMOP macros to...
2010-10-29 Nicholas ClarkMerge B::PMOP::precomp and B::PMOP::reflags, using...
2010-10-29 Nicholas ClarkMerge B::PMOP::pmoffset into the common B::OP accessor...
2010-10-29 Nicholas ClarkReorder parts of B.xs to reduce the amount of condition...
2010-10-29 Nicholas ClarkMerge B::PMOP::pmflags into the common B::OP accessor...
2010-10-29 Nicholas ClarkFor B's OP accessors, encode the type and offset in...
2010-10-29 Nicholas ClarkMerge all B::OP::* accessors returning B::OP objects.
2010-10-29 Nicholas ClarkB::GV::is_empty and B::GV::isGV_with_GP can be merged...
2010-10-29 Nicholas ClarkB::PV::PV doesn't need a special case for pad names...
2010-10-29 Nicholas ClarkUse the same XS body for B::IV::RV and B::PV::RV.
2010-10-29 Nicholas ClarkA clearer implementation of B::SV::object_2svref()
2010-10-29 Nicholas ClarkB::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be imple...
2010-10-29 Zeframadd SAVEFREECOPHH()
2010-10-28 Nicholas ClarkIn B.xs, move the definition of PMOP_pmnext adjacent...
2010-10-28 Nicholas ClarkThe method B::PMOP::pmregexp never existed. Remove...
2010-10-28 Nicholas ClarkMerge the XS implementation of B::OP::name and B::OP...
2010-10-28 Father ChrysostomosIncrease Hash::Util::FieldHash’s version
2010-10-28 Father ChrysostomosIncrease Sys::Hostname’s version
2010-10-27 Father ChrysostomosIncrease SDBM_File’s version
2010-10-27 Father ChrysostomosIncrease Hash::Util’s version
2010-10-27 Father ChrysostomosIncrease Fcntl’s version
2010-10-27 Father ChrysostomosBump ODBM_File’s version
2010-10-27 Father ChrysostomosBump NDBM_File’s version
2010-10-27 Nicholas ClarkSimplify the conditionals in the XS code for B::COP...
2010-10-27 Nicholas ClarkUsing ALIAS B::OP::{opt,spare,type} can be implemented...
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-26 Nicholas ClarkIn I18N::Langinfo::langinfo(), use newSVpv(), as it...
2010-10-25 Nicholas ClarkIn Socket::inet_ntoa(), use Perl_newSVpvf(), instead...
2010-10-25 Zeframfunction to parse isolated label
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-25 Zeframstop passing line numbers into op constructor functions
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-25 Nicholas ClarkMerge Hash::Util::FieldHash::_test_uvar_{get,set,same...
2010-10-25 Nicholas ClarkIn Hash::Util::FieldHash::_test_uvar_set, the second...
2010-10-25 Tony Cookrt #72398 - get magic before downgrading in SvPVbyte()
2010-10-25 Niko TyniTODO test: SvPVbyte should handle get magic before...
2010-10-25 Nicholas ClarkCorrect tests for B::{cstring,perlstring,cchar}
2010-10-24 Nicholas ClarkIn B.xs, use newSVpvn_flags() instead of sv_newmortal...
2010-10-24 Zeframdon't rely on ghost contexts being unmolested
2010-10-24 Nicholas ClarkFix SV leak in Perl_emulate_cop_io(), present since...
2010-10-24 Nicholas ClarkIn B.xs, tidy up make_*_object().
2010-10-24 Nicholas ClarkB::hash() should only work on byte sequences.
2010-10-24 Nicholas ClarkRefactor B::hash to use Perl_newSVpvf() instead of...
2010-10-24 Nicholas ClarkMore tests for B::hash().
2010-10-24 Nicholas ClarkB::cchar can be implemented as an ALIAS of B::cstring.
2010-10-24 Nicholas ClarkRefactor B::cchar() to create a temporary directly...
2010-10-24 Nicholas ClarkTests for B::cchar().
2010-10-24 Nicholas ClarkIn B.xs, refactor cstring() to return a mortal, which...
2010-10-24 Nicholas ClarkTest NUL bytes with B::cstring() and B::perlstring().
2010-10-24 Nicholas ClarkB::perlstring can be implemented as an ALIAS of B:...
2010-10-24 Nicholas ClarkIn cstring() in B.xs, use Perl_sv_catpvf(), instead...
2010-10-24 Nicholas ClarkMore comprehensive tests for B::cstring() and B::perlst...
2010-10-24 Tony Cook.gitignore some extra ext/B build products
2010-10-23 Nicholas ClarkConvert B to use ExtUtils::Constant::ProxySubs for...
2010-10-23 Nicholas ClarkChange concise.t to use Storable to test stash/src...
2010-10-22 Nicholas ClarkRemove cruft from B's Makefile.PL
2010-10-22 Nicholas ClarkMerge the implementation of B::CV::{ROOT,START}.
2010-10-22 Nicholas ClarkBetter diagnostics for XS::APItest::test_cv_getset_call...
2010-10-22 Father ChrysostomosBump re’s version
2010-10-21 Jerry D. HeddenFix ext/XS-APItest/t/multicall.t warning
2010-10-21 Nicholas ClarkMY_CXT_INIT happens to contain a variable declaration...
2010-10-21 Nicholas ClarkSys::Hostname::ghname should use newSVpv(s, 0), not...
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframfix and test PL_expect in recdescent parsing
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Nicholas ClarkSDBM_File::{error,clearerr} can be implemented as XS...
2010-10-21 Nicholas ClarkIn [GNO]DBM_File.xs, store the 4 filter functions as...
next