This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
From: "Robin Barker" <Robin.Barker@npl.co.uk>
[perl5.git] / ext / B /
2008-01-09 Rafael Garcia-SuarezRemove the warning "v-string in require/use non portable"
2008-01-09 Florian RagwitzB::Deparse fixes for implicit smartmatching in given...
2008-01-06 Rafael Garcia-SuarezFix bug #49298: B::Deparse fails to deparse a reference...
2008-01-05 Nicholas ClarkAbolish wrapped in struct regexp - store the wrapped...
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-27 Nicholas ClarkRegexps are now orange.
2007-12-26 Nicholas ClarkRemove two warnings (sub diag() was redefined, and...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkBetter diagnostics by removing an && from an ok() and...
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-12-21 Nicholas ClarkDeparse each @array and friends.
2007-12-19 Steve PetersUpgrade to B-Lint-1.11
2007-12-17 Jim Cromiepod-patch: reword O.pm
2007-10-25 Craig A. BerryPlatform-neutral quoting in optree_misc.t.
2007-10-23 Nicholas ClarkSilly Nick. If you see a nextstate op, then it may...
2007-10-22 Nicholas ClarkB::Concise was failing an assertion on index "foo"...
2007-10-22 Rafael Garcia-SuarezMention B::COP::hints_hash method
2007-10-09 Nicholas ClarkDon't deparse $^H{v_string}, which is automatically...
2007-10-01 Nicholas ClarkNothing is using IoSUBPROCESS() so eliminate xio_subpro...
2007-09-28 Nicholas ClarkMake all of B work on 5.8.x
2007-09-28 Rafael Garcia-SuarezDocument hint symbols in B::Concise
2007-09-28 Nicholas ClarkHopefully really fix test failures with -C
2007-09-27 Rafael Garcia-SuarezI forgot to patch for the threaded case
2007-09-27 Rafael Garcia-SuarezHopefully fix test failures with -C
2007-09-27 Steve HayFix test introduced in #31973 that failed on Win32
2007-09-26 Jim CromieRe: [patch] improve B::Concise -src support
2007-09-25 Rafael Garcia-SuarezMake OptreeCheck.pm more forgiving about parent pad...
2007-09-24 Jim Cromie[patch] improve B::Concise -src support
2007-09-18 Rafael Garcia-SuarezPrevent the pragmas from ${^OPEN} propagated to %^H...
2007-09-17 Nicholas ClarkSome more state variable deparse tests.
2007-09-17 Rafael Garcia-SuarezMake B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-SuarezBetter diagnostics and test naming
2007-09-13 Rafael Garcia-SuarezMake Deparse handle "say"
2007-09-12 Nicholas ClarkAdd the missing assignment to op_last that change 31798...
2007-09-08 Nicholas ClarkB.pm still assumed that SVt_PVBM exists. Correct this.
2007-09-08 Jim Cromie[patch] readabilty tweaks
2007-09-01 Jim CromieRe: RFC patch - display src-lines in B::Concise
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
next