This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactoring to Sv*_set() macros - patch #5
[perl5.git] / ext / B /
2005-04-08 Nicholas ClarkMangle the expected output correctly for both 5.9 and 5.8
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-18 Alexey Tourbin$B::Disassembler::VERSION
2005-02-18 Stephen McCamant[perl #32968] [PATCH] Re: B::walkoptree segfaults
2005-02-16 Yitzchak Scott-Tho... Re: [PATCH] Re: perl winpid?
2005-01-28 Nicholas ClarkCalculate the number of tests in one place, so that...
2005-01-27 Jim CromieRe: [patch] decrufting OptreeCheck stuff
2005-01-21 Stephen McCamant[perl #32967] [PATCH] Re: More B bugs: svref_2object
2005-01-21 Yitzchak Scott-Tho... doc SVt_PVLV <=> SVt_PVGV change version in B.pm
2005-01-19 Rafael Garcia-SuarezFix dependencies in ext/B/Makefile.PL
2005-01-07 Jim CromieRe: [PATCH] Remove Carp from warnings.pm
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
2004-12-14 Alexey TourbinRe: B::walkoptree segfaults
2004-11-26 Andy LesterDoc nit for B::Lint
2004-11-23 Steve Peters[perl #3422] [PATCH] CHECK routine called after syntax...
2004-11-18 Rafael Garcia-SuarezRemaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed sort and descending sorts,
2004-11-16 Larry Shatzer Jr.s/hierachy/hierarchy/
2004-11-08 Nicholas ClarkNo more late changes, dammit
2004-11-08 Yitzchak Scott-Tho... Re: optree tests and VMS progress (no really)
2004-11-06 Jim CromieRe: optree tests and VMS progress (no really)
2004-10-31 Jim Cromie[patches] optree_* tests unexpectedly succeeding. ...
2004-10-31 Nicholas ClarkCorrect change 23437 - as Config isn't imported, need...
2004-10-30 Nicholas ClarkSkip tests that require Data::Dumper if it is not built
2004-10-29 Steve Peters36 additional tests for B
2004-10-20 Nicholas ClarkNeed to skip optree walking tests if perlio not built
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-10-10 Nicholas ClarkHack to make -Dusethreads -Uuseithreads -Uuse5005thread...
2004-10-04 Jim Cromie[perl #31697] [PATCH] B::Showlex::newlex enhancement...
2004-09-10 Nicholas ClarkIntegrate:
2004-09-09 Nicholas ClarkA single version of B that supports 5.8 and 5.10
2004-09-08 Nicholas Clarkbackport B to work on 5.8.x, so that a single version...
2004-09-01 Jim Cromie[ PATCH ] 2 added private flags for B::Concise
2004-08-29 Marcus Holland-MoritzFix typo in B::Assembler.
2004-08-29 Marcus Holland-MoritzSkip ext/B/t/assembler.t when configured without B.
2004-08-10 Jim Cromie2 patches: goto.t, B.pm/xs
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-07-05 Rafael Garcia-SuarezUpdate tests and $VERSION for change 23046
2004-07-05 Stephen McCamantRe: [perl #30504] B::Deparse scoping problem with for...
2004-07-05 Nicholas ClarkBump $B::Deparse::VERSION
2004-06-29 Rafael Garcia-SuarezMore caveats in B::Deparse's documentation
2004-06-18 Nicholas ClarkIf we don't build B, we should skip all its tests.
2004-05-20 Steve HayTest portability nit.
2004-05-17 Rafael Garcia-SuarezRemove a TODO test that is no longer to do.
2004-05-17 Jim CromieFix new B::Concise test output
2004-05-14 Jim CromieRe: more B::Concise stuff (PATCH - updated)
2004-05-07 Jim CromieRe: stdio still supported?
2004-04-07 Steve HayFix command-line quoting under Windows for the new...
2004-04-06 Jim CromieRe: tests for change #22539
2004-04-04 Nicholas ClarkBump version numbers for modules that have changed...
2004-03-26 Dave MitchellClarify op.h comments for which ops the OPpDEREF* priva...
2004-03-23 Nicholas ClarkUnify 5.008 and 5.009's B::Concise 0.58
2004-03-23 Nicholas ClarkUnify 5.008 and 5.009's B::Concise 0.56
2004-03-19 Jim Cromie[perl #24821] enhancement patch for B::Concise
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Rafael Garcia-SuarezIncrement the version number of B, due to the incompatible
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-20 Dave Mitchelladd Deparse/Concise support for inplace sort (change...
2004-02-17 Dave Mitchellremove C<my $x if foo> construct from core modules
2004-02-17 Rafael Garcia-SuarezBump $B::VERSION (because of change #22315).
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2004-02-08 Rafael Garcia-SuarezAdd the new private flag OPpGREP_LEX in B::Concise.
2004-01-10 Adrian M. Enachenit to Bytecode - the av_extend opcode wasn't saved...
2003-09-23 Stephen McCamantRe: B::Deparse fails in pure_string()
2003-09-09 Jarkko Hietaniemistrict stash seems to have gone, too.
2003-09-08 Rafael Garcia-SuarezLoading warnings.pm now loads attributes.pm that loads...
2003-09-04 Adrian M. EnacheRe: [PATCH] Re: ByteLoader and MSWin32
2003-09-04 Jarkko HietaniemiA SuSE patchlet for perlcc -c to avoid
2003-08-28 Paul JohnsonQuieten more warnings in Deparse.pm
2003-08-22 Jarkko HietaniemiTest the correct longness; from Enache.
2003-08-22 Jarkko HietaniemiMore bytecode patching from Enache.
2003-08-21 Jarkko HietaniemiByteloader patching from Enache continues;
2003-08-20 Jarkko HietaniemiPatch from Enache for the crashing of bytecode.t in...
2003-08-19 Alain BarbetCan't build thread on openbsd sparc64 => B.c:5078:...
2003-08-19 Jarkko Hietaniemi(From Enache) Keep bytecode files (.plc) around in...
2003-08-14 Jarkko HietaniemiMake the blead versions of these be newer...
2003-08-14 Jarkko HietaniemiDiffs-sans-version-diffs between blead and maint.
2003-08-13 Nicholas ClarkRe: script wanted
2003-08-13 Adrian M. EnacheRe: script wanted
2003-08-11 Rafael Garcia-Suarez[perl #23274] B::Deparse wasn't handling correctly...
2003-08-05 Jarkko HietaniemiBytecode patching from Enache.
2003-08-01 Jarkko HietaniemiNow the test should be really testing what it's suppose...
2003-08-01 Jarkko HietaniemiFix the options.
2003-07-31 Jarkko HietaniemiUnportable subtest needs rethink.
2003-07-31 Jarkko HietaniemiYet another bytecode tweak from Enache.
2003-07-31 Adrian M. Enachetest for B::Bytecode/ByteLoader
2003-07-29 Stephen McCamantB::Deparse 0.64
2003-07-28 Jarkko HietaniemiMore bytecode tweaks.
2003-07-28 Jarkko HietaniemiPrettyprint the constants list of defsubs_h.PL.
2003-07-28 Stephen McCamantB enhancements
2003-07-28 Jarkko HietaniemiAdd $VERSION to B::Bytecode.
2003-07-27 Jarkko HietaniemiFurther Byteloader tweaks from Enache.
2003-07-27 Jarkko HietaniemiSkip the test until Enache fixes it.
2003-07-27 Jarkko HietaniemiRegenerated because of #20220.
2003-07-27 Adrian M. EnacheRe: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2003-07-24 Stephen McCamantRe: Bug in B::Deparse/Concise with ithreads
next