summaryrefslogtreecommitdiff
path: root/ext/attributes
Commit message (Expand)AuthorAgeFilesLines
* Silence compilter warningKarl Williamson2018-03-162-2/+2
* ext/attributes/attributes.xs is PERL_EXTKarl Williamson2017-11-061-0/+2
* Add memBEGINPs() to core and use itKarl Williamson2017-11-061-2/+3
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-3/+3
* Clarify comments around deprecated attributesDagfinn Ilmari Mannsåker2017-10-291-2/+4
* Add another param to validate_protoFather Chrysostomos2017-08-282-2/+2
* 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-192-5/+5
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-222-7/+1
* bump attributes.pm versionDavid Mitchell2015-01-221-1/+1
* attributes.xs: Don’t emit const warning for anonsFather Chrysostomos2015-01-211-1/+1
* Document :constFather Chrysostomos2015-01-191-0/+7
* attributes.xs: Remove dVARFather Chrysostomos2015-01-191-1/+0
* Let attributes.pm know about the const attributeFather Chrysostomos2015-01-192-4/+22
* Bump $VERSION following previous commitSteve Hay2015-01-101-1/+1
* Revert "fix attributes memcmp without len<6 (asan catch)"Steve Hay2015-01-102-2/+2
* fix attributes memcmp without len<6 (asan catch)Reini Urban2014-10-082-2/+2
* Correct usage of memEQs in attributes.xs [perl #122701]Andy Dougherty2014-09-042-2/+2
* Adding a prototype attribute.Peter Martini2013-10-162-1/+37
* Document :shared and :unique in attributes.pmJerry D. Hedden2012-09-281-4/+21
* update the editor hints for spaces, not tabsRicardo Signes2012-05-292-3/+3
* 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-012-5/+6
* 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
* toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.Brian Fraser2011-10-061-2/+2
* Increase $attributes::version to 0.16Father Chrysostomos2011-09-071-1/+1
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* attributes.pm: warn & don’t apply :lvalue to defined subsFather Chrysostomos2011-06-222-0/+13
* 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
* Add PERL_NO_GET_CONTEXT to attributesNicholas Clark2011-03-191-0/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
* Restore prototypes to XS code in attributes, accidentally lost by change 48462a7Nicholas Clark2009-04-131-0/+3
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-131-2/+0
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-131-6/+0
* 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-122-24/+10
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-122-12/+18
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-122-0/+724