| Commit message (Expand) | Author | Age | Files | Lines |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 1 | -0/+1 |
* | A correction to change 34909 - we want *different* constants. | Nicholas Clark | 2008-11-25 | 1 | -2/+2 |
* | Tweak the constants used in testing to constants that Win32 also has. | Nicholas Clark | 2008-11-25 | 1 | -4/+4 |
* | Skip two tests under ithreads, where the constant lives in the pad. | Rafael Garcia-Suarez | 2008-11-17 | 1 | -0/+3 |
* | Make B::walksymtable not recurse into packages that are actually main::, but ... | Florian Ragwitz | 2008-11-16 | 1 | -2/+2 |
* | Deparse inlined constants. | Florian Ragwitz | 2008-11-16 | 2 | -7/+57 |
* | [perl #18306] This problem seems to be fixed and a small patch for B::Xref | Renee Baecker | 2008-11-08 | 1 | -0/+1 |
* | defined %{$package.'::'} isn't good enough to tell whether a module is | Nicholas Clark | 2008-09-23 | 2 | -7/+15 |
* | The tests for the -ostash option to B::Concise will have been failing | Nicholas Clark | 2008-09-23 | 1 | -3/+12 |
* | Bump $O::VERSION, to reflect change 32626, a doc change that is the only | Nicholas Clark | 2008-09-15 | 1 | -1/+1 |
* | Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" | Vincent Pit | 2008-09-13 | 1 | -1/+64 |
* | Re: 'if not / unless' optimization change makes my pow test go POW! | Vincent Pit | 2008-09-08 | 1 | -1/+30 |
* | Re: unless(...) terser than if(!...) | Vincent Pit | 2008-09-07 | 1 | -1/+27 |
* | Really apply change #34143 | Rafael Garcia-Suarez | 2008-07-16 | 1 | -22/+61 |
* | Fix a couple of tests introduced by #34045 which fail on Win32 | Steve Hay | 2008-06-17 | 1 | -2/+2 |
* | TODO B-Deparse cpan-bug 33708 | Reini Urban | 2008-06-16 | 2 | -1/+19 |
* | B::Debug dual-life 1.06 | Reini Urban | 2008-06-13 | 2 | -16/+74 |
* | Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango | Nicholas Clark | 2008-05-21 | 1 | -2/+8 |
* | Fix for [perl #51848] Deparse interpolation in regex literal | Rafael Garcia-Suarez | 2008-05-18 | 2 | -10/+19 |
* | Fix my typo. | Nicholas Clark | 2008-05-15 | 1 | -1/+1 |
* | Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR, | Nicholas Clark | 2008-05-15 | 1 | -1/+4 |
* | Re: wrong line numbers in elsif() | Paul Johnson | 2008-04-19 | 2 | -1/+14 |
* | Remove old option leftover in docs | Rafael Garcia-Suarez | 2008-04-08 | 1 | -3/+1 |
* | Tidy up compiler warning spotted by Jerry Hedden. | Nicholas Clark | 2008-04-07 | 2 | -1/+11 |
* | Eliminate cop_label from struct cop by storing a label as the first | Nicholas Clark | 2008-04-07 | 1 | -1/+2 |
* | Replace all remaining accesses to COP's cop_label with CopLABEL(). | Nicholas Clark | 2008-04-06 | 2 | -2/+2 |
* | $VERSION++ for all the non-dual life modules in ext/ that | Nicholas Clark | 2008-03-31 | 1 | -1/+1 |
* | Bring the joy of strict to ext/B/t/lint.t. | Nicholas Clark | 2008-03-05 | 1 | -1/+3 |
* | Better line diagnostics - runlint's caller rather than runlint itself. | Nicholas Clark | 2008-03-05 | 1 | -0/+1 |
* | B::Debug enhancements | Reini Urban | 2008-02-25 | 1 | -17/+47 |
* | Silence compiler warnings on Win32/VC6 | Jan Dubois | 2008-02-15 | 1 | -2/+2 |
* | [patch] B portability macros | Jim Cromie | 2008-02-04 | 1 | -18/+12 |
* | fix B::Debug pmnext | Reini Urban | 2008-02-04 | 2 | -1/+5 |
* | The penultimate deparse test needs a name, else things can warn. | Nicholas Clark | 2008-02-01 | 1 | -1/+2 |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 1 | -1/+1 |
* | Add a diagram for the 5.11 SV class structure, including B::REGEXP. | Nicholas Clark | 2008-01-17 | 1 | -6/+28 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 1 | -3/+2 |
* | B::Deparse fixes for implicit smartmatching in given/when | Florian Ragwitz | 2008-01-09 | 2 | -2/+10 |
* | 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 |