This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/attrs.t: Fixup for 7fe45fb9 - should be a semicolon
[perl5.git] / t / op / attrs.t
2016-10-21 Dan Collinst/op/attrs.t: Fixup for 7fe45fb9 - should be a semicolon
2016-09-09 Craig A. BerryForce a newline in new attrs.t test.
2016-09-07 David Mitchellfix errror handling for ':attr(foo' with no ')'
2016-09-05 David Mitchellavoid using freed ops on BEGIN :attr {}
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2015-11-23 David Mitchellassertion failure on foo(my $x : bar)
2015-03-01 Father Chrysostomos[perl #123817] Assert fail with attr in anon hash
2015-01-22 Father Chrysostomosattributes.xs: Don’t emit const warning for anons
2015-01-20 Father ChrysostomosLet attributes.pm know about the const attribute
2014-10-08 Father Chrysostomosattrs.t: Test that attr handlers can see prototypes
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2012-05-30 Father ChrysostomosDon’t clone closures in rv2cv
2012-03-01 Father Chrysostomos[perl #107366] Allow attributes to set :lvalue on defin...
2011-10-11 Father ChrysostomosStop attribute errors from leaking op trees
2011-06-22 Father Chrysostomosattrs.t: Test for something I almost broke
2011-06-22 Father Chrysostomosattributes.pm: warn & don’t apply :lvalue to defined...
2011-06-10 Father ChrysostomosSuppress proto warning from attrs.t
2011-06-09 Father ChrysostomosFix my + attrs + list assignment
2011-03-07 Nicholas ClarkRefactor 6 tests in t/op and t/run to use skip_all_if_m...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-12-09 Father Chrysostomos[perl #68658] attributes turn "state" into "my"
2010-11-30 Father ChrysostomosSuppress warning from t/op/attrs.t
2010-11-30 Father ChrysostomosUse ' to avoid interpolation
2010-11-30 Father Chrysostomos[perl #68560] calling closure prototype SEGVs
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-10-24 Zeframpermit labels to appear before declarations
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
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