| Commit message (Expand) | Author | Age | Files | Lines |
* | remove op_static | Paul Johnson | 2007-06-25 | 1 | -5/+0 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -1/+0 |
* | Tweak change 30841 so that B works on maint too. | Nicholas Clark | 2007-05-05 | 1 | -0/+18 |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -5/+36 |
* | Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in | Nicholas Clark | 2007-04-06 | 1 | -3/+11 |
* | Remove op_pmnext from PMOPs, and instead store the list for reset as | Nicholas Clark | 2007-04-06 | 1 | -0/+4 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -10/+10 |
* | Get B compiling and passing all tests on both 5.9.x and 5.8.x | Nicholas Clark | 2007-03-13 | 1 | -4/+34 |
* | Missed an aTHX_ in B's call to Perl_emulate_cop_io. | Nicholas Clark | 2007-02-17 | 1 | -1/+1 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 1 | -10/+6 |
* | Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to | Nicholas Clark | 2007-02-05 | 1 | -1/+6 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Silence various VC6 warnings | Steve Hay | 2007-01-05 | 1 | -1/+1 |
* | Move SVt_BIND to be the lowest type after SVt_NULL. This will force all | Nicholas Clark | 2006-12-31 | 1 | -3/+3 |
* | Abstract the pad code's overloaded use of SvNVX and SvIVX into | Nicholas Clark | 2006-12-28 | 1 | -0/+16 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -0/+5 |
* | Correct some assumptions about PVBM table offset in B.xs | Nicholas Clark | 2006-12-12 | 1 | -2/+5 |
* | Re: [PATCH] User pragmas now accessible from B | Yves Orton | 2006-12-06 | 1 | -1/+1 |
* | User pragmas now accessible from B | Joshua ben Jore | 2006-12-06 | 1 | -0/+34 |
* | B:: changes for UNITCHECK blocks | Alexander Gough | 2006-10-20 | 1 | -0/+4 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -1/+1 |
* | Fix bugs in the bytecode system caused by the abolition of cop_io. | Nicholas Clark | 2006-05-30 | 1 | -22/+43 |
* | Fix bug in change 28258. So how come I thought I'd passed all tests? | Nicholas Clark | 2006-05-20 | 1 | -6/+6 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -1/+8 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -0/+5 |
* | Fix B and ByteLoader to cope with cop_warnings no longer being an SV. | Nicholas Clark | 2006-04-13 | 1 | -5/+48 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 1 | -0/+4 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -1/+5 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 1 | -1/+5 |
* | Death to magic characters! No pun intended. | Steve Peters | 2006-02-02 | 1 | -2/+2 |
* | aelemfast optimization opclass problem (c.f. [perl #38279]) | Stephen McCamant | 2006-01-25 | 1 | -1/+12 |
* | Declarations must come first, or some compilers aren't happy. | Rafael Garcia-Suarez | 2005-11-20 | 1 | -1/+1 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+1 |
* | Make the 5.9 changes to B conditional on perl version. | Nicholas Clark | 2005-11-05 | 1 | -0/+29 |
* | 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 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -2/+2 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 1 | -41/+37 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 1 | -6/+0 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -4/+0 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -7/+0 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -7/+7 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | [perl #32968] [PATCH] Re: B::walkoptree segfaults | Stephen McCamant | 2005-02-18 | 1 | -2/+2 |
* | A single version of B that supports 5.8 and 5.10 | Nicholas Clark | 2004-09-09 | 1 | -1/+10 |
* | backport B to work on 5.8.x, so that a single version of the source | Nicholas Clark | 2004-09-08 | 1 | -3/+35 |
* | 2 patches: goto.t, B.pm/xs | Jim Cromie | 2004-08-10 | 1 | -0/+5 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -5/+10 |