summaryrefslogtreecommitdiff
path: root/pad.h
Commit message (Expand)AuthorAgeFilesLines
* Used pad name lists for pad idsFather Chrysostomos2012-10-161-2/+1
* Revert "Set PL_comppad_name on sub entry"Father Chrysostomos2012-09-171-2/+1
* Set PL_comppad_name on sub entryFather Chrysostomos2012-09-151-1/+2
* pad.h: Rename PadnameSTATE; make it a proper booleanFather Chrysostomos2012-08-241-2/+2
* pad.h: PadnameSTATEFather Chrysostomos2012-08-231-0/+4
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-40/+40
* pad.h: Let PADNAME_PV return nullFather Chrysostomos2012-08-221-2/+3
* pad.h: typos in macro definitionsFather Chrysostomos2012-08-221-2/+2
* pad.h: PADNAME_SVFather Chrysostomos2012-08-221-0/+5
* pad.[ch]: PADNAME_OUTERFather Chrysostomos2012-08-221-0/+4
* More PAD APIsFather Chrysostomos2012-08-211-0/+66
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-0/+2
* Stop padlists from being AVsFather Chrysostomos2012-08-211-3/+15
* Move PAD(LIST) typedefs to perl.hFather Chrysostomos2012-08-211-7/+0
* [perl #114018] Let eval close over stale vars in active subFather Chrysostomos2012-08-081-0/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #109718] Clone PL_comppad properlyFather Chrysostomos2012-04-101-1/+1
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+2
* Defenestrate PAD_DUPFather Chrysostomos2011-09-011-15/+0
* pad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn.Brian Fraser2011-07-121-4/+5
* APIify pad functionsZefram2011-07-121-9/+31
* Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero.Nicholas Clark2011-06-111-2/+1
* rename PAD_MAX to PERL_PADSEQ_INTRODavid Mitchell2011-02-061-0/+6
* Store the PL_compcv instead of the the PL_comppad in parser stack, and make i...Gerard Goossen2009-12-161-1/+2
* Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's.Nicholas Clark2009-11-151-3/+3
* Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name().Nicholas Clark2009-11-151-2/+2
* Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv().Nicholas Clark2009-11-151-1/+0
* Add length and flags arguments to Perl_pad_check_dup().Nicholas Clark2009-11-091-0/+11
* Use of freed comppad array during clear_yystack()Marcus Holland-Moritz2009-04-081-1/+1
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2008-10-271-3/+3
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-8/+8
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* Re: [PATCH] readable assertion names, now the restReini Urban2008-06-081-35/+39
* A couple of POD fixes by Steven SchubigerRafael Garcia-Suarez2008-01-161-2/+1
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.Nicholas Clark2007-01-031-1/+1
* With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.Nicholas Clark2006-12-281-3/+4
* Move PAD_COMPNAME_GEN from SvCUR to SvUVX.Nicholas Clark2006-12-281-4/+4
* Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them viaNicholas Clark2006-12-281-0/+5
* Move the low/high cop sequences from NVX/IVX to a two U32 structureNicholas Clark2006-12-281-4/+53
* Abstract the pad code's overloaded use of SvNVX and SvIVX intoNicholas Clark2006-12-281-1/+9
* es: quiet some warnings (with a free AIX cpp insanity avoidance tip)Jarkko Hietaniemi2006-04-101-5/+5
* Add MAD changes to pad code (new function Perl_pad_peg)Nicholas Clark2006-03-081-0/+6
* Replace usage of GvSTASH for storing the stash of C<our> withNicholas Clark2006-02-241-1/+1
* As SVs can't both be in a pad, and the name of a variable in the pad,Nicholas Clark2006-02-241-1/+2
* Replace direct flags tests & manipulations for SVpad_TYPED andNicholas Clark2006-02-231-0/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-4/+4
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* Update copyright with the 2 years where changes were made.Nicholas Clark2006-01-081-1/+1