This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / ext / B /
2010-06-21 Matt S Troutversion bump for B::t::OptreeCheck and add to delta
2010-06-21 Matt S Troutversion bump for B::Concise and add change to delta
2010-06-18 Rafael Garcia-SuarezFix list of constants to import to make this test pass
2010-06-07 H.Merijn BrandSpell-check fixes in ext
2010-05-25 Nicholas ClarkFix for typo in 0824d66743a706cd, in the expected outpu...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-04 Rafael Garcia-SuarezMake tests pass with open pragma in effect
2010-05-03 Ruslan Zakirovshift; optimization
2010-03-25 Jesse VincentDowngrade Socket.pm's new inet_ntop and inet_pton to...
2009-11-15 Vincent PitTeach B::Deparse about in-place reverse
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-20 Jesse VincentBump B::Consise's version number since it's changed...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(...
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-10-06 Jesse VincentA number of pod fixes found by podcheck.t
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas ClarkBreak out B::Debug into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Deparse into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Lint into its own directory in ext.
2009-08-28 Rafael Garcia-SuarezThere is no longer an "err" low-prec version of //...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-08-27 Reini UrbanB - The Perl Compiler (wrong name)
2009-08-24 Nicholas ClarkFix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas ClarkRemove the MacOS Classic support from deparse.t (as...
2009-08-12 David Mitchellameliorate B::Deparse slowdown
2009-07-16 Rafael Garcia-SuarezAdd a version number to B::Lint::Debug
2009-07-03 David Mitchellbump versions of non-dual-life modules that
2009-06-12 David Mitchellfully sync blead with B::Debug 1.11 (debug.t was out...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-06-02 David Mitchellresync some files with their CPAN equivalents (just...
2009-04-13 Nicholas ClarkTODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clarkour $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas ClarkCorrect two other tests that apparently should be TODOs...
2009-04-13 Nicholas ClarkA perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas ClarkRefactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2009-03-27 Rafael Garcia-SuarezFix concise-xs.t after recent changes to Socket.pm
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-01-23 Rafael Garcia-SuarezFix deparsing of constant subroutines
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2009-01-18 Rafael Garcia-SuarezMake B::Deparse handle the _ prototype
2009-01-18 Rafael Garcia-Suarez[perl #62488] B::Deparse fails on 'CORE::require(STRING)'
2009-01-16 Rafael Garcia-SuarezFix deparsing of readpipe() ([perl #62428])
2008-12-19 Sam Vilain[admin] set up .gitignore files
2008-11-25 Nicholas ClarkA correction to change 34909 - we want *different*...
2008-11-25 Nicholas ClarkTweak the constants used in testing to constants that...
2008-11-17 Rafael Garcia-SuarezSkip two tests under ithreads, where the constant lives...
2008-11-16 Florian RagwitzMake B::walksymtable not recurse into packages that...
2008-11-16 Florian RagwitzDeparse inlined constants.
2008-11-08 Renee Baecker[perl #18306] This problem seems to be fixed and a...
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
next