This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/attributes/attributes.xs is PERL_EXT
[perl5.git] / ext / attributes / attributes.xs
2017-11-06 Karl Williamsonext/attributes/attributes.xs is PERL_EXT
2017-11-06 Karl WilliamsonAdd memBEGINPs() to core and use it
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-08-28 Father ChrysostomosAdd another param to validate_proto
2016-10-19 Yves Ortonext/attributes: use _memEQs() when comparing to string...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-01-22 Father Chrysostomosattributes.xs: Don’t emit const warning for anons
2015-01-20 Father Chrysostomosattributes.xs: Remove dVAR
2015-01-20 Father ChrysostomosLet attributes.pm know about the const attribute
2015-01-10 Steve HayRevert "fix attributes memcmp without len<6 (asan catch)"
2014-10-07 Reini Urbanfix attributes memcmp without len<6 (asan catch)
2014-09-04 Andy DoughertyCorrect usage of memEQs in attributes.xs [perl #122701]
2013-10-16 Peter MartiniAdding a prototype attribute.
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-03-01 Father Chrysostomos[perl #107366] Allow attributes to set :lvalue on defin...
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-06-22 Father Chrysostomosattributes.pm: warn & don’t apply :lvalue to defined...
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to attributes
2009-04-13 Nicholas ClarkRestore prototypes to XS code in attributes, accidental...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
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 ClarkConvert xsutils.c and lib/attributes.pm to a regular...