summaryrefslogtreecommitdiff
path: root/lib/fields.pm
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to base 2.03.Jarkko Hietaniemi2003-09-161-44/+47
| | | | | (Rename the fields-5.6.0.t to have less d.o.t.s.) p4raw-id: //depot/perl@21235
* Upgrade to base 2.01 from CPAN.Jarkko Hietaniemi2003-09-031-132/+221
| | | p4raw-id: //depot/perl@21012
* Ouch. Upgrading to base 2.0 made the threads tests very unhappyJarkko Hietaniemi2003-08-311-221/+132
| | | | | | | both in blead and maint, lots of "Attempt to free non-existent shared string" and "Unbalanced string table refcount" errors. Retract #20960 (and #20963). p4raw-id: //depot/perl@20965
* Upgrade to base.pm 2.0.Jarkko Hietaniemi2003-08-311-132/+221
| | | | | (Rename the tests around a bit to be more 8.3-friendly.) p4raw-id: //depot/perl@20960
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20688
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-71/+13
| | | | | Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17725
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
| | | p4raw-id: //depot/perl@12041
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
| | | | | the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016
* Add warnif(), check warnings further up the stack,Paul Marquess2000-08-181-2/+1
| | | | | | | | all the warnings functions now can take an optional object reference. Subject: [PATCH bleedperl@6691] warnings pragma update Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com> p4raw-id: //depot/perl@6707
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+3
| | | p4raw-id: //depot/perl@5712
* typos in change#5293Gurusamy Sarathy2000-02-271-3/+3
| | | | | p4raw-link: @5293 on //depot/perl: 479ba38336aaacaf3a7e00a4662d83e2dc833197 p4raw-id: //depot/perl@5294
* support fields::new() and fields::phash() to create pseudo-hashGurusamy Sarathy2000-02-271-54/+155
| | | | | | | | objects and plain pseudo-hashes respectively (this avoids users from having to diddle %FIELDS directly); update documentation to suit (from original fields::phash() implementation by Peter Scott <Peter@PSDT.com>) p4raw-id: //depot/perl@5293
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-1/+2
| | | p4raw-id: //depot/perl@4860
* [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'John Tobey2000-01-221-30/+56
| | | | | Message-Id: <E11ym4U-0000c7-00@einstein.localnet> p4raw-id: //depot/perl@4835
* avoid warningsGurusamy Sarathy1999-07-021-2/+2
| | | p4raw-id: //depot/perl@3564
* Typos in pod.Abigail1998-12-291-2/+2
| | | | | | To: perl5-porters@perl.org (Perl Porters) Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com> p4raw-id: //depot/cfgperl@2518
* 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