summaryrefslogtreecommitdiff
path: root/lib/fields.pm
Commit message (Collapse)AuthorAgeFilesLines
* s/AVHV/pseudo-hash/ (via PM)Gisle Aas1998-07-111-2/+2
| | | | | | Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no> Subject: [PATCH] trivial fields.pm doc patch p4raw-id: //depot/perl@1434
* doc tweaks suggested by Abigail, M.J.T. Guy, and Larry WallGurusamy Sarathy1998-07-071-3/+3
| | | p4raw-id: //depot/perl@1357
* Re: [PATCH] Simplified magic_setisa() and improved fields.pmGisle Aas1998-06-301-8/+123
| | | | | Message-Id: <m367hk4hra.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1266
* retry [PATCH] 5.004_59: the perlhist.pod etcJarkko Hietaniemi1998-02-201-0/+23
| | | p4raw-id: //depot/perl@557
* Rewrite thread return code to distinguish between ordinary returnMalcolm Beattie1997-11-131-0/+18
and die() and make join propagate the die. Add tiny method eval which just does "return eval { shift->join; }". Add Thread::Specific class for access to thread specific user data along with specific.t. Rename Class to classname throughout Thread.xs for consistency. Fix pp_specific to pp_threadsv in global.sym. Add support to pp_entersub in pp_hot.c to lock stash for static locked methods. p4raw-id: //depot/perl@248