This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #127380) default PERLIO_DEBUG/-Di to use STDERR
[perl5.git] / ext / attributes /
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-01-22 David Mitchellbump attributes.pm version
2015-01-22 Father Chrysostomosattributes.xs: Don’t emit const warning for anons
2015-01-20 Father ChrysostomosDocument :const
2015-01-20 Father Chrysostomosattributes.xs: Remove dVAR
2015-01-20 Father ChrysostomosLet attributes.pm know about the const attribute
2015-01-10 Steve HayBump $VERSION following previous commit
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-09-28 Jerry D. HeddenDocument :shared and :unique in attributes.pm
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-04-11 Father ChrysostomosIncrease $attributes::VERSION to 0.19
2012-04-11 Father ChrysostomosRevert "doco improvement for attributes.pm"
2012-03-01 Father Chrysostomosattributes.pm: Consistent spaces after dots in pod
2012-03-01 Father Chrysostomosattributes.pm: Add caveat about lvalue subs
2012-03-01 Father Chrysostomos[perl #107366] Allow attributes to set :lvalue on defin...
2012-02-27 Father ChrysostomosIncrease $attributes::VERSION to 0.18
2012-02-27 David Cantrelldoco improvement for attributes.pm
2011-10-06 Father ChrysostomosIncrease $attributes::VERSION from 0.16 to 0.17
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-09-08 Father ChrysostomosIncrease $attributes::version to 0.16
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-06-22 Father ChrysostomosIncrease $attributes::version to 0.15
2011-03-19 Father ChrysostomosVersion bumps for the recent PERL_NO_GET_CONTEXT commits
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to attributes
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
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 ClarkRemove a link to the attrs pragma, which has now been...
2009-04-12 Nicholas Clarks/locked/lvalue/ in the examples, and remove mention...
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...