summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-076-8/+8
* fix -tree test for non-threaded perlv5.13.8Zefram2010-12-191-1/+1
* Test B::Concise’s -tree modeFather Chrysostomos2010-12-181-1/+14
* Increase B::Concise’s versionFather Chrysostomos2010-12-161-1/+1
* Fix [perl #80632] -MO=Concise,-tree formatReini Urban2010-12-161-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-1/+8
* 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
* [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
* 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
* 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
* Merge the implementation of B::PV::PVBM with PVX and PV, using ALIAS.Nicholas Clark2010-11-081-12/+12
* Merge the implementation of B::PV::{PVX,PV} using ALIAS.Nicholas Clark2010-11-081-5/+6
* Refactor B::PV::PV to use newSVpvn_flags() for both arms of the if.Nicholas Clark2010-11-081-4/+9
* Merge the implementation of B::REGEXP::{REGEXP,precomp} using ALIAS.Nicholas Clark2010-11-081-11/+10
* In B::REGEX::precomp, use newSVpvn_flags() instead of newSVpvn().Nicholas Clark2010-11-081-5/+3
* In B.xs, move the version dependant regexp code to be adjacent.Nicholas Clark2010-11-081-23/+21
* Move the aliasing of B::IV::RV as B::PV::RV from XS to Perl code.Nicholas Clark2010-11-082-12/+7
* Tweak the test from 98517ccb8d5e8751 to work with PERL_UNICODE set.Nicholas Clark2010-11-051-2/+2
* Avoid creating lots of mortals in B::walkoptree()Nicholas Clark2010-11-052-17/+53
* B::Concise was failing to traverse some children of PMOPsNicholas Clark2010-11-052-4/+28
* Stop B from crashing on y/å/ø/Father Chrysostomos2010-11-042-1/+11
* Some tests for B::walkoptree.Nicholas Clark2010-11-041-0/+60
* Create &B::{IV,PV}::as_string using typeglob assignment rather than goto &Nicholas Clark2010-11-041-2/+2
* Avoid needing to stub B::OPf_KIDS by loading the XS earlier.Nicholas Clark2010-11-041-19/+25
* Increase B::Concise’s versionFather Chrysostomos2010-11-021-1/+1
* y///rFather Chrysostomos2010-11-022-3/+4
* Correct the return type for B::MAGIC::MOREMAGIC.Nicholas Clark2010-11-011-3/+2
* Tidy B interpreter struct accessors in B.xsNicholas Clark2010-11-011-18/+17
* Merge B's interpreter structure accesses for SV* types into intrpvar_sv_common.Nicholas Clark2010-11-011-68/+64
* Merge the implementation of B::sv_{undef,no,yes} using ALIAS.Nicholas Clark2010-11-011-12/+10
* Merge the XS implementation of all B::MG accessors using ALIAS.Nicholas Clark2010-10-311-80/+59
* Merge the implementation of B::{main_root,main_start} using ALIAS.Nicholas Clark2010-10-311-8/+9
* Merge the implementation of B::{dowarn,sub_generation} using ALIAS.Nicholas Clark2010-10-311-8/+9
* Merge the implementation of B::{minus_c,save_BEGINSs} using ALIAS.Nicholas Clark2010-10-311-6/+6
* Remove the conditional #define of OPpPAD_STATE from the BOOT block in B.xsNicholas Clark2010-10-312-5/+2