Encode.xs: add an explicit cast to make g++ happier
[p5sagit/p5-mst-13.2.git] / ext / B /
2006-10-03 Rafael Garcia-Suarez Un-TODO some B tests
2006-09-13 David Nicol [perl #40328] B::Deparse pod does not list failure...
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-08-20 Rafael Garcia-Suarez Amendment to change #28739
2006-08-20 Jarkko Hietaniemi bytecode.t failures in Tru64: svtype (enum) is int...
2006-08-16 Steve Peters Additional changes to get C++ a little closer to a...
2006-08-07 Steve Hay Fixups for test failures caused by #28667 and #28668
2006-08-07 Rafael Garcia-Suarez Try to reinstate the fix of change #28638 by patching...
2006-08-04 Rick Delaney Re: [perl #40055] B::Deparse double do
2006-07-27 Steve Hay Clear up most of the VC6 compiler warnings in the follo...
2006-07-13 Jarkko Hietaniemi z/OS: non-CPAN ext and lib + main() without the third...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Adjust test count after introducing new constants in...
2006-06-05 Nicholas Clark Eliminate most of the UTF-8 black smoke by skipping...
2006-06-05 Nicholas Clark Add the missing ${^OPEN} hints flag to B::Concise
2006-05-30 Joshua ben Jore Re: B::Lint changes
2006-05-30 Nicholas Clark Fix bugs in the bytecode system caused by the abolition...
2006-05-20 Nicholas Clark Fix bug in change 28258. So how come I thought I'd...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-05-12 Nicholas Clark Fix concise-xs.t following the changes to B::Deparse.
2006-05-11 Rafael Garcia-Suarez Deparse state variables.
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-13 Nicholas Clark Fix B and ByteLoader to cope with cop_warnings no longe...
2006-04-06 Steve Hay Fix skip count in ext\B\t\lint.t
2006-04-05 Joshua ben Jore Re: expr foreach (...) isn't a B::Lint warning anymore
2006-04-04 Jim Cromie Re: Making IO::Socket pass test on Win32
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-03-27 Nicholas Clark Merge the cut ...
2006-03-09 Nicholas Clark Unroll 27425 - keeping Larry's order in op.c means...
2006-03-08 Nicholas Clark The last MAD change to op.c changes the pad offsets...
2006-03-08 Stephen McCamant Re: [perl #38684] O::Deparse not working as expected
2006-03-01 Joshua ben Jore Re: Patch lint for grep { /.../ } and grep /.../,
2006-02-21 Nicholas Clark Teach B about CVf_ISXSUB
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Joshua ben Jore Re: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas Clark Abolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-13 Stephen McCamant [perl #38346] [PATCH] Re: B::Deparse's bug?
2006-02-02 Steve Peters It would be nice to have tests in B for the functions...
2006-02-02 Steve Peters Death to magic characters! No pun intended.
2006-01-25 Stephen McCamant aelemfast optimization opclass problem (c.f. [perl...
2006-01-04 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Stephen McCamant Re: [perl #36837] B::Deparse fails when it comes to...
2006-01-02 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2005-12-27 Yves Orton [patch] ext/b/t/lint.t fails on win32
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-20 Rafael Garcia-Suarez POD nits on B::Lint
2005-12-20 Joshua ben Jore Re: Pluggable lint patch
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
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...
next