This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: INC handlers and shutdown-time warnings
[perl5.git] / ext / B /
2007-06-29 Rafael Garcia-SuarezBeing tired of adjusting the test count of concise...
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-27 Chia-liang KaoB::Deparse cleanups
2007-06-25 Paul Johnsonremove op_static
2007-06-19 Nicholas ClarkWork on getting B compiling outside of the perl source...
2007-06-06 Rafael Garcia-SuarezAdjust test count (it shouldn't have changed with last...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-28 Rafael Garcia-SuarezSeveral POD fixes by Jonathan Stowe
2007-05-24 Father Chrysostomos[perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2007-05-07 Nicholas Clarkbytecode.pl: Exterminate!
2007-05-07 Nicholas ClarkGiven that @optype and @specialsv_name are hard coded...
2007-05-05 Nicholas ClarkTweak change 30841 so that B works on maint too.
2007-04-24 Rafael Garcia-SuarezAdjust test count.
2007-04-19 Brandon BlackRe: new C3 MRO patch
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-31 Rafael Garcia-SuarezFix bug #42224, perl -MO=Deparse -e 'print readpipe...
2007-03-30 Nicholas ClarkA logical rearrangement of ops, to get the post 5.005...
2007-03-21 Nicholas ClarkAdjust test count for 5.8.x
2007-03-21 Jerry D. HeddenRemove unneeded pragma line from B/t/OptreeCheck.pm
2007-03-13 Nicholas ClarkBump versions of modules that are currently on "dev...
2007-03-13 Nicholas ClarkIntegrate:
2007-03-13 Nicholas Clark5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-03-12 Nicholas ClarkFix the partially passing TODO test in optree_constants...
2007-02-18 Nicholas ClarkProperly handle the differences in hints in the optree...
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-16 Nicholas ClarkMove all the cut&paste open TODO logic into OptreeCheck...
2007-02-15 Ash BerlinRe: Patch for Deep recursion in B::Deparse
2007-02-13 Nicholas ClarkChange 26487 left some debugging code in, and through...
2007-02-05 Nicholas ClarkMake a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
2007-01-28 Nicholas ClarkConvert ext/B/t/debug.t to Test::More. (Diagnostics...
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 Joshua ben JoreRe: [perl #41283] B::walkoptree_slow fails for 'our...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-02 Nicholas ClarkProbably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2006-12-31 Nicholas ClarkMove SVt_BIND to be the lowest type after SVt_NULL...
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
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-11 Bo LindberghRe: [PATCH] Deparse.pm bugfix
2006-12-06 Yves OrtonRe: [PATCH] User pragmas now accessible from B
2006-12-06 Joshua ben JoreUser pragmas now accessible from B
2006-12-01 Joshua ben JoreRe: [PATCH] Make B::Lint use Module::Pluggable
2006-10-30 Jim Cromie[patch] simplify optree test support
2006-10-29 Stephen McCamantRe: Deparse bug?
2006-10-23 Rafael Garcia-SuarezProtection against overwriting defsubs.h via a symlink
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-10-03 Rafael Garcia-SuarezUn-TODO some B tests
2006-09-13 David Nicol[perl #40328] B::Deparse pod does not list failure...
2006-09-06 Rafael Garcia-SuarezRemove perlcc and the byteloader
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-08-20 Rafael Garcia-SuarezAmendment to change #28739
2006-08-20 Jarkko Hietaniemibytecode.t failures in Tru64: svtype (enum) is int...
2006-08-16 Steve PetersAdditional changes to get C++ a little closer to a...
2006-08-07 Steve HayFixups for test failures caused by #28667 and #28668
2006-08-07 Rafael Garcia-SuarezTry to reinstate the fix of change #28638 by patching...
2006-08-04 Rick DelaneyRe: [perl #40055] B::Deparse double do
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-07-13 Jarkko Hietaniemiz/OS: non-CPAN ext and lib + main() without the third...
2006-07-05 Rafael Garcia-SuarezImplement handling of state variables in list assignment
2006-07-05 Rafael Garcia-SuarezAdjust test count after introducing new constants in...
2006-06-05 Nicholas ClarkEliminate most of the UTF-8 black smoke by skipping...
2006-06-05 Nicholas ClarkAdd the missing ${^OPEN} hints flag to B::Concise
2006-05-30 Joshua ben JoreRe: B::Lint changes
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-05-12 Nicholas ClarkFix concise-xs.t following the changes to B::Deparse.
2006-05-11 Rafael Garcia-SuarezDeparse state variables.
2006-05-05 Rafael Garcia-SuarezImplement state array and state hashes. Initialisation...
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-13 Nicholas ClarkFix B and ByteLoader to cope with cop_warnings no longe...
2006-04-06 Steve HayFix skip count in ext\B\t\lint.t
2006-04-05 Joshua ben JoreRe: expr foreach (...) isn't a B::Lint warning anymore
2006-04-04 Jim CromieRe: Making IO::Socket pass test on Win32
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-03-09 Nicholas ClarkUnroll 27425 - keeping Larry's order in op.c means...
2006-03-08 Nicholas ClarkThe last MAD change to op.c changes the pad offsets...
2006-03-08 Stephen McCamantRe: [perl #38684] O::Deparse not working as expected
2006-03-01 Joshua ben JoreRe: Patch lint for grep { /.../ } and grep /.../,
2006-02-21 Nicholas ClarkTeach B about CVf_ISXSUB
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Joshua ben JoreRe: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
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-20 Nicholas ClarkAbolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-13 Stephen McCamant[perl #38346] [PATCH] Re: B::Deparse's bug?
2006-02-02 Steve PetersIt would be nice to have tests in B for the functions...
2006-02-02 Steve PetersDeath to magic characters! No pun intended.
next