Correctly document export of I18N::Langinfo
[p5sagit/p5-mst-13.2.git] / ext / B / 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-08-30 Nicholas Clark Break out B::Debug into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Deparse into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Lint into its own directory in ext.
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-08-24 Nicholas Clark Fix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas Clark Remove the MacOS Classic support from deparse.t (as...
2009-06-12 David Mitchell fully sync blead with B::Debug 1.11 (debug.t was out...
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2009-04-13 Nicholas Clark TODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clark our $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas Clark Correct two other tests that apparently should be TODOs...
2009-04-13 Nicholas Clark A perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas Clark Refactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-03-27 Rafael Garcia-Suarez Fix concise-xs.t after recent changes to Socket.pm
2008-11-25 Nicholas Clark A correction to change 34909 - we want *different*...
2008-11-25 Nicholas Clark Tweak the constants used in testing to constants that...
2008-11-17 Rafael Garcia-Suarez Skip two tests under ithreads, where the constant lives...
2008-11-16 Florian Ragwitz Deparse inlined constants.
2008-09-23 Nicholas Clark defined %{$package.'::'} isn't good enough to tell...
2008-09-23 Nicholas Clark The tests for the -ostash option to B::Concise will...
2008-09-13 Vincent Pit Re: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-08 Vincent Pit Re: 'if not / unless' optimization change makes my...
2008-09-07 Vincent Pit Re: unless(...) terser than if(!...)
2008-06-17 Steve Hay Fix a couple of tests introduced by #34045 which fail...
2008-06-16 Reini Urban TODO B-Deparse cpan-bug 33708
2008-06-13 Reini Urban B::Debug dual-life 1.06
2008-05-21 Nicholas Clark Eliminate POSIX::int_macro_int, and all the complex...
2008-05-18 Rafael Garcia-Suarez Fix for [perl #51848] Deparse interpolation in regex...
2008-05-15 Nicholas Clark Fix my typo.
2008-05-15 Nicholas Clark Remove POSIX's internal implementation of S_ISBLK,...
2008-04-19 Paul Johnson Re: wrong line numbers in elsif()
2008-03-05 Nicholas Clark Bring the joy of strict to ext/B/t/lint.t.
2008-03-05 Nicholas Clark Better line diagnostics - runlint's caller rather than...
2008-02-01 Nicholas Clark The penultimate deparse test needs a name, else things...
2008-01-09 Florian Ragwitz B::Deparse fixes for implicit smartmatching in given...
2008-01-06 Rafael Garcia-Suarez Fix bug #49298: B::Deparse fails to deparse a reference...
2008-01-05 Nicholas Clark Abolish wrapped in struct regexp - store the wrapped...
2007-12-28 Nicholas Clark First class regexps.
2007-12-26 Nicholas Clark Remove two warnings (sub diag() was redefined, and...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Better diagnostics by removing an ...
2007-12-21 Nicholas Clark Deparse each @array and friends.
2007-10-25 Craig A. Berry Platform-neutral quoting in optree_misc.t.
2007-10-23 Nicholas Clark Silly Nick. If you see a nextstate op, then it may...
2007-10-22 Nicholas Clark B::Concise was failing an assertion on index "foo"...
2007-09-28 Nicholas Clark Make all of B work on 5.8.x
2007-09-28 Nicholas Clark Hopefully really fix test failures with -C
2007-09-27 Rafael Garcia-Suarez I forgot to patch for the threaded case
2007-09-27 Rafael Garcia-Suarez Hopefully fix test failures with -C
2007-09-27 Steve Hay Fix test introduced in #31973 that failed on Win32
2007-09-26 Jim Cromie Re: [patch] improve B::Concise -src support
2007-09-25 Rafael Garcia-Suarez Make OptreeCheck.pm more forgiving about parent pad...
2007-09-17 Nicholas Clark Some more state variable deparse tests.
2007-09-17 Rafael Garcia-Suarez Make B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-Suarez Better diagnostics and test naming
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.
next