summaryrefslogtreecommitdiff
path: root/t/op/attrs.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #36297] builtin attrs on subrutine declarations Salvador FandiXXo2005-06-151-0/+5
* Make "assertion" attribute code and test conditionalNicholas Clark2005-01-191-2/+3
* Rafael spotted that my changes caused warnings. So clean up.Nicholas Clark2005-01-051-0/+1
* Check all attributes in modify_SV_attributes are recognised.Nicholas Clark2005-01-041-4/+32
* More tests for the attribute syntax, from theRafael Garcia-Suarez2002-08-081-1/+19
* Fix bug #16080 : an attribute list should end at '}'Rafael Garcia-Suarez2002-08-081-1/+7
* Re: [perl #15898] coredump with variable ourRafael Garcia-Suarez2002-08-081-143/+45
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-291-0/+8
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-281-0/+6
* Re: attributes are brokenSpider Boardman2001-12-091-3/+29
* Re: [patch] GvSHAREDDoug MacEachern2001-02-111-2/+3
* Re: [PATCH blead] Fix segfault in gv_handler/mg_findDaniel Chetlin2000-12-281-0/+4
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-2/+2
* sub : attrlistSpider Boardman1999-08-291-0/+176