summaryrefslogtreecommitdiff
path: root/lib/attributes.pm
Commit message (Collapse)AuthorAgeFilesLines
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-482/+0
|
* Remove the 5.005 threads details from the documentation for :locked and :methodNicholas Clark2009-03-311-22/+9
|
* $attributes::VERSION++ following change 33985.Nicholas Clark2008-06-071-1/+1
| | | p4raw-id: //depot/perl@34016
* [perl #36516] attributes.pm documentation is recursive and incomplete reneeb2008-06-011-0/+77
| | | | | | | | From: "reneeb via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-19826-1211725834-911.36516-15-0@perl.org> with some spelling nits p4raw-id: //depot/perl@33985
* Correction to POD for FETCH_*_ATTRIBUTES Jerry D. Hedden2006-09-041-4/+4
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net> p4raw-id: //depot/perl@28779
* RE: [perl #40227] 'reserved' warning not workingJerry D. Hedden2006-08-251-3/+3
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net> p4raw-id: //depot/perl@28756
* Don't promulgate Perl attributesJerry D. Hedden2006-08-241-2/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net> p4raw-id: //depot/perl@28753
* [DOCPATCH] attributes.pmElizabeth Mattijsen2003-09-241-0/+4
| | | | | | | Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]> (reformatted a bit) p4raw-id: //depot/perl@21356
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20688
* Typos fixes by Stas Bekman.Rafael Garcia-Suarez2003-04-081-1/+1
| | | p4raw-id: //depot/perl@19167
* One more pass on the TYPE/ATTRS issues.Jarkko Hietaniemi2002-06-131-9/+8
| | | p4raw-id: //depot/perl@17219
* Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).Jarkko Hietaniemi2002-06-121-4/+1
| | | p4raw-id: //depot/perl@17208
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-271-1/+1
| | | | | Message-ID: <oUp88gzkgy+T092yn@efn.org> p4raw-id: //depot/perl@16822
* Re: attributes are brokenSpider Boardman2001-12-091-11/+29
| | | | | Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> p4raw-id: //depot/perl@13543
* 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
* Re: [PATCH xsutils.c] Quieting warningsMichael G. Schwern2001-06-011-1/+1
| | | | | Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10371
* PATCH: Re: Re: Attributes that tieLeon Brocard2001-05-271-1/+2
| | | | | | | | Message-ID: <20010527123729.A22663@ns0.astray.com> Document that variable attributes are not currently usable for tieing. (An ugly limitation that should be fixed.) p4raw-id: //depot/perl@10236
* document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-02-191-0/+6
| | | p4raw-id: //depot/perl@5148
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-7/+8
| | | | | and C<my $foo : a : b : c> are all valid (from Spider Boardman) p4raw-id: //depot/perl@4907
* typo, doc tweakGurusamy Sarathy1999-10-241-1/+1
| | | p4raw-id: //depot/perl@4438
* allow get() and reftype() functions to be imported (fromGurusamy Sarathy1999-10-241-17/+30
| | | | | Spider Boardman) p4raw-id: //depot/perl@4437
* sub : attrlistSpider Boardman1999-08-291-0/+379
To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043