This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update B::Concise test for B::Deparse change
[perl5.git] / ext / B / t / concise-xs.t
2011-09-16 Zeframupdate B::Concise test for B::Deparse change
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Aristotle PagaltzisReplace use of AutoLoader in POSIX with a custom compil...
2011-06-02 Father ChrysostomosDeparse glob the same way regardless of PERL_EXTERNAL_GLOB
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-11-25 Paul Evans[PATCH 4/5] Adjust unit tests to cope with new sockaddr...
2010-11-25 Paul "LeoNerd" EvansAdjust unit tests to cope with new sockaddr_in6 functio...
2010-06-18 Rafael Garcia-SuarezFix list of constants to import to make this test pass
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
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-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-04-13 Nicholas ClarkA perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-03-27 Rafael Garcia-SuarezFix concise-xs.t after recent changes to Socket.pm
2008-05-21 Nicholas ClarkEliminate POSIX::int_macro_int, and all the complex...
2008-05-15 Nicholas ClarkFix my typo.
2008-05-15 Nicholas ClarkRemove POSIX's internal implementation of S_ISBLK,...
2007-06-29 Rafael Garcia-SuarezBeing 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 KaoB::Deparse cleanups
2007-06-06 Rafael Garcia-SuarezAdjust 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-SuarezRemove support for assertions and -A
2007-05-05 Nicholas ClarkTweak change 30841 so that B works on maint too.
2007-04-24 Rafael Garcia-SuarezAdjust test count.
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-21 Nicholas ClarkAdjust test count for 5.8.x
2007-03-13 Nicholas Clark5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-02 Nicholas ClarkProbably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-11 Bo LindberghRe: [PATCH] Deparse.pm bugfix
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-07-05 Rafael Garcia-SuarezAdjust test count after introducing new constants in...
2006-05-12 Nicholas ClarkFix concise-xs.t following the changes to B::Deparse.
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-04 Jim CromieRe: Making IO::Socket pass test on Win32
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-02-21 Nicholas ClarkTeach B about CVf_ISXSUB
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Joshua ben JoreRe: Patches: B, CGI, ExtUtils::MM_Unix
2006-01-04 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-02 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~
2005-11-12 Nicholas ClarkMake B's tests skip correctly when PerlIO is not config...
2005-11-11 Nicholas Clark26085 was wrong. Undo it.
2005-11-11 Nicholas ClarkCorrect the version-dependant expression for the number...
2005-11-02 Rafael Garcia-SuarezAdjust test count
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-06-03 Jim CromieB::Concise torture
2005-06-01 Jim CromieRe: [patch] teach B::Concise to see XS code