[perl #56766] [PATCH]
[p5sagit/p5-mst-13.2.git] / ext / B /
2008-07-16 Rafael Garcia-Suarez Really apply change #34143
2008-06-17 Steve Hay Fix a couple of tests introduced by #34045 which fail...
2008-06-16 Reini Urban TODO B-Deparse cpan-bug 33708
2008-06-13 Reini Urban B::Debug dual-life 1.06
2008-05-21 Nicholas Clark Eliminate POSIX::int_macro_int, and all the complex...
2008-05-18 Rafael Garcia-Suarez Fix for [perl #51848] Deparse interpolation in regex...
2008-05-15 Nicholas Clark Fix my typo.
2008-05-15 Nicholas Clark Remove POSIX's internal implementation of S_ISBLK,...
2008-04-19 Paul Johnson Re: wrong line numbers in elsif()
2008-04-08 Rafael Garcia-Suarez Remove old option leftover in docs
2008-04-07 Nicholas Clark Tidy up compiler warning spotted by Jerry Hedden.
2008-04-07 Nicholas Clark Eliminate cop_label from struct cop by storing a label...
2008-04-06 Nicholas Clark Replace all remaining accesses to COP's cop_label with...
2008-03-31 Nicholas Clark $VERSION++ for all the non-dual life modules in ext...
2008-03-05 Nicholas Clark Bring the joy of strict to ext/B/t/lint.t.
2008-03-05 Nicholas Clark Better line diagnostics - runlint's caller rather than...
2008-02-25 Reini Urban B::Debug enhancements
2008-02-15 Jan Dubois Silence compiler warnings on Win32/VC6
2008-02-04 Jim Cromie [patch] B portability macros
2008-02-04 Reini Urban fix B::Debug pmnext
2008-02-01 Nicholas Clark The penultimate deparse test needs a name, else things...
2008-01-23 Nicholas Clark Deprecate (and remove core use of ) Nullav, Nullcv...
2008-01-17 Nicholas Clark Add a diagram for the 5.11 SV class structure, includin...
2008-01-09 Rafael Garcia-Suarez Remove the warning "v-string in require/use non portable"
2008-01-09 Florian Ragwitz B::Deparse fixes for implicit smartmatching in given...
2008-01-06 Rafael Garcia-Suarez Fix bug #49298: B::Deparse fails to deparse a reference...
2008-01-05 Nicholas Clark Abolish wrapped in struct regexp - store the wrapped...
2008-01-04 Vincent Pit Re: SV leak?
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-26 Nicholas Clark Remove two warnings (sub diag() was redefined, and...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Better diagnostics by removing an ...
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-21 Nicholas Clark Deparse each @array and friends.
2007-12-19 Steve Peters Upgrade to B-Lint-1.11
2007-12-17 Jim Cromie pod-patch: reword O.pm
2007-10-25 Craig A. Berry Platform-neutral quoting in optree_misc.t.
2007-10-23 Nicholas Clark Silly Nick. If you see a nextstate op, then it may...
2007-10-22 Nicholas Clark B::Concise was failing an assertion on index "foo"...
2007-10-22 Rafael Garcia-Suarez Mention B::COP::hints_hash method
2007-10-09 Nicholas Clark Don't deparse $^H{v_string}, which is automatically...
2007-10-01 Nicholas Clark Nothing is using IoSUBPROCESS() so eliminate xio_subpro...
2007-09-28 Nicholas Clark Make all of B work on 5.8.x
2007-09-28 Rafael Garcia-Suarez Document hint symbols in B::Concise
2007-09-28 Nicholas Clark Hopefully really fix test failures with -C
2007-09-27 Rafael Garcia-Suarez I forgot to patch for the threaded case
2007-09-27 Rafael Garcia-Suarez Hopefully fix test failures with -C
2007-09-27 Steve Hay Fix test introduced in #31973 that failed on Win32
2007-09-26 Jim Cromie Re: [patch] improve B::Concise -src support
2007-09-25 Rafael Garcia-Suarez Make OptreeCheck.pm more forgiving about parent pad...
2007-09-24 Jim Cromie [patch] improve B::Concise -src support
2007-09-18 Rafael Garcia-Suarez Prevent the pragmas from ${^OPEN} propagated to %^H...
2007-09-17 Nicholas Clark Some more state variable deparse tests.
2007-09-17 Rafael Garcia-Suarez Make B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-Suarez Better diagnostics and test naming
2007-09-13 Rafael Garcia-Suarez Make Deparse handle "say"
2007-09-12 Nicholas Clark Add the missing assignment to op_last that change 31798...
2007-09-08 Nicholas Clark B.pm still assumed that SVt_PVBM exists. Correct this.
2007-09-08 Jim Cromie [patch] readabilty tweaks
2007-09-01 Jim Cromie Re: RFC patch - display src-lines in B::Concise
2007-06-29 Rafael Garcia-Suarez Being 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 Kao B::Deparse cleanups
2007-06-25 Paul Johnson remove op_static
2007-06-19 Nicholas Clark Work on getting B compiling outside of the perl source...
2007-06-06 Rafael Garcia-Suarez Adjust 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-Suarez Remove support for assertions and -A
2007-05-28 Rafael Garcia-Suarez Several POD fixes by Jonathan Stowe
2007-05-24 Father Chrysostomos [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2007-05-07 Nicholas Clark bytecode.pl: Exterminate!
2007-05-07 Nicholas Clark Given that @optype and @specialsv_name are hard coded...
2007-05-05 Nicholas Clark Tweak change 30841 so that B works on maint too.
2007-04-24 Rafael Garcia-Suarez Adjust test count.
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-07 Nicholas Clark Turn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clark Remove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-31 Rafael Garcia-Suarez Fix bug #42224, perl -MO=Deparse -e 'print readpipe...
2007-03-30 Nicholas Clark A logical rearrangement of ops, to get the post 5.005...
2007-03-21 Nicholas Clark Adjust test count for 5.8.x
2007-03-21 Jerry D. Hedden Remove unneeded pragma line from B/t/OptreeCheck.pm
2007-03-13 Nicholas Clark Bump versions of modules that are currently on "dev...
2007-03-13 Nicholas Clark Integrate:
2007-03-13 Nicholas Clark 5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2007-03-12 Nicholas Clark Fix the partially passing TODO test in optree_constants...
2007-02-18 Nicholas Clark Properly handle the differences in hints in the optree...
2007-02-17 Nicholas Clark Missed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-16 Nicholas Clark Move all the cut...
2007-02-15 Ash Berlin Re: Patch for Deep recursion in B::Deparse
2007-02-13 Nicholas Clark Change 26487 left some debugging code in, and through...
2007-02-05 Nicholas Clark Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
2007-01-28 Nicholas Clark Convert ext/B/t/debug.t to Test::More. (Diagnostics...
next