| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash | Rafael Garcia-Suarez | 2008-01-06 | 2 | -5/+8 |
* | Abolish wrapped in struct regexp - store the wrapped pattern pointer | Nicholas Clark | 2008-01-05 | 1 | -0/+4 |
* | Re: SV leak? | Vincent Pit | 2008-01-04 | 1 | -1/+1 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -5/+3 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -3/+3 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 1 | -3/+3 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 4 | -4/+36 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 1 | -1/+2 |
* | Remove two warnings (sub diag() was redefined, and implict split is | Nicholas Clark | 2007-12-26 | 1 | -2/+2 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 6 | -22/+70 |
* | Better diagnostics by removing an && from an ok() and converting it to | Nicholas Clark | 2007-12-26 | 1 | -3/+4 |
* | Swap SVt_RV and SVt_NV in the SV ordering. | Nicholas Clark | 2007-12-26 | 1 | -1/+1 |
* | Deparse each @array and friends. | Nicholas Clark | 2007-12-21 | 2 | -2/+15 |
* | Upgrade to B-Lint-1.11 | Steve Peters | 2007-12-19 | 2 | -4/+73 |
* | pod-patch: reword O.pm | Jim Cromie | 2007-12-17 | 1 | -10/+9 |
* | Platform-neutral quoting in optree_misc.t. | Craig A. Berry | 2007-10-25 | 1 | -1/+1 |
* | Silly Nick. If you see a nextstate op, then it may have open hints, | Nicholas Clark | 2007-10-23 | 1 | -2/+3 |
* | B::Concise was failing an assertion on index "foo", "foo"; | Nicholas Clark | 2007-10-22 | 3 | -4/+49 |
* | Mention B::COP::hints_hash method | Rafael Garcia-Suarez | 2007-10-22 | 1 | -0/+2 |
* | Don't deparse $^H{v_string}, which is automatically set by the | Nicholas Clark | 2007-10-09 | 1 | -2/+10 |
* | Nothing is using IoSUBPROCESS() so eliminate xio_subprocess. | Nicholas Clark | 2007-10-01 | 1 | -0/+4 |
* | Make all of B work on 5.8.x | Nicholas Clark | 2007-09-28 | 3 | -4/+39 |
* | Document hint symbols in B::Concise | Rafael Garcia-Suarez | 2007-09-28 | 1 | -1/+22 |
* | Hopefully really fix test failures with -C | Nicholas Clark | 2007-09-28 | 1 | -20/+20 |
* | I forgot to patch for the threaded case | Rafael Garcia-Suarez | 2007-09-27 | 1 | -4/+4 |
* | Hopefully fix test failures with -C | Rafael Garcia-Suarez | 2007-09-27 | 1 | -4/+4 |
* | Fix test introduced in #31973 that failed on Win32 | Steve Hay | 2007-09-27 | 1 | -6/+2 |
* | Re: [patch] improve B::Concise -src support | Jim Cromie | 2007-09-26 | 3 | -117/+325 |
* | Make OptreeCheck.pm more forgiving about parent pad indexes | Rafael Garcia-Suarez | 2007-09-25 | 1 | -0/+1 |
* | [patch] improve B::Concise -src support | Jim Cromie | 2007-09-24 | 1 | -5/+18 |
* | Prevent the pragmas from ${^OPEN} propagated to %^H from deparsing. | Rafael Garcia-Suarez | 2007-09-18 | 1 | -0/+2 |
* | Some more state variable deparse tests. | Nicholas Clark | 2007-09-17 | 1 | -4/+16 |
* | Make B::Deparse able to handle pragmas from %^H. | Rafael Garcia-Suarez | 2007-09-17 | 2 | -17/+61 |
* | Better diagnostics and test naming | Rafael Garcia-Suarez | 2007-09-13 | 1 | -4/+5 |
* | Make Deparse handle "say" | Rafael Garcia-Suarez | 2007-09-13 | 1 | -0/+1 |
* | Add the missing assignment to op_last that change 31798 missed out. | Nicholas Clark | 2007-09-12 | 1 | -0/+8 |
* | B.pm still assumed that SVt_PVBM exists. Correct this. | Nicholas Clark | 2007-09-08 | 1 | -34/+37 |
* | [patch] readabilty tweaks | Jim Cromie | 2007-09-08 | 1 | -3/+4 |
* | Re: RFC patch - display src-lines in B::Concise | Jim Cromie | 2007-09-01 | 1 | -3/+58 |
* | Being tired of adjusting the test count of concise-xs.t | Rafael Garcia-Suarez | 2007-06-29 | 1 | -5/+1 |
* | Move the RXf_WHITE logic for split " " into the regex engine | Ævar Arnfjörð Bjarmason | 2007-06-28 | 1 | -1/+1 |
* | B::Deparse cleanups | Chia-liang Kao | 2007-06-27 | 3 | -87/+77 |
* | remove op_static | Paul Johnson | 2007-06-25 | 4 | -20/+4 |
* | Work on getting B compiling outside of the perl source tree. | Nicholas Clark | 2007-06-19 | 2 | -9/+28 |
* | Adjust test count (it shouldn't have changed with last patch) | Rafael Garcia-Suarez | 2007-06-06 | 1 | -1/+1 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -2/+2 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 5 | -13/+6 |
* | Several POD fixes by Jonathan Stowe | Rafael Garcia-Suarez | 2007-05-28 | 2 | -0/+3 |
* | [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. | Father Chrysostomos | 2007-05-24 | 2 | -6/+30 |
* | bytecode.pl: Exterminate! | Nicholas Clark | 2007-05-07 | 1 | -245/+0 |