summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Correct change 23437 - as Config isn't imported, need to use a fullyNicholas Clark2004-10-318-15/+8
* Skip tests that require Data::Dumper if it is not builtNicholas Clark2004-10-308-0/+47
* 36 additional tests for BSteve Peters2004-10-291-1/+75
* Need to skip optree walking tests if perlio not builtNicholas Clark2004-10-202-0/+8
* Turn regcomp into a list opDave Mitchell2004-10-101-0/+12
* Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all testsNicholas Clark2004-10-101-1/+12
* [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod Jim Cromie2004-10-043-68/+143
* Integrate:Nicholas Clark2004-09-103-2/+8
* A single version of B that supports 5.8 and 5.10Nicholas Clark2004-09-095-6/+43
* backport B to work on 5.8.x, so that a single version of the sourceNicholas Clark2004-09-088-66/+151
* [ PATCH ] 2 added private flags for B::ConciseJim Cromie2004-09-011-3/+2
* Fix typo in B::Assembler.Marcus Holland-Moritz2004-08-291-1/+1
* Skip ext/B/t/assembler.t when configured without B.Marcus Holland-Moritz2004-08-291-0/+4
* 2 patches: goto.t, B.pm/xsJim Cromie2004-08-102-2/+14
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-0/+1
* A proper, working, stable optimisation for sort {$b cmp $a}Nicholas Clark2004-07-132-10/+10
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-8/+8
* Update tests and $VERSION for change 23046Rafael Garcia-Suarez2004-07-052-4/+2
* Re: [perl #30504] B::Deparse scoping problem with for loop Stephen McCamant2004-07-051-1/+8
* Bump $B::Deparse::VERSIONNicholas Clark2004-07-051-1/+1
* More caveats in B::Deparse's documentationRafael Garcia-Suarez2004-06-291-0/+9
* If we don't build B, we should skip all its tests.Nicholas Clark2004-06-1821-0/+104
* Test portability nit.Steve Hay2004-05-201-7/+1
* Remove a TODO test that is no longer to do.Rafael Garcia-Suarez2004-05-171-1/+0
* Fix new B::Concise test outputJim Cromie2004-05-171-5/+12
* Re: more B::Concise stuff (PATCH - updated)Jim Cromie2004-05-1416-429/+2944
* Re: stdio still supported?Jim Cromie2004-05-077-76/+109
* Fix command-line quoting under Windows for the new optree testsSteve Hay2004-04-071-4/+4
* Re: tests for change #22539Jim Cromie2004-04-068-79/+2712
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-042-2/+2
* Clarify op.h comments for which ops the OPpDEREF* private flagsDave Mitchell2004-03-261-1/+1
* Unify 5.008 and 5.009's B::Concise 0.58Nicholas Clark2004-03-231-8/+12
* Unify 5.008 and 5.009's B::Concise 0.56Nicholas Clark2004-03-231-5/+12
* [perl #24821] enhancement patch for B::Concise Jim Cromie2004-03-191-48/+171
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-222-13/+23
* Increment the version number of B, due to the incompatibleRafael Garcia-Suarez2004-02-211-1/+1
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-215-130/+129
* add Deparse/Concise support for inplace sort (change 22349)Dave Mitchell2004-02-202-2/+6
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-171-1/+2
* Bump $B::VERSION (because of change #22315).Rafael Garcia-Suarez2004-02-171-1/+1
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-172-7/+7
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-0/+6
* Add the new private flag OPpGREP_LEX in B::Concise.Rafael Garcia-Suarez2004-02-081-1/+3
* nit to Bytecode - the av_extend opcode wasn't saved whenAdrian M. Enache2004-01-101-1/+2
* Re: B::Deparse fails in pure_string()Stephen McCamant2003-09-231-2/+3
* strict stash seems to have gone, too.Jarkko Hietaniemi2003-09-091-1/+1
* Loading warnings.pm now loads attributes.pm that loads strict.pm.Rafael Garcia-Suarez2003-09-081-1/+1
* Re: [PATCH] Re: ByteLoader and MSWin32Adrian M. Enache2003-09-041-8/+10
* A SuSE patchlet for perlcc -c to avoidJarkko Hietaniemi2003-09-041-1/+1
* Quieten more warnings in Deparse.pmPaul Johnson2003-08-281-1/+1