| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Add a warning to test.pl if quotes are used in one-liners. | Nicholas Clark | 2010-09-24 | 1 | -1/+1 |
* | Change .t to use new (?^...) | Karl Williamson | 2010-09-22 | 1 | -1/+1 |
* | Change comments, documentation for new (?^...) | Karl Williamson | 2010-09-22 | 1 | -3/+3 |
* | Peephole optimise adjacent pairs of nextstate ops. | Nicholas Clark | 2010-08-27 | 2 | -312/+298 |
* | Refactor common parts of op.h, regexp.h into new .h | Karl Williamson | 2010-07-29 | 1 | -1/+1 |
* | ext/B/defsubs_h.PL: teach to allow exprs with << | Karl Williamson | 2010-07-29 | 1 | -1/+5 |
* | ext/B/defsubs_h.PL: add explanatory comment | Karl Williamson | 2010-07-29 | 1 | -0/+4 |
* | defsubs_h.PL: Use correct variable in error msg | Karl Williamson | 2010-07-29 | 1 | -1/+1 |
* | version bump for B::t::OptreeCheck and add to delta | Matt S Trout | 2010-06-21 | 1 | -1/+1 |
* | version bump for B::Concise and add change to delta | Matt S Trout | 2010-06-21 | 1 | -1/+1 |
* | Fix list of constants to import to make this test pass | Rafael Garcia-Suarez | 2010-06-18 | 1 | -1/+1 |
* | Spell-check fixes in ext | H.Merijn Brand | 2010-06-07 | 1 | -2/+2 |
* | Fix for typo in 0824d66743a706cd, in the expected output with threads. | Nicholas Clark | 2010-05-25 | 1 | -1/+1 |
* | add OPpDEREFed flag to avoid double mg_get() | David Mitchell | 2010-05-25 | 2 | -2/+3 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -1/+2 |
* | Make tests pass with open pragma in effect | Rafael Garcia-Suarez | 2010-05-04 | 1 | -22/+22 |
* | shift; optimization | Ruslan Zakirov | 2010-05-03 | 1 | -168/+148 |
* | Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather | Jesse Vincent | 2010-03-25 | 1 | -1/+1 |
* | Teach B::Deparse about in-place reverse | Vincent Pit | 2009-11-15 | 1 | -4/+4 |
* | Optimize reversing an array in-place | Vincent Pit | 2009-11-10 | 1 | -0/+1 |
* | Avoid using defined %hash in core code and tests. | Nicholas Clark | 2009-10-23 | 1 | -2/+2 |
* | Bump B::Consise's version number since it's changed since 5.11.0 | Jesse Vincent | 2009-10-20 | 1 | -1/+1 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 1 | -9/+9 |
* | Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(), gv_stashpvs() and the | Nicholas Clark | 2009-10-15 | 2 | -47/+51 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -1/+1 |
* | A number of pod fixes found by podcheck.t | Jesse Vincent | 2009-10-05 | 1 | -2/+2 |
* | Remove the $ENV{PERL_CORE} boilerplate from B's tests. | Nicholas Clark | 2009-08-30 | 18 | -132/+20 |
* | Break out B::Debug into its own directory in ext. | Nicholas Clark | 2009-08-30 | 2 | -510/+0 |
* | Break out B::Deparse into its own directory in ext. | Nicholas Clark | 2009-08-30 | 2 | -5486/+0 |
* | Break out B::Lint into its own directory in ext. | Nicholas Clark | 2009-08-30 | 4 | -1030/+0 |
* | There is no longer an "err" low-prec version of //, so remove it from B::Deparse | Rafael Garcia-Suarez | 2009-08-28 | 1 | -2/+2 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 2 | -2/+3 |
* | B - The Perl Compiler (wrong name) | Reini Urban | 2009-08-27 | 1 | -1/+1 |
* | Fix a Deparse bug - constants and PCSs were appearing as subroutine stubs. | Nicholas Clark | 2009-08-24 | 2 | -3/+11 |
* | Remove the MacOS Classic support from deparse.t (as it's getting in the way). | Nicholas Clark | 2009-08-24 | 1 | -18/+3 |
* | ameliorate B::Deparse slowdown | David Mitchell | 2009-08-12 | 1 | -4/+9 |
* | Add a version number to B::Lint::Debug | Rafael Garcia-Suarez | 2009-07-16 | 1 | -0/+2 |
* | bump versions of non-dual-life modules that | David Mitchell | 2009-07-03 | 1 | -1/+1 |
* | fully sync blead with B::Debug 1.11 (debug.t was out of date) | David Mitchell | 2009-06-12 | 1 | -5/+17 |
* | 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 |