Suppress Sys::Syslog diag msg (repost)
[p5sagit/p5-mst-13.2.git] / ext / B / t /
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-24 Father Chrysostomos [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
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-19 Brandon Black Re: new C3 MRO patch
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-30 Nicholas Clark A logical rearrangement of ops, to get the post 5.005...
2007-03-21 Nicholas Clark Adjust test count for 5.8.x
2007-03-21 Jerry D. Hedden Remove unneeded pragma line from B/t/OptreeCheck.pm
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-03-12 Nicholas Clark Fix the partially passing TODO test in optree_constants...
2007-02-18 Nicholas Clark Properly handle the differences in hints in the optree...
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-16 Nicholas Clark Move all the cut...
2007-02-13 Nicholas Clark Change 26487 left some debugging code in, and through...
2007-01-28 Nicholas Clark Convert ext/B/t/debug.t to Test::More. (Diagnostics...
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-12-06 Joshua ben Jore User pragmas now accessible from B
2006-12-01 Joshua ben Jore Re: [PATCH] Make B::Lint use Module::Pluggable
2006-10-30 Jim Cromie [patch] simplify optree test support
2006-10-29 Stephen McCamant Re: Deparse bug?
2006-10-20 Alexander Gough B:: changes for UNITCHECK blocks
2006-10-03 Rafael Garcia-Suarez Un-TODO some B tests
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-07 Steve Hay Fixups for test failures caused by #28667 and #28668
2006-08-04 Rick Delaney Re: [perl #40055] B::Deparse double do
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-05-30 Joshua ben Jore Re: B::Lint changes
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-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
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-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-02 Steve Peters It would be nice to have tests in B for the functions...
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-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 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-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-03 Rafael Garcia-Suarez Fix test failures introduced by the change of flags...
2005-11-02 Rafael Garcia-Suarez Adjust test count
2005-09-05 Jim Cromie regression test for 25352
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-06-23 Dave Mitchell don't repopulate PADTMP slots with null SVs when freein...
2005-06-15 Nicholas Clark We were failing to pring "not ok" if the text exited...
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-03 Jim Cromie B::Concise torture
2005-06-02 Jim Cromie Re: [patch] teach B::Concise to see XS code
2005-06-01 Jim Cromie Re: [patch] teach B::Concise to see XS code
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-05 Nicholas Clark Bump B version numbers
2005-04-22 Nicholas Clark For now, TODO the 2 tests that fail on 5.8.x
2005-04-08 Nicholas Clark Mangle the expected output correctly for both 5.9 and 5.8
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-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-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-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
next