summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Re: Fatal 5.8.1 error in our $FOO = x if $FOODave Mitchell2003-07-241-1/+24
| | | | | Message-ID: <20030717193329.GA2699@fdgroup.com> p4raw-id: //depot/perl@20191
* jumbo closure patch broke formatsDave Mitchell2003-05-311-17/+41
| | | | | | Message-ID: <20030531185448.GA6055@fdgroup.com> Plus restore the original test script for bug #22372 p4raw-id: //depot/perl@19649
* jumbo closure fixDave Mitchell2003-05-291-288/+312
| | | | | Message-ID: <20030226144947.A14444@fdgroup.com> p4raw-id: //depot/perl@19637
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* typos and other minor thingsTodd C. Miller2003-03-111-4/+4
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* More of the #18600.Jarkko Hietaniemi2003-01-291-4/+4
| | | p4raw-id: //depot/perl@18601
* Re: difference between my and our before introductionDave Mitchell2003-01-221-7/+2
| | | | | | Message-ID: <20030116171237.C420@fdgroup.com> (with a small test tweak) p4raw-id: //depot/perl@18571
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-5/+5
| | | | | Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18456
* remove flag SvPADBUSYDave Mitchell2003-01-031-5/+2
| | | | | Message-ID: <20021219185543.C9530@fdgroup.com> p4raw-id: //depot/perl@18409
* Whoops, these are the changes supposed to be in #18318.Hugo van der Sanden2002-12-171-4/+6
| | | p4raw-id: //depot/perl@18319
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-171-1/+1
| | | | | Message-ID: <20021214191649.B3992@fdgroup.com> p4raw-id: //depot/perl@18311
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-28/+41
| | | | | Message-ID: <20021210012644.A7843@fdgroup.com> p4raw-id: //depot/perl@18302
* SvFAKE lexicals in scope for all of the subDave Mitchell2002-12-021-146/+185
| | | | | Message-ID: <20021125212533.B29157@fdgroup.com> p4raw-id: //depot/perl@18223
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-90/+28
| | | | | Message-ID: <20021124221906.A25386@fdgroup.com> p4raw-id: //depot/perl@18220
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-20/+33
| | | | | Message-ID: <20021018133640.A19172@fdgroup.com> p4raw-id: //depot/perl@18048
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-27/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Re: closure failuresDave Mitchell2002-10-121-2/+1
| | | | | Message-ID: <20021007024213.B29760@fdgroup.com> p4raw-id: //depot/perl@18006
* move all pad-related code to its own src fileDave Mitchell2002-10-021-0/+1518
Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17953