Upgrade to Time-HiRes-1.85
[p5sagit/p5-mst-13.2.git] / ext / B /
2005-11-30 Rafael Garcia-Suarez Fix B::Concise tests after change #26226
2005-11-26 Steve Peters Additional tests for B and POSIX. The POSIX ones conce...
2005-11-20 Rafael Garcia-Suarez Declarations must come first, or some compilers aren...
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-12 Nicholas Clark Make B's tests skip correctly when PerlIO is not config...
2005-11-12 Nicholas Clark Change 26063 got one conditional the wrong way round.
2005-11-12 Nicholas Clark Make the removal of references to AvFLAGS in the B...
2005-11-11 Nicholas Clark 26085 was wrong. Undo it.
2005-11-11 Nicholas Clark Correct the version-dependant expression for the number...
2005-11-09 Nicholas Clark Make the Bytecode changes conditional on perl version.
2005-11-05 Nicholas Clark Make the 5.9 changes to B conditional on perl version.
2005-11-03 Rafael Garcia-Suarez Fix test failures introduced by the change of flags...
2005-11-02 Rafael Garcia-Suarez Adjust test count
2005-10-31 Bas van Sisseren A B::Deparse fix from :
2005-09-27 Rafael Garcia-Suarez OPpRUNTIME can be set on OP_QR too
2005-09-26 Rafael Garcia-Suarez Make B::Deparse handle correctly CORE::require
2005-09-21 Rafael Garcia-Suarez A few POD fixes
2005-09-05 Jim Cromie regression test for 25352
2005-09-02 Yitzchak Scott-Tho... Re: Optree Generation
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-08-25 Jim Cromie update B::Concise pod to reflect previous changes
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-07-15 Steve Hay Re: [PATCH blead] Re: [perl #3269] no warnings "foo...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-28 Rafael Garcia-Suarez B::Deparse was chocking on variable names with colons...
2005-06-23 Dave Mitchell don't repopulate PADTMP slots with null SVs when freein...
2005-06-16 Nicholas Clark Storing the ixv for magic arrays seems to cause double...
2005-06-15 Nicholas Clark Don't write bytecode to load the NVX of AVs and HVs
2005-06-15 Nicholas Clark We were failing to pring "not ok" if the text exited...
2005-06-14 Nicholas Clark Change 24838 breaks deparse.t, which checks that embedd...
2005-06-14 Steve Peters Fix for SEGV in ext/B/t/xref.t on OpenBSD
2005-06-13 Nicholas Clark With shared hash key scalars now accessing the hash...
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Alexey Tourbin make some more functions static
2005-06-03 Jim Cromie B::Concise torture
2005-06-02 Jim Cromie Re: [patch] teach B::Concise to see XS code
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-06-01 Jim Cromie Re: [patch] teach B::Concise to see XS code
2005-05-30 Andy Lester [PATCH] Minor warning squashings
2005-05-24 Rafael Garcia-Suarez ext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves Orton Re: [perl #35857] [PATCH] B::Deparse doesnt handle...
2005-05-23 Nicholas Clark Bytecode mustn't save the NVX for hashes now that the...
2005-05-21 Nicholas Clark Add a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas Clark Move the xpv_pv/xrv_rv member into the SV head, in...
2005-05-20 Nicholas Clark Remove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-19 yves orton [perl #35857] [PATCH] B::Deparse doesnt handle warnings...
2005-05-18 Nicholas Clark B::Disassembler.pm
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Nicholas Clark s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-05 Nicholas Clark Bump B version numbers
2005-05-02 Nicholas Clark A slightly better layout for the diagram.
2005-05-02 Nicholas Clark Change inheritance hierarchy of B subclassses :
2005-04-22 Nicholas Clark For now, TODO the 2 tests that fail on 5.8.x
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-08 Nicholas Clark Mangle the expected output correctly for both 5.9 and 5.8
2005-04-05 Nicholas Clark Add 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 Clark Calculate the number of tests in one place, so that...
2005-01-27 Jim Cromie Re: [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-Suarez Fix dependencies in ext/B/Makefile.PL
2005-01-07 Jim Cromie Re: [PATCH] Remove Carp from warnings.pm
2004-12-29 Stephen McCamant Cleanup ext/B tests for -w and to run separately
2004-12-14 Alexey Tourbin Re: B::walkoptree segfaults
2004-11-26 Andy Lester Doc nit for B::Lint
2004-11-23 Steve Peters [perl #3422] [PATCH] CHECK routine called after syntax...
2004-11-18 Rafael Garcia-Suarez Remaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed sort and descending sorts,
2004-11-16 Larry Shatzer Jr. s/hierachy/hierarchy/
2004-11-08 Nicholas Clark No more late changes, dammit
2004-11-08 Yitzchak Scott-Tho... Re: optree tests and VMS progress (no really)
2004-11-06 Jim Cromie Re: optree tests and VMS progress (no really)
2004-10-31 Jim Cromie [patches] optree_* tests unexpectedly succeeding. ...
2004-10-31 Nicholas Clark Correct change 23437 - as Config isn't imported, need...
2004-10-30 Nicholas Clark Skip tests that require Data::Dumper if it is not built
2004-10-29 Steve Peters 36 additional tests for B
2004-10-20 Nicholas Clark Need to skip optree walking tests if perlio not built
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-10-10 Nicholas Clark Hack to make -Dusethreads -Uuseithreads -Uuse5005thread...
2004-10-04 Jim Cromie [perl #31697] [PATCH] B::Showlex::newlex enhancement...
2004-09-10 Nicholas Clark Integrate:
2004-09-09 Nicholas Clark A single version of B that supports 5.8 and 5.10
2004-09-08 Nicholas Clark backport 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-Moritz Fix typo in B::Assembler.
2004-08-29 Marcus Holland-Moritz Skip ext/B/t/assembler.t when configured without B.
2004-08-10 Jim Cromie 2 patches: goto.t, B.pm/xs
2004-07-14 Nicholas Clark Optimise foreach my $i (reverse ...)
2004-07-13 Nicholas Clark A proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas Clark The current optimisation for sort {$b cmp $a} is bogus...
2004-07-05 Rafael Garcia-Suarez Update tests and $VERSION for change 23046
2004-07-05 Stephen McCamant Re: [perl #30504] B::Deparse scoping problem with for...
2004-07-05 Nicholas Clark Bump $B::Deparse::VERSION
2004-06-29 Rafael Garcia-Suarez More caveats in B::Deparse's documentation
2004-06-18 Nicholas Clark If we don't build B, we should skip all its tests.
next