Optimise if (%foo) to be faster than if(keys %foo)
[p5sagit/p5-mst-13.2.git] / ext / B / t / concise-xs.t
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-04-13 Nicholas Clark A perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-03-27 Rafael Garcia-Suarez Fix concise-xs.t after recent changes to Socket.pm
2008-05-21 Nicholas Clark Eliminate POSIX::int_macro_int, and all the complex...
2008-05-15 Nicholas Clark Fix my typo.
2008-05-15 Nicholas Clark Remove POSIX's internal implementation of S_ISBLK,...
2007-06-29 Rafael Garcia-Suarez Being 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 Kao B::Deparse cleanups
2007-06-06 Rafael Garcia-Suarez Adjust 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-Suarez Remove support for assertions and -A
2007-05-05 Nicholas Clark Tweak change 30841 so that B works on maint too.
2007-04-24 Rafael Garcia-Suarez Adjust test count.
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-21 Nicholas Clark Adjust test count for 5.8.x
2007-03-13 Nicholas Clark 5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-02 Nicholas Clark Probably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2006-12-28 Nicholas Clark Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-11 Bo Lindbergh Re: [PATCH] Deparse.pm bugfix
2006-10-20 Alexander Gough B:: changes for UNITCHECK blocks
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-07-05 Rafael Garcia-Suarez Adjust test count after introducing new constants in...
2006-05-12 Nicholas Clark Fix concise-xs.t following the changes to B::Deparse.
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-04 Jim Cromie Re: Making IO::Socket pass test on Win32
2006-03-27 Nicholas Clark Merge the cut ...
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-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-02 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-11-12 Nicholas Clark Make B's tests skip correctly when PerlIO is not config...
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-02 Rafael Garcia-Suarez Adjust test count
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-06-03 Jim Cromie B::Concise torture
2005-06-01 Jim Cromie Re: [patch] teach B::Concise to see XS code