summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Cleanup ext/B tests for -w and to run separatelyStephen McCamant2004-12-2922-74/+180
* Re: B::walkoptree segfaultsAlexey Tourbin2004-12-141-1/+1
* Doc nit for B::LintAndy Lester2004-11-261-9/+10
* [perl #3422] [PATCH] CHECK routine called after syntax error Steve Peters2004-11-231-0/+2
* Remaining nit in the deparsing of reversed foreach loopsRafael Garcia-Suarez2004-11-182-2/+6
* Fix deparsing of reversed foreach loops,Rafael Garcia-Suarez2004-11-182-4/+11
* Fix deparsing of reversed sort and descending sorts,Rafael Garcia-Suarez2004-11-182-10/+31
* s/hierachy/hierarchy/Larry Shatzer Jr.2004-11-161-2/+2
* No more late changes, dammitNicholas Clark2004-11-081-1/+1
* Re: optree tests and VMS progress (no really)Yitzchak Scott-Thoennes2004-11-081-2/+2
* Re: optree tests and VMS progress (no really)Jim Cromie2004-11-063-88/+161
* [patches] optree_* tests unexpectedly succeeding. + maint-only patchJim Cromie2004-10-312-5/+6
* 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