| Commit message (Expand) | Author | Age | Files | Lines |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -0/+3 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -1/+1 |
* | Bump B version numbers | Nicholas Clark | 2005-05-05 | 6 | -6/+7 |
* | A slightly better layout for the diagram. | Nicholas Clark | 2005-05-02 | 1 | -17/+17 |
* | Change inheritance hierarchy of B subclassses : | Nicholas Clark | 2005-05-02 | 1 | -23/+23 |
* | For now, TODO the 2 tests that fail on 5.8.x | Nicholas Clark | 2005-04-22 | 1 | -1/+9 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -7/+7 |
* | Mangle the expected output correctly for both 5.9 and 5.8 | Nicholas Clark | 2005-04-08 | 1 | -1/+4 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | $B::Disassembler::VERSION | Alexey Tourbin | 2005-03-18 | 1 | -2/+3 |
* | [perl #32968] [PATCH] Re: B::walkoptree segfaults | Stephen McCamant | 2005-02-18 | 1 | -2/+2 |
* | Re: [PATCH] Re: perl winpid? | Yitzchak Scott-Thoennes | 2005-02-16 | 1 | -1/+1 |
* | Calculate the number of tests in one place, so that the skip()s will | Nicholas Clark | 2005-01-28 | 2 | -4/+6 |
* | Re: [patch] decrufting OptreeCheck stuff | Jim Cromie | 2005-01-27 | 10 | -485/+790 |
* | [perl #32967] [PATCH] Re: More B bugs: svref_2object | Stephen McCamant | 2005-01-21 | 1 | -1/+9 |
* | doc SVt_PVLV <=> SVt_PVGV change version in B.pm | Yitzchak Scott-Thoennes | 2005-01-21 | 1 | -5/+5 |
* | Fix dependencies in ext/B/Makefile.PL | Rafael Garcia-Suarez | 2005-01-19 | 1 | -1/+1 |
* | Re: [PATCH] Remove Carp from warnings.pm | Jim Cromie | 2005-01-07 | 2 | -123/+77 |
* | Cleanup ext/B tests for -w and to run separately | Stephen McCamant | 2004-12-29 | 22 | -74/+180 |
* | Re: B::walkoptree segfaults | Alexey Tourbin | 2004-12-14 | 1 | -1/+1 |
* | Doc nit for B::Lint | Andy Lester | 2004-11-26 | 1 | -9/+10 |
* | [perl #3422] [PATCH] CHECK routine called after syntax error | Steve Peters | 2004-11-23 | 1 | -0/+2 |
* | Remaining nit in the deparsing of reversed foreach loops | Rafael Garcia-Suarez | 2004-11-18 | 2 | -2/+6 |
* | Fix deparsing of reversed foreach loops, | Rafael Garcia-Suarez | 2004-11-18 | 2 | -4/+11 |
* | Fix deparsing of reversed sort and descending sorts, | Rafael Garcia-Suarez | 2004-11-18 | 2 | -10/+31 |
* | s/hierachy/hierarchy/ | Larry Shatzer Jr. | 2004-11-16 | 1 | -2/+2 |
* | No more late changes, dammit | Nicholas Clark | 2004-11-08 | 1 | -1/+1 |
* | Re: optree tests and VMS progress (no really) | Yitzchak Scott-Thoennes | 2004-11-08 | 1 | -2/+2 |
* | Re: optree tests and VMS progress (no really) | Jim Cromie | 2004-11-06 | 3 | -88/+161 |
* | [patches] optree_* tests unexpectedly succeeding. + maint-only patch | Jim Cromie | 2004-10-31 | 2 | -5/+6 |
* | Correct change 23437 - as Config isn't imported, need to use a fully | Nicholas Clark | 2004-10-31 | 8 | -15/+8 |
* | Skip tests that require Data::Dumper if it is not built | Nicholas Clark | 2004-10-30 | 8 | -0/+47 |
* | 36 additional tests for B | Steve Peters | 2004-10-29 | 1 | -1/+75 |
* | Need to skip optree walking tests if perlio not built | Nicholas Clark | 2004-10-20 | 2 | -0/+8 |
* | Turn regcomp into a list op | Dave Mitchell | 2004-10-10 | 1 | -0/+12 |
* | Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests | Nicholas Clark | 2004-10-10 | 1 | -1/+12 |
* | [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod | Jim Cromie | 2004-10-04 | 3 | -68/+143 |
* | Integrate: | Nicholas Clark | 2004-09-10 | 3 | -2/+8 |
* | A single version of B that supports 5.8 and 5.10 | Nicholas Clark | 2004-09-09 | 5 | -6/+43 |
* | backport B to work on 5.8.x, so that a single version of the source | Nicholas Clark | 2004-09-08 | 8 | -66/+151 |
* | [ PATCH ] 2 added private flags for B::Concise | Jim Cromie | 2004-09-01 | 1 | -3/+2 |
* | Fix typo in B::Assembler. | Marcus Holland-Moritz | 2004-08-29 | 1 | -1/+1 |
* | Skip ext/B/t/assembler.t when configured without B. | Marcus Holland-Moritz | 2004-08-29 | 1 | -0/+4 |
* | 2 patches: goto.t, B.pm/xs | Jim Cromie | 2004-08-10 | 2 | -2/+14 |
* | Optimise foreach my $i (reverse ...) | Nicholas Clark | 2004-07-14 | 1 | -0/+1 |
* | A proper, working, stable optimisation for sort {$b cmp $a} | Nicholas Clark | 2004-07-13 | 2 | -10/+10 |
* | The current optimisation for sort {$b cmp $a} is bogus now that we | Nicholas Clark | 2004-07-13 | 1 | -8/+8 |
* | Update tests and $VERSION for change 23046 | Rafael Garcia-Suarez | 2004-07-05 | 2 | -4/+2 |
* | Re: [perl #30504] B::Deparse scoping problem with for loop | Stephen McCamant | 2004-07-05 | 1 | -1/+8 |
* | Bump $B::Deparse::VERSION | Nicholas Clark | 2004-07-05 | 1 | -1/+1 |