summaryrefslogtreecommitdiff
path: root/ext/attributes/attributes.xs
Commit message (Expand)AuthorAgeFilesLines
* Silence compilter warningKarl Williamson2018-03-161-1/+1
* 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
* Add another param to validate_protoFather Chrysostomos2017-08-281-1/+1
* ext/attributes: use _memEQs() when comparing to string argumentsYves Orton2016-10-191-4/+4
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* attributes.xs: Don’t emit const warning for anonsFather Chrysostomos2015-01-211-1/+1
* attributes.xs: Remove dVARFather Chrysostomos2015-01-191-1/+0
* Let attributes.pm know about the const attributeFather Chrysostomos2015-01-191-0/+14
* 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-0/+23
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #107366] Allow attributes to set :lvalue on defined subFather Chrysostomos2012-03-011-3/+4
* toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.Brian Fraser2011-10-061-2/+2
* 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-221-0/+4
* Add PERL_NO_GET_CONTEXT to attributesNicholas Clark2011-03-191-0/+1
* 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
* Deprecate using "unique" with the attributes pragma.Nicholas Clark2009-04-121-22/+3
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-121-9/+0
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-0/+250