| Commit message (Expand) | Author | Age | Files | Lines |
* | add an elipses to string/ref warnings when str longer than 32 chars | Yves Orton | 2009-10-26 | 1 | -1/+1 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -5/+5 |
* | Remove an unnecessary NULL check, which is already checked other places | gfx | 2009-09-05 | 1 | -2/+4 |
* | In pp_entersub, replace gv_fetchpv() with gv_fetchpvs(). | Nicholas Clark | 2009-08-22 | 1 | -1/+1 |
* | Use the new SAVEHDELETE() macro wherever possible | Vincent Pit | 2009-07-25 | 1 | -10/+5 |
* | Don't call SvPV_const() on the method name at the top of method_common(), as ... | Vincent Pit | 2009-03-29 | 1 | -5/+7 |
* | Also define 'localizing' in pp_helem for the sake of clarity | Vincent Pit | 2008-12-28 | 1 | -2/+3 |
* | On scope end, delete localized array elements that should not exist anymore, ... | Vincent Pit | 2008-12-28 | 1 | -2/+21 |
* | Introduce SvCANEXISTDELETE in pp.h, which simplify the logic in pp_helem and ... | Vincent Pit | 2008-12-28 | 1 | -14/+9 |
* | [perl #38809] return do { } : take 3 (or 4...) | Vincent Pit | 2008-11-25 | 1 | -10/+8 |
* | [perl #48489] patch to fix perl bug #7013 | bharanee rathna | 2008-11-14 | 1 | -1/+8 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -2/+4 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -1/+2 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -1/+1 |
* | Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set. | Marcus Holland-Moritz | 2008-11-08 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -5/+5 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -10/+11 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -28/+28 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -2/+2 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -7/+7 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -4/+4 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Fix memory leak in qr// operator. This was most probably | Marcus Holland-Moritz | 2008-10-18 | 1 | -0/+1 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -5/+9 |
* | Re: [perl #51636] segmentation fault with array ties | Vincent Pit | 2008-05-02 | 1 | -3/+19 |
* | /* This code tries to figure out just what went wrong with | Nicholas Clark | 2008-04-17 | 1 | -73/+3 |
* | Silence warning from VC++ following #33447 | Steve Hay | 2008-03-10 | 1 | -0/+1 |
* | Refactoring the /Can't return (?:array|hash) to scalar context/ croak | Nicholas Clark | 2008-03-06 | 1 | -10/+7 |
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -4/+0 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -8/+1 |
* | Revert change #33302. This change was wrong, since it was | Rafael Garcia-Suarez | 2008-02-14 | 1 | -8/+2 |
* | [perl #47047] Use of inherited AUTOLOAD for non-method is deprecated | Rick Delaney | 2008-02-13 | 1 | -2/+8 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+9 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -7/+0 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -41/+38 |
* | Using PL_sv_no in place of any !SvOK() maximum removes a little bit of | Nicholas Clark | 2008-01-25 | 1 | -3/+3 |
* | In struct block_loop, merge itermax and iterlval into a union | Nicholas Clark | 2008-01-24 | 1 | -7/+6 |
* | Merge CXt_LOOP_STACK's use of itermax for the reverse minimum with | Nicholas Clark | 2008-01-24 | 1 | -2/+3 |
* | Change the context type of for ($a .. $b) to CXt_LOOP_LAZYIV, and | Nicholas Clark | 2008-01-24 | 1 | -1/+2 |
* | Avoid using cx->blk_loop.itermax when reverse iterating an array. | Nicholas Clark | 2008-01-24 | 1 | -1/+2 |
* | Split out foreach iterations of temporary lists on the stack to | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR, eliminating the | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Eliminate the U8 sbu_once from struct subst, and shrink sbu_rflags from | Nicholas Clark | 2008-01-21 | 1 | -2/+2 |
* | In pp_subst, rxtainted is not a boolean, as it stores 2 bits of values. | Nicholas Clark | 2008-01-21 | 1 | -1/+1 |
* | In struct block_sub and block_format, access the members hasargs and | Nicholas Clark | 2008-01-20 | 1 | -2/+2 |
* | Fix range operator | Jerry D. Hedden | 2008-01-15 | 1 | -0/+9 |
* | Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+1 |
* | Remove code that protected pp_qr against REGEXPs going away during | Nicholas Clark | 2008-01-11 | 1 | -9/+0 |