summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
* fix coredump in /(?{sub{}})/Dave Mitchell2004-03-061-2/+5
* Document the SVf_PADSTALE flagDave Mitchell2004-02-201-0/+6
* A new try from Dave Mitchell for [perl #23265].Jarkko Hietaniemi2003-08-121-4/+12
* Retract #20597, too many resulting core dumps.Jarkko Hietaniemi2003-08-101-8/+2
* Re: [perl #23265] Nested anonymous subsDave Mitchell2003-08-101-2/+8
* Reintroduce the U_32-ification to pad.c,Jarkko Hietaniemi2003-08-091-7/+7
* Retract #20524 since it was due to broken INT32_MIN inJarkko Hietaniemi2003-08-091-7/+7
* Re: perl with cygwin 1.5, need helpGerrit P. Haase2003-08-061-7/+7
* Small nit to pad.cAdrian M. Enache2003-08-021-2/+2
* Re: Fatal 5.8.1 error in our $FOO = x if $FOODave Mitchell2003-07-241-1/+24
* jumbo closure patch broke formatsDave Mitchell2003-05-311-17/+41
* jumbo closure fixDave Mitchell2003-05-291-288/+312
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* typos and other minor thingsTodd C. Miller2003-03-111-4/+4
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* More of the #18600.Jarkko Hietaniemi2003-01-291-4/+4
* Re: difference between my and our before introductionDave Mitchell2003-01-221-7/+2
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-5/+5
* remove flag SvPADBUSYDave Mitchell2003-01-031-5/+2
* Whoops, these are the changes supposed to be in #18318.Hugo van der Sanden2002-12-171-4/+6
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-171-1/+1
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-28/+41
* SvFAKE lexicals in scope for all of the subDave Mitchell2002-12-021-146/+185
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-90/+28
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-20/+33
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-27/+0
* Re: closure failuresDave Mitchell2002-10-121-2/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-0/+1518