summaryrefslogtreecommitdiff
path: root/pad.h
Commit message (Expand)AuthorAgeFilesLines
* Use of freed comppad array during clear_yystack()Marcus Holland-Moritz2009-07-261-1/+1
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2009-03-291-3/+3
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2009-03-291-8/+8
* Integrate:Reini Urban2008-12-041-35/+39
* Integrate:Nicholas Clark2008-10-261-1/+1
* Integrate:Nicholas Clark2008-01-301-2/+11
* 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
* Sync change 25229 to .h source filesRafael Garcia-Suarez2005-07-281-1/+1
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-011-1/+6
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-191-4/+1
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+6
* Casting to/from (void *) sufficient to make a C++ compiler happy.Nicholas Clark2005-04-061-1/+1
* Ensure PL_comppad/curpad point to PL_main_cv's padlist whenDave Mitchell2003-10-161-2/+9
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-171-5/+3
* Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)Dave Mitchell2002-11-121-7/+9
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-19/+67
* Non ANSI feature detection in enumH.Merijn Brand2002-10-041-1/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-0/+214