This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge the XS implementation of B::OP::name and B::OP::desc
[perl5.git] / ext / B / B.xs
2010-10-28 Nicholas ClarkMerge the XS implementation of B::OP::name and B::OP...
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-24 Nicholas ClarkIn B.xs, use newSVpvn_flags() instead of sv_newmortal...
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 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 ClarkIn B.xs, refactor cstring() to return a mortal, which...
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-23 Nicholas ClarkConvert B to use ExtUtils::Constant::ProxySubs for...
2010-10-22 Nicholas ClarkMerge the implementation of B::CV::{ROOT,START}.
2010-10-21 Zeframfull API for cop hint hashes
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(...
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2008-04-07 Nicholas ClarkTidy up compiler warning spotted by Jerry Hedden.
2008-04-06 Nicholas ClarkReplace all remaining accesses to COP's cop_label with...
2008-02-15 Jan DuboisSilence compiler warnings on Win32/VC6
2008-02-04 Jim Cromie[patch] B portability macros
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2008-01-04 Vincent PitRe: SV leak?
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-10-22 Nicholas ClarkB::Concise was failing an assertion on index "foo"...
2007-10-01 Nicholas ClarkNothing is using IoSUBPROCESS() so eliminate xio_subpro...
2007-06-25 Paul Johnsonremove op_static
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-05 Nicholas ClarkTweak change 30841 so that B works on maint too.
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas ClarkRemove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-02-17 Nicholas ClarkMissed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-02-05 Nicholas ClarkMake a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-05 Steve HaySilence various VC6 warnings
2006-12-31 Nicholas ClarkMove SVt_BIND to be the lowest type after SVt_NULL...
2006-12-28 Nicholas ClarkAbstract the pad code's overloaded use of SvNVX and...
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas ClarkCorrect some assumptions about PVBM table offset in...
2006-12-06 Yves OrtonRe: [PATCH] User pragmas now accessible from B
2006-12-06 Joshua ben JoreUser pragmas now accessible from B
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-05-30 Nicholas ClarkFix bugs in the bytecode system caused by the abolition...
2006-05-20 Nicholas ClarkFix bug in change 28258. So how come I thought I'd...
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-04-13 Nicholas ClarkFix B and ByteLoader to cope with cop_warnings no longe...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-02-21 Joshua ben JoreRe: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-02 Steve PetersDeath to magic characters! No pun intended.
2006-01-25 Stephen McCamantaelemfast optimization opclass problem (c.f. [perl...
2005-11-20 Rafael Garcia-SuarezDeclarations must come first, or some compilers aren...
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-11-05 Nicholas ClarkMake the 5.9 changes to B conditional on perl version.
2005-06-14 Nicholas ClarkChange 24838 breaks deparse.t, which checks that embedd...
2005-06-14 Steve PetersFix for SEGV in ext/B/t/xref.t on OpenBSD
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-02-18 Stephen McCamant[perl #32968] [PATCH] Re: B::walkoptree segfaults
2004-09-09 Nicholas ClarkA single version of B that supports 5.8 and 5.10
2004-09-08 Nicholas Clarkbackport B to work on 5.8.x, so that a single version...
2004-08-10 Jim Cromie2 patches: goto.t, B.pm/xs
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2003-07-28 Jarkko HietaniemiMore bytecode tweaks.
2003-07-28 Stephen McCamantB enhancements
2003-07-27 Adrian M. EnacheRe: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2003-07-08 Marcus Holland-Moritzwarnings, line numbers & windows
2003-07-01 Adrian M. EnacheB:: fixes + 'When were CVOPs gone ?'
2003-03-08 Rafael Garcia-SuarezAdd a B::COP::io() method, to return the cop_io field...
2003-02-18 Stephen McCamantRe: [perl #21261] B::Terse not outputting correct const...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-03 Rafael Garcia-SuarezFix bug #16828.
2002-08-29 Rafael Garcia-SuarezB::check_av() ; B::Deparse for CHECK blocks
2002-05-17 Jarkko HietaniemiForgotten from #16656.
2002-05-11 Jarkko HietaniemiExplicit casts due to #16542.
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
next