| Commit message (Expand) | Author | Age | Files | Lines |
* | OPpRUNTIME can be set on OP_QR too | Rafael Garcia-Suarez | 2005-09-27 | 1 | -1/+1 |
* | Make B::Deparse handle correctly CORE::require | Rafael Garcia-Suarez | 2005-09-26 | 1 | -3/+4 |
* | A few POD fixes | Rafael Garcia-Suarez | 2005-09-21 | 1 | -2/+2 |
* | regression test for 25352 | Jim Cromie | 2005-09-05 | 1 | -1/+38 |
* | Re: Optree Generation | Yitzchak Scott-Thoennes | 2005-09-02 | 1 | -3/+6 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -9/+9 |
* | update B::Concise pod to reflect previous changes | Jim Cromie | 2005-08-25 | 1 | -5/+6 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 7 | -9/+9 |
* | Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" t... | Steve Hay | 2005-07-15 | 1 | -1/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 2 | -3/+3 |
* | B::Deparse was chocking on variable names with colons (like foo::::bar) | Rafael Garcia-Suarez | 2005-06-28 | 1 | -1/+1 |
* | don't repopulate PADTMP slots with null SVs when freeing ops | Dave Mitchell | 2005-06-23 | 2 | -6/+6 |
* | Storing the ixv for magic arrays seems to cause double free errors on | Nicholas Clark | 2005-06-16 | 1 | -0/+3 |
* | Don't write bytecode to load the NVX of AVs and HVs | Nicholas Clark | 2005-06-15 | 1 | -0/+7 |
* | We were failing to pring "not ok" if the text exited uncleanly | Nicholas Clark | 2005-06-15 | 1 | -1/+2 |
* | Change 24838 breaks deparse.t, which checks that embedded NULs work. | Nicholas Clark | 2005-06-14 | 1 | -1/+9 |
* | Fix for SEGV in ext/B/t/xref.t on OpenBSD | Steve Peters | 2005-06-14 | 1 | -2/+2 |
* | With shared hash key scalars now accessing the hash via the PVX, you | Nicholas Clark | 2005-06-13 | 1 | -4/+4 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | make some more functions static | Alexey Tourbin | 2005-06-07 | 1 | -1/+1 |
* | B::Concise torture | Jim Cromie | 2005-06-03 | 2 | -33/+137 |
* | Re: [patch] teach B::Concise to see XS code | Jim Cromie | 2005-06-02 | 2 | -6/+30 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -2/+2 |
* | Re: [patch] teach B::Concise to see XS code | Jim Cromie | 2005-06-01 | 3 | -44/+288 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 1 | -41/+37 |
* | ext/B/t/deparse.t was failing with t/TEST but not with t/harness | Rafael Garcia-Suarez | 2005-05-24 | 1 | -6/+6 |
* | Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. | Yves Orton | 2005-05-24 | 1 | -1/+32 |
* | Bytecode mustn't save the NVX for hashes now that the NVX is a union | Nicholas Clark | 2005-05-23 | 1 | -1/+0 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 2 | -8/+0 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -1/+0 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 3 | -90/+83 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 7 | -105/+90 |
* | [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. | yves orton | 2005-05-19 | 1 | -2/+2 |
* | B::Disassembler.pm | Nicholas Clark | 2005-05-18 | 1 | -5/+5 |
* | 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 |