| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 3 | -0/+0 |
* | resync some files with their CPAN equivalents (just the trivial errors for | David Mitchell | 2009-06-02 | 1 | -1/+1 |
* | TODO tests for deparsing strict, warnings as strings, and my $x if 0; | Nicholas Clark | 2009-04-13 | 1 | -1/+22 |
* | our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp. | Nicholas Clark | 2009-04-13 | 1 | -5/+5 |
* | Correct two other tests that apparently should be TODOs rather than SKIPs. | Nicholas Clark | 2009-04-13 | 1 | -2/+6 |
* | A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11. | Nicholas Clark | 2009-04-13 | 3 | -4/+19 |
* | Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wrongly | Nicholas Clark | 2009-04-13 | 1 | -14/+19 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 3 | -5/+3 |
* | Deprecate use of the attribute :locked on subroutines. | Nicholas Clark | 2009-04-12 | 1 | -6/+2 |
* | Fix concise-xs.t after recent changes to Socket.pm | Rafael Garcia-Suarez | 2009-03-27 | 1 | -0/+1 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -5/+0 |
* | Fix deparsing of constant subroutines | Rafael Garcia-Suarez | 2009-01-23 | 1 | -1/+1 |
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Make B::Deparse handle the _ prototype | Rafael Garcia-Suarez | 2009-01-18 | 1 | -2/+2 |
* | [perl #62488] B::Deparse fails on 'CORE::require(STRING)' | Rafael Garcia-Suarez | 2009-01-18 | 1 | -2/+4 |
* | Fix deparsing of readpipe() ([perl #62428]) | Rafael Garcia-Suarez | 2009-01-16 | 1 | -1/+1 |
* | [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 |