This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move all the xxxpvs() macros to handy.h.
[perl5.git] / ext / B / t /
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-27 Yves Orton[patch] ext/b/t/lint.t fails on win32
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-20 Joshua ben JoreRe: Pluggable lint patch
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~
2005-11-30 Rafael Garcia-SuarezFix B::Concise tests after change #26226
2005-11-26 Steve PetersAdditional tests for B and POSIX. The POSIX ones conce...
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-03 Rafael Garcia-SuarezFix test failures introduced by the change of flags...
2005-11-02 Rafael Garcia-SuarezAdjust test count
2005-09-05 Jim Cromieregression test for 25352
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-06-23 Dave Mitchelldon't repopulate PADTMP slots with null SVs when freein...
2005-06-15 Nicholas ClarkWe were failing to pring "not ok" if the text exited...
2005-06-13 Nicholas ClarkWith shared hash key scalars now accessing the hash...
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-03 Jim CromieB::Concise torture
2005-06-02 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-06-01 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-05-24 Rafael Garcia-Suarezext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves OrtonRe: [perl #35857] [PATCH] B::Deparse doesnt handle...
2005-05-05 Nicholas ClarkBump B version numbers
2005-04-22 Nicholas ClarkFor now, TODO the 2 tests that fail on 5.8.x
2005-04-08 Nicholas ClarkMangle 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 ClarkCalculate the number of tests in one place, so that...
2005-01-27 Jim CromieRe: [patch] decrufting OptreeCheck stuff
2005-01-07 Jim CromieRe: [PATCH] Remove Carp from warnings.pm
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
2004-11-18 Rafael Garcia-SuarezRemaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed sort and descending sorts,
2004-11-08 Nicholas ClarkNo more late changes, dammit
2004-11-08 Yitzchak Scott-Tho... Re: optree tests and VMS progress (no really)
2004-11-06 Jim CromieRe: optree tests and VMS progress (no really)
2004-10-31 Jim Cromie[patches] optree_* tests unexpectedly succeeding. ...
2004-10-31 Nicholas ClarkCorrect change 23437 - as Config isn't imported, need...
2004-10-30 Nicholas ClarkSkip tests that require Data::Dumper if it is not built
2004-10-29 Steve Peters36 additional tests for B
2004-10-20 Nicholas ClarkNeed to skip optree walking tests if perlio not built
2004-10-10 Nicholas ClarkHack to make -Dusethreads -Uuseithreads -Uuse5005thread...
2004-10-04 Jim Cromie[perl #31697] [PATCH] B::Showlex::newlex enhancement...
2004-09-10 Nicholas ClarkIntegrate:
2004-09-09 Nicholas ClarkA single version of B that supports 5.8 and 5.10
2004-09-08 Nicholas Clarkbackport B to work on 5.8.x, so that a single version...
2004-08-29 Marcus Holland-MoritzSkip ext/B/t/assembler.t when configured without B.
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-07-05 Rafael Garcia-SuarezUpdate tests and $VERSION for change 23046
2004-06-18 Nicholas ClarkIf we don't build B, we should skip all its tests.
2004-05-20 Steve HayTest portability nit.
2004-05-17 Rafael Garcia-SuarezRemove a TODO test that is no longer to do.
2004-05-17 Jim CromieFix new B::Concise test output
2004-05-14 Jim CromieRe: more B::Concise stuff (PATCH - updated)
2004-05-07 Jim CromieRe: stdio still supported?
2004-04-07 Steve HayFix command-line quoting under Windows for the new...
2004-04-06 Jim CromieRe: tests for change #22539
2003-09-09 Jarkko Hietaniemistrict stash seems to have gone, too.
2003-09-08 Rafael Garcia-SuarezLoading warnings.pm now loads attributes.pm that loads...
2003-08-22 Jarkko HietaniemiTest the correct longness; from Enache.
2003-08-21 Jarkko HietaniemiByteloader patching from Enache continues;
2003-08-19 Jarkko Hietaniemi(From Enache) Keep bytecode files (.plc) around in...
2003-08-05 Jarkko HietaniemiBytecode patching from Enache.
2003-08-01 Jarkko HietaniemiNow the test should be really testing what it's suppose...
2003-08-01 Jarkko HietaniemiFix the options.
2003-07-31 Jarkko HietaniemiUnportable subtest needs rethink.
2003-07-31 Adrian M. Enachetest for B::Bytecode/ByteLoader
2003-07-29 Stephen McCamantB::Deparse 0.64
2003-07-27 Jarkko HietaniemiFurther Byteloader tweaks from Enache.
2003-07-27 Jarkko HietaniemiSkip the test until Enache fixes it.
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-04-19 Adrian M. EnacheFix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-04-12 Jarkko HietaniemiThe debugging aid #19182 didn't.
2003-04-10 Jarkko HietaniemiA temporary debugging aid for Tru64 threaded builds.
2003-03-04 Rafael Garcia-SuarezChange #18829 makes this test workaround obsolete.
2003-03-04 Salvador Fandiño[PATCH] assertions
2003-02-18 Stephen McCamantRe: [perl #21261] B::Terse not outputting correct const...
2003-02-04 Stephen McCamantB::Concise updates (incl. avoiding use of op_seq)
2002-11-16 Rafael Garcia-Suarez New B::Lint option, bare-subs, that checks for...
2002-11-06 Rafael Garcia-SuarezThe new test introduced in #18114 failed with threads
2002-11-06 Stephen McCamantRe: [PATCH] [perl #18175] B::Concise,-exec doesn't...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-09-11 Rafael Garcia-SuarezFix bug #17006 : remove spurious do{} in the deparsing
2002-09-03 Rafael Garcia-SuarezFix bug #16828.
2002-08-22 Hugo van der Sandenfix test failure from #17747
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-26 Rafael Garcia-SuarezFix a remaining B::Lint bug.
2002-05-12 Jarkko HietaniemiBe clean.
2002-05-12 chromaticRE: VOS bleadperl test failure on 16539
2002-05-10 chromaticRe: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
2002-04-16 Rafael Garcia-SuarezB::walkoptree bugfix (see also #15850)
2002-04-10 Rafael Garcia-SuarezFix a bug in B::walkoptree_slow (wasn't handling OP_SUB...
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Rafael Garcia-SuarezRe: ext/B/t/xref.t @15300 on VMS
2002-03-18 Jarkko HietaniemiClose the file so it can be (a) removed (b) reopened.
next