summaryrefslogtreecommitdiff
path: root/ext/attributes/attributes.pm
Commit message (Expand)AuthorAgeFilesLines
* Silence compilter warningKarl Williamson2018-03-161-1/+1
* Clarify comments around deprecated attributesDagfinn Ilmari Mannsåker2017-10-291-2/+4
* Add another param to validate_protoFather Chrysostomos2017-08-281-1/+1
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-7/+0
* Remove deprecated no-op :unique attributeDagfinn Ilmari Mannsåker2017-06-011-11/+1
* Time limit the deprecation of :unique and :locked.Abigail2017-01-161-4/+7
* ext/attributes: use _memEQs() when comparing to string argumentsYves Orton2016-10-191-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-1/+1
* bump attributes.pm versionDavid Mitchell2015-01-221-1/+1
* Document :constFather Chrysostomos2015-01-191-0/+7
* Let attributes.pm know about the const attributeFather Chrysostomos2015-01-191-4/+8
* Bump $VERSION following previous commitSteve Hay2015-01-101-1/+1
* Revert "fix attributes memcmp without len<6 (asan catch)"Steve Hay2015-01-101-1/+1
* fix attributes memcmp without len<6 (asan catch)Reini Urban2014-10-081-1/+1
* Correct usage of memEQs in attributes.xs [perl #122701]Andy Dougherty2014-09-041-1/+1
* Adding a prototype attribute.Peter Martini2013-10-161-1/+14
* Document :shared and :unique in attributes.pmJerry D. Hedden2012-09-281-4/+21
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-1/+1
* Increase $attributes::VERSION to 0.19Father Chrysostomos2012-04-101-1/+1
* Revert "doco improvement for attributes.pm"Father Chrysostomos2012-04-101-16/+0
* attributes.pm: Consistent spaces after dots in podFather Chrysostomos2012-03-011-7/+12
* attributes.pm: Add caveat about lvalue subsFather Chrysostomos2012-03-011-0/+9
* [perl #107366] Allow attributes to set :lvalue on defined subFather Chrysostomos2012-03-011-2/+2
* Increase $attributes::VERSION to 0.18Father Chrysostomos2012-02-261-1/+1
* doco improvement for attributes.pmDavid Cantrell2012-02-261-0/+16
* Increase $attributes::VERSION from 0.16 to 0.17Father Chrysostomos2011-10-061-1/+1
* Increase $attributes::version to 0.16Father Chrysostomos2011-09-071-1/+1
* attributes.pm: warn & don’t apply :lvalue to defined subsFather Chrysostomos2011-06-221-0/+9
* Increase $attributes::version to 0.15Father Chrysostomos2011-06-221-1/+1
* Version bumps for the recent PERL_NO_GET_CONTEXT commitsFather Chrysostomos2011-03-191-1/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
* Remove a link to the attrs pragma, which has now been removed.Nicholas Clark2009-04-121-2/+0
* s/locked/lvalue/ in the examples, and remove mention of the deprecated :unique.Nicholas Clark2009-04-121-9/+7
* Deprecate using "unique" with the attributes pragma.Nicholas Clark2009-04-121-2/+7
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-121-3/+18
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-0/+474