summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-0/+3
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-1/+1
* Bump B version numbersNicholas Clark2005-05-056-6/+7
* A slightly better layout for the diagram.Nicholas Clark2005-05-021-17/+17
* Change inheritance hierarchy of B subclassses :Nicholas Clark2005-05-021-23/+23
* For now, TODO the 2 tests that fail on 5.8.xNicholas Clark2005-04-221-1/+9
* Symbian port of PerlJarkko Hietaniemi2005-04-211-7/+7
* Mangle the expected output correctly for both 5.9 and 5.8Nicholas Clark2005-04-081-1/+4
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+1
* $B::Disassembler::VERSIONAlexey Tourbin2005-03-181-2/+3
* [perl #32968] [PATCH] Re: B::walkoptree segfaults Stephen McCamant2005-02-181-2/+2
* Re: [PATCH] Re: perl winpid?Yitzchak Scott-Thoennes2005-02-161-1/+1
* Calculate the number of tests in one place, so that the skip()s willNicholas Clark2005-01-282-4/+6
* Re: [patch] decrufting OptreeCheck stuffJim Cromie2005-01-2710-485/+790
* [perl #32967] [PATCH] Re: More B bugs: svref_2object Stephen McCamant2005-01-211-1/+9
* doc SVt_PVLV <=> SVt_PVGV change version in B.pmYitzchak Scott-Thoennes2005-01-211-5/+5
* Fix dependencies in ext/B/Makefile.PLRafael Garcia-Suarez2005-01-191-1/+1
* Re: [PATCH] Remove Carp from warnings.pmJim Cromie2005-01-072-123/+77
* 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