This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Optimize reversing an array in-place
[perl5.git] / t / op / attrs.t
2009-10-08 Nicholas ClarkMove the test for RT #49472 to op/attrs.t from comp...
2009-09-06 ZeframFix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR...
2009-05-25 Rafael Garcia-SuarezSkip tests that use attributes.pm under miniperl
2009-05-11 Vincent PitAllow typed arrays and hashes
2009-04-12 Nicholas ClarkDeprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas ClarkDeprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2006-11-20 Rafael Garcia-SuarezUnify the two warnings "Can't declare %s in %s", in...
2006-08-27 Rafael Garcia-SuarezRegression test for attributes 'reserved' warning,
2005-06-15 Salvador FandiXXo[perl #36297] builtin attrs on subrutine declarations
2005-01-19 Nicholas ClarkMake "assertion" attribute code and test conditional
2005-01-05 Nicholas ClarkRafael spotted that my changes caused warnings. So...
2005-01-04 Nicholas ClarkCheck all attributes in modify_SV_attributes are recogn...
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-08 Rafael Garcia-SuarezMore tests for the attribute syntax, from the
2002-08-08 Rafael Garcia-SuarezFix bug #16080 : an attribute list should end at '}'
2002-08-08 Rafael Garcia-SuarezRe: [perl #15898] coredump with variable our
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-29 Spider BoardmanRe: perl 5.7.3 + XS lvalue subs
2002-03-28 Spider BoardmanRe: perl 5.7.3 + XS lvalue subs
2001-12-09 Spider BoardmanRe: attributes are broken
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-11 Doug MacEachernRe: [patch] GvSHARED
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-28 Daniel ChetlinRe: [PATCH blead] Fix segfault in gv_handler/mg_find
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-02-09 Charles BaileyResync with mainline
2000-01-26 Gurusamy Sarathyrevised attribute syntax: C<my $foo :a :b :c>, C<my...
1999-08-29 Spider Boardmansub : attrlist