Remove support for assertions and -A
[p5sagit/p5-mst-13.2.git] / t / op / attrs.t
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2006-11-20 Rafael Garcia-Suarez Unify the two warnings "Can't declare %s in %s", in...
2006-08-27 Rafael Garcia-Suarez Regression test for attributes 'reserved' warning,
2005-06-15 Salvador FandiXXo [perl #36297] builtin attrs on subrutine declarations
2005-01-19 Nicholas Clark Make "assertion" attribute code and test conditional
2005-01-05 Nicholas Clark Rafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas Clark Check all attributes in modify_SV_attributes are recogn...
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-08 Rafael Garcia-Suarez More tests for the attribute syntax, from the
2002-08-08 Rafael Garcia-Suarez Fix bug #16080 : an attribute list should end at '}'
2002-08-08 Rafael Garcia-Suarez Re: [perl #15898] coredump with variable our
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-29 Spider Boardman Re: perl 5.7.3 + XS lvalue subs
2002-03-28 Spider Boardman Re: perl 5.7.3 + XS lvalue subs
2001-12-09 Spider Boardman Re: attributes are broken
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-11 Doug MacEachern Re: [patch] GvSHARED
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-28 Daniel Chetlin Re: [PATCH blead] Fix segfault in gv_handler/mg_find
2000-10-20 Charles Bailey SYN SYN
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-02-09 Charles Bailey Resync with mainline
2000-01-26 Gurusamy Sarathy revised attribute syntax: C<my $foo :a :b :c>, C<my...
1999-08-29 Spider Boardman sub : attrlist