| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In Perl_newATTRSUB(), we know the lengths, so can avoid gv_fetchpv(). | Nicholas Clark | 2009-08-22 | 1 | -4/+11 |
* | Explain that the load_module() import list must be NULL terminated | Jan Dubois | 2009-08-14 | 1 | -1/+5 |
* | [perl #68108] : also fix if/else constant folding | Father Chrysostomos | 2009-08-07 | 1 | -1/+3 |
* | Promote blocks resulting from constant folding to first-class do { } blocks | Vincent Pit | 2009-08-04 | 1 | -0/+2 |
* | Introduce "delete local" | Vincent Pit | 2009-07-25 | 1 | -0/+2 |
* | [perl #61520] Segfault in debugger with tr// and UTF8 | David Mitchell | 2009-07-11 | 1 | -0/+1 |
* | Add a pluggable hook in op_free() | Vincent Pit | 2009-07-08 | 1 | -0/+6 |
* | Add test to make sure everything that outputs an exception or warning has a m... | James Mastros | 2009-06-27 | 1 | -1/+2 |
* | Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK check | Alex Vandiver | 2009-05-28 | 1 | -1/+1 |
* | Merge branch 'smartmatch' into blead | Rafael Garcia-Suarez | 2009-05-13 | 1 | -2/+6 |
|\ |
|