summaryrefslogtreecommitdiff
path: root/t/op/attrs.t
Commit message (Expand)AuthorAgeFilesLines
* Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTESZefram2009-09-061-1/+31
* Skip tests that use attributes.pm under miniperlRafael Garcia-Suarez2009-05-251-2/+6
* Allow typed arrays and hashesVincent Pit2009-05-111-2/+5
* Deprecate using "unique" with the attributes pragma.Nicholas Clark2009-04-121-2/+3
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-121-3/+9
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-15/+5
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+8
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-1/+0
* Unify the two warnings "Can't declare %s in %s", in line with what'sRafael Garcia-Suarez2006-11-201-2/+2
* Regression test for attributes 'reserved' warning,Rafael Garcia-Suarez2006-08-271-1/+7
* [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