This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable.thaw segv on blessed reference to overloaded object
[perl5.git] / ext / B /
2008-09-23 Nicholas Clarkdefined %{$package.'::'} isn't good enough to tell...
2008-09-23 Nicholas ClarkThe tests for the -ostash option to B::Concise will...
2008-09-15 Nicholas ClarkBump $O::VERSION, to reflect change 32626, a doc change...
2008-09-13 Vincent PitRe: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-07-16 Rafael Garcia-SuarezReally apply change #34143
2008-06-17 Steve HayFix a couple of tests introduced by #34045 which fail...
2008-06-16 Reini UrbanTODO B-Deparse cpan-bug 33708
2008-06-13 Reini UrbanB::Debug dual-life 1.06
2008-05-21 Nicholas ClarkEliminate POSIX::int_macro_int, and all the complex...
2008-05-18 Rafael Garcia-SuarezFix for [perl #51848] Deparse interpolation in regex...
2008-05-15 Nicholas ClarkFix my typo.
2008-05-15 Nicholas ClarkRemove POSIX's internal implementation of S_ISBLK,...
2008-04-19 Paul JohnsonRe: wrong line numbers in elsif()
2008-04-08 Rafael Garcia-SuarezRemove old option leftover in docs
2008-04-07 Nicholas ClarkTidy up compiler warning spotted by Jerry Hedden.
2008-04-07 Nicholas ClarkEliminate cop_label from struct cop by storing a label...
2008-04-06 Nicholas ClarkReplace 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 ClarkBring the joy of strict to ext/B/t/lint.t.
2008-03-05 Nicholas ClarkBetter line diagnostics - runlint's caller rather than...
2008-02-25 Reini UrbanB::Debug enhancements
2008-02-15 Jan DuboisSilence compiler warnings on Win32/VC6
2008-02-04 Jim Cromie[patch] B portability macros
2008-02-04 Reini Urbanfix B::Debug pmnext
2008-02-01 Nicholas ClarkThe penultimate deparse test needs a name, else things...
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2008-01-17 Nicholas ClarkAdd a diagram for the 5.11 SV class structure, includin...
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.
next