| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip trailing constants when searching pads | Father Chrysostomos | 2013-07-30 | 1 | -0/+2 |
* | pad.c: Use &PL_sv_no for const pad names | Father Chrysostomos | 2013-07-25 | 1 | -1/+1 |
* | Used pad name lists for pad ids | Father Chrysostomos | 2012-10-16 | 1 | -2/+1 |
* | Revert "Set PL_comppad_name on sub entry" | Father Chrysostomos | 2012-09-17 | 1 | -2/+1 |
* | Set PL_comppad_name on sub entry | Father Chrysostomos | 2012-09-15 | 1 | -1/+2 |
* | pad.h: Rename PadnameSTATE; make it a proper boolean | Father Chrysostomos | 2012-08-24 | 1 | -2/+2 |
* | pad.h: PadnameSTATE | Father Chrysostomos | 2012-08-23 | 1 | -0/+4 |
* | Use FooBAR convention for new pad macros | Father Chrysostomos | 2012-08-22 | 1 | -40/+40 |
* | pad.h: Let PADNAME_PV return null | Father Chrysostomos | 2012-08-22 | 1 | -2/+3 |
* | pad.h: typos in macro definitions | Father Chrysostomos | 2012-08-22 | 1 | -2/+2 |
* | pad.h: PADNAME_SV | Father Chrysostomos | 2012-08-22 | 1 | -0/+5 |
* | pad.[ch]: PADNAME_OUTER | Father Chrysostomos | 2012-08-22 | 1 | -0/+4 |
* | More PAD APIs | Father Chrysostomos | 2012-08-21 | 1 | -0/+66 |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -0/+2 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -3/+15 |
* | Move PAD(LIST) typedefs to perl.h | Father Chrysostomos | 2012-08-21 | 1 | -7/+0 |
* | [perl #114018] Let eval close over stale vars in active sub | Father Chrysostomos | 2012-08-08 | 1 | -0/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | [perl #109718] Clone PL_comppad properly | Father Chrysostomos | 2012-04-10 | 1 | -1/+1 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+2 |
* | Defenestrate PAD_DUP | Father Chrysostomos | 2011-09-01 | 1 | -15/+0 |
* | pad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn. | Brian Fraser | 2011-07-12 | 1 | -4/+5 |
* | APIify pad functions | Zefram | 2011-07-12 | 1 | -9/+31 |
* | Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero. | Nicholas Clark | 2011-06-11 | 1 | -2/+1 |
* | rename PAD_MAX to PERL_PADSEQ_INTRO | David Mitchell | 2011-02-06 | 1 | -0/+6 |
* | Store the PL_compcv instead of the the PL_comppad in parser stack, and make i... | Gerard Goossen | 2009-12-16 | 1 | -1/+2 |
* | Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's. | Nicholas Clark | 2009-11-15 | 1 | -3/+3 |
* | Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name(). | Nicholas Clark | 2009-11-15 | 1 | -2/+2 |
* | Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv(). | Nicholas Clark | 2009-11-15 | 1 | -1/+0 |
* | Add length and flags arguments to Perl_pad_check_dup(). | Nicholas Clark | 2009-11-09 | 1 | -0/+11 |
* | Use of freed comppad array during clear_yystack() | Marcus Holland-Moritz | 2009-04-08 | 1 | -1/+1 |
* | Add MUTABLE_AV(), and remove (AV *) casts from headers. | Nicholas Clark | 2008-10-27 | 1 | -3/+3 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -8/+8 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Re: [PATCH] readable assertion names, now the rest | Reini Urban | 2008-06-08 | 1 | -35/+39 |
* | A couple of POD fixes by Steven Schubiger | Rafael Garcia-Suarez | 2008-01-16 | 1 | -2/+1 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 1 | -0/+10 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set. | Nicholas Clark | 2007-01-03 | 1 | -1/+1 |
* | With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more. | Nicholas Clark | 2006-12-28 | 1 | -3/+4 |
* | Move PAD_COMPNAME_GEN from SvCUR to SvUVX. | Nicholas Clark | 2006-12-28 | 1 | -4/+4 |
* | Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via | Nicholas Clark | 2006-12-28 | 1 | -0/+5 |
* | Move the low/high cop sequences from NVX/IVX to a two U32 structure | Nicholas Clark | 2006-12-28 | 1 | -4/+53 |
* | Abstract the pad code's overloaded use of SvNVX and SvIVX into | Nicholas Clark | 2006-12-28 | 1 | -1/+9 |
* | es: quiet some warnings (with a free AIX cpp insanity avoidance tip) | Jarkko Hietaniemi | 2006-04-10 | 1 | -5/+5 |
* | Add MAD changes to pad code (new function Perl_pad_peg) | Nicholas Clark | 2006-03-08 | 1 | -0/+6 |
* | Replace usage of GvSTASH for storing the stash of C<our> with | Nicholas Clark | 2006-02-24 | 1 | -1/+1 |
* | As SVs can't both be in a pad, and the name of a variable in the pad, | Nicholas Clark | 2006-02-24 | 1 | -1/+2 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -0/+1 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -4/+4 |