| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing dVAR's | Marcus Holland-Moritz | 2010-02-20 | 1 | -0/+1 |
* | The new lvalue warning should not be turned on by default | Rafael Garcia-Suarez | 2010-01-12 | 1 | -1/+1 |
* | Retain builtin attributes from pre-declaration. Fixes [perl #68758]. | Gerard Goossen | 2010-01-10 | 1 | -1/+2 |
* | Ignore a lvalue attribute after the subroutine has been defined, and warn abo... | Gerard Goossen | 2010-01-10 | 1 | -1/+3 |
* | Make eval {} compile directly to OP_ENTERTRY | Rafael Garcia-Suarez | 2009-12-20 | 1 | -2/+1 |
* | [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.10... | Father Chrysostomos | 2009-12-14 | 1 | -1/+1 |
* | proper error on "grep $x (1,2,3)". Solves [perl #37314] | Gerard Goossen | 2009-12-08 | 1 | -4/+4 |
* | Make split warn in void context | Rafael Garcia-Suarez | 2009-11-29 | 1 | -0/+11 |
* | Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ... | Gerard Goossen | 2009-11-21 | 1 | -10/+2 |
* | Missing static storage class for some new static functions | Rafael Garcia-Suarez | 2009-11-20 | 1 | -2/+2 |
* | add op class assertions to newXXXOP functions | Gerard Goossen | 2009-11-16 | 1 | -0/+37 |
* | Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's. | Nicholas Clark | 2009-11-15 | 1 | -2/+2 |
* | Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name(). | Nicholas Clark | 2009-11-15 | 1 | -4/+1 |
* | Fix compiler warning: | Jerry D. Hedden | 2009-11-13 | 1 | -1/+1 |
* | As our $_; is forced into main::, it should warn as a redeclaration. | Nicholas Clark | 2009-11-12 | 1 | -1/+1 |
* | Make diag.t skip the warning I just fixed | Vincent Pit | 2009-11-11 | 1 | -0/+1 |
* | Fix misformed UVxf format in op.c | Vincent Pit | 2009-11-10 | 1 | -1/+1 |
* | Optimize reversing an array in-place | Vincent Pit | 2009-11-10 | 1 | -0/+28 |
* | Factor the "is this an in-place array operator construct" logic into a new is... | Vincent Pit | 2009-11-10 | 1 | -56/+74 |
* | Add mingw64 support | Sisyphus | 2009-11-09 | 1 | -1/+1 |
* | Add length and flags arguments to Perl_pad_add_name(). | Nicholas Clark | 2009-11-09 | 1 | -4/+3 |
* | Add length and flags arguments to Perl_pad_check_dup(). | Nicholas Clark | 2009-11-09 | 1 | -1/+2 |
* | Add length and flags arguments to Perl_allocmy(). | Nicholas Clark | 2009-11-09 | 1 | -6/+14 |
* | Tweak the GV downgrading of f7461760 to avoid free or nearly freed GVs. | Nicholas Clark | 2009-11-08 | 1 | -2/+19 |
* | SvREFCNT_inc already checks if the SV is non-NULL | Vincent Pit | 2009-11-08 | 1 | -2/+1 |
* | Bareword sub lookups | Zefram | 2009-11-08 | 1 | -14/+34 |
* | Add length and flags arguments to Perl_pad_findmy(), moving it to the public ... | Nicholas Clark | 2009-11-07 | 1 | -4/+4 |
* | Add a line directive to op.c and perl.c such that error messages refer to the... | Gerard Goossen | 2009-11-06 | 1 | -0/+1 |
* | $#array should be accepted as a lvalue sub return value. | Rafael Garcia-Suarez | 2009-10-28 | 1 | -1/+6 |
* | Make defined %hash on a non-lexical (also) generate a deprecated warning. | Nicholas Clark | 2009-10-24 | 1 | -5/+0 |
* | Bare readdir in while loop now sets $_ | Brad Gilbert | 2009-10-22 | 1 | -4/+8 |
* | Enable deprecation warnings by default. | Nicholas Clark | 2009-10-16 | 1 | -10/+10 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -3/+85 |
* | Remove category 'syntax' from 5 warnings that should just be in 'deprecated'. | Nicholas Clark | 2009-10-13 | 1 | -6/+6 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -7/+4 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -64/+53 |
* | Disable strictures while setting $VERSION in a "package" statement | Rafael Garcia-Suarez | 2009-10-08 | 1 | -0/+3 |
* | Merge branch 'feature/package-name-version' into blead | Rafael Garcia-Suarez | 2009-10-08 | 1 | -0/+9 |
|\ |
|
| * | Simplify code that sets $VERSION on the "package" line | Rafael Garcia-Suarez | 2009-10-08 | 1 | -4/+1 |
| * | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -0/+12 |
* | | Properly return a syntax error instead of segfaulting if each/keys/values is ... | Rafael Garcia-Suarez | 2009-10-08 | 1 | -12/+14 |
|/ |
|
* | Fix when( scalar ... ) bug | Josh ben Jore | 2009-09-28 | 1 | -0/+4 |
* | split: Remove implicit split to @_ | Bo Borgerson | 2009-09-13 | 1 | -11/+1 |
* | Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES | Zefram | 2009-09-06 | 1 | -58/+30 |
* | Reduce #ifdefs in Perl_ck_shift | Bo Borgerson | 2009-09-04 | 1 | -8/+3 |
* | finish more implementing -DB vs. -Dx | Chip Salzenberg | 2009-08-30 | 1 | -3/+3 |
* | Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead | Chip Salzenberg | 2009-08-26 | 1 | -2/+2 |
|\ |
|
| * | Use less constness in MAD code | Rafael Garcia-Suarez | 2009-08-26 | 1 | -2/+2 |
* | | New debugging flag -DB now dumps subroutine definitions, | Chip Salzenberg | 2009-08-26 | 1 | -3/+3 |
|/ |
|
* | In Perl_newATTRSUB(), refactor the calls to gv_fetch*(), reducing if blocks. | Nicholas Clark | 2009-08-22 | 1 | -14/+10 |