summaryrefslogtreecommitdiff
path: root/pad.h
Commit message (Collapse)AuthorAgeFilesLines
* Ensure PL_comppad/curpad point to PL_main_cv's padlist whenDave Mitchell2003-10-161-2/+9
| | | | | | PL_main_root is freed; this may not have been be the case if a thread other than the main one is the last to be destroyed p4raw-id: //depot/perl@21470
* 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
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18807
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-171-5/+3
| | | | | Message-ID: <20021214191649.B3992@fdgroup.com> p4raw-id: //depot/perl@18311
* Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)Dave Mitchell2002-11-121-7/+9
| | | | | Message-ID: <20021107163802.C25337@fdgroup.com> p4raw-id: //depot/perl@18142
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-19/+67
| | | | | Message-ID: <20021018133640.A19172@fdgroup.com> p4raw-id: //depot/perl@18048
* Non ANSI feature detection in enumH.Merijn Brand2002-10-041-1/+1
| | | p4raw-id: //depot/perl@17975
* move all pad-related code to its own src fileDave Mitchell2002-10-021-0/+214
Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17953