| Commit message (Expand) | Author | Age | Files | Lines |
* | Missing static storage class for some new static functions | Rafael Garcia-Suarez | 2009-11-20 | 1 | -1/+1 |
* | Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's. | Nicholas Clark | 2009-11-15 | 1 | -7/+7 |
* | Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *. | Nicholas Clark | 2009-11-15 | 1 | -15/+8 |
* | Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name(). | Nicholas Clark | 2009-11-15 | 1 | -7/+9 |
* | Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv(). | Nicholas Clark | 2009-11-15 | 1 | -56/+69 |
* | Add length and flags arguments to Perl_pad_add_name(). | Nicholas Clark | 2009-11-09 | 1 | -8/+20 |
* | Add length and flags arguments to Perl_pad_check_dup(). | Nicholas Clark | 2009-11-09 | 1 | -1/+13 |
* | In Perl_pad_check_dup(), use sv rather than name for diagnostics. | Nicholas Clark | 2009-11-09 | 1 | -3/+3 |
* | Add length and flags arguments to Perl_pad_findmy(), moving it to the public ... | Nicholas Clark | 2009-11-07 | 1 | -1/+17 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -5/+4 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -9/+7 |
* | Simpify logic in Perl_pad_free(): SvIsCOW() has the same semantics in all cases. | Nicholas Clark | 2009-04-19 | 1 | -7/+1 |
* | Just s/Perl_/S_/ isn't good enough - you also need to add the C<static> | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | The vestigial PL_pad_reset_pending can actually be bool, rather than | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | pad_reset() is only used in pad.c, so can be static. | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -6/+10 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -19/+19 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -1/+1 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -18/+18 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -8/+8 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -1/+1 |
* | No, it's not a const SV* if we subsequently call | Marcus Holland-Moritz | 2008-10-26 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+30 |
* | [perl #49522] state variable not available | Dave Mitchell | 2008-01-19 | 1 | -4/+9 |
* | change #31447 was wrong. Really handle cloning a stale lexical var | Dave Mitchell | 2008-01-09 | 1 | -5/+5 |
* | when anon subs are cloned, the 'assign once only' flag should be | Dave Mitchell | 2007-09-10 | 1 | -0/+3 |
* | [perl #43425] local $[: fix scoping during parser error handling. | Dave Mitchell | 2007-07-16 | 1 | -2/+2 |
* | safely handle cloning a stale lexical var | Dave Mitchell | 2007-06-22 | 1 | -2/+2 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+1 |
* | Various variables in intrpvar.h and thrdvar.h are considerably larger | Nicholas Clark | 2007-04-21 | 1 | -1/+1 |
* | Like fake scalars, state variables shouldn't get new pad entries | Rafael Garcia-Suarez | 2007-03-12 | 1 | -1/+4 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -7/+4 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set. | Nicholas Clark | 2007-01-03 | 1 | -5/+5 |
* | With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit | Nicholas Clark | 2006-12-29 | 1 | -1/+1 |
* | Move PAD_COMPNAME_GEN from SvCUR to SvUVX. | Nicholas Clark | 2006-12-28 | 1 | -3/+1 |
* | Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via | Nicholas Clark | 2006-12-28 | 1 | -5/+0 |
* | Move the low/high cop sequences from NVX/IVX to a two U32 structure | Nicholas Clark | 2006-12-28 | 1 | -14/+18 |
* | Abstract the pad code's overloaded use of SvNVX and SvIVX into | Nicholas Clark | 2006-12-28 | 1 | -34/+43 |
* | Change PAD_MAX to something a bit less FORTRAN-ish than 999999999. | Nicholas Clark | 2006-12-28 | 1 | -1/+1 |
* | pads haven't actually contained any PVGVs since change 27313. | Nicholas Clark | 2006-12-12 | 1 | -1/+2 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -3/+8 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+2 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -1/+1 |
* | A couple of casts to PADOFFSET. | Marcus Holland-Moritz | 2006-04-24 | 1 | -5/+5 |
* | SvREFCNT_inc tweaks | Andy Lester | 2006-04-03 | 1 | -5/+5 |
* | Add MAD changes to pad code (new function Perl_pad_peg) | Nicholas Clark | 2006-03-08 | 1 | -1/+9 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -22/+17 |