summaryrefslogtreecommitdiff
path: root/feature.h
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-19/+34
* Enable `use feature 'module_true'`chromatic2022-11-011-11/+24
* feature.h - simplify expression CURRENT_HINTS expressionYves Orton2022-10-261-1/+6
* Remove bareword_filehandles from the :5.38 feature bundleDagfinn Ilmari Mannsåker2022-07-061-11/+17
* Put 'bareword_filehandles' feature back into the v5.35 bundlePaul "LeoNerd" Evans2022-05-131-1/+1
* Add 'extra paired delimiters' featureKarl Williamson2022-03-191-20/+32
* Add 'signatures' to :5.36 feature bundlePaul "LeoNerd" Evans2022-02-201-2/+3
* Add 'isa' to 'use feature :5.35'Paul "LeoNerd" Evans2022-02-151-2/+3
* feature.pm: remove bareword_filehandles from :5.36Ricardo Signes2021-11-021-1/+1
* feature: remove indirect and multidimensional in v5.36Ricardo Signes2021-11-021-2/+2
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-14/+29
* feature.pm: drop "switch" from latest version bundleRicardo Signes2021-07-251-12/+17
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-2/+17
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-18/+31
* add a default enabled feature "multidimensional"Tony Cook2020-08-101-17/+30
* Add 'indirect' feature that can be turned off to disable indirect object syntaxDagfinn Ilmari Mannsåker2020-02-161-10/+23
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-8/+23
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-0/+117
* remove now unneeded FEATURE_IS_ENABLED()Tony Cook2019-10-301-7/+0
* Faster feature checksTony Cook2019-10-301-13/+45
* Provide header guards to prevent re-inclusionJames E Keenan2018-12-041-0/+5
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-261-7/+0
* Enable bitwise feature with ‘use v5.28’Father Chrysostomos2017-12-311-11/+17
* Add declared_refs feature featureFather Chrysostomos2016-07-171-0/+6
* Give feature.pm the concept of no-op featuresFather Chrysostomos2016-05-201-12/+0
* Make postfix dereferencing work without the postderef featureAaron Crane2015-07-131-3/+2
* The postderef feature is no longer experimentalAaron Crane2015-06-271-12/+22
* Add bitwise feature featureFather Chrysostomos2015-01-311-0/+6
* Rename lvalue referencesFather Chrysostomos2014-10-171-2/+2
* Add lvalue_refs feature featureFather Chrysostomos2014-10-101-0/+6
* subroutine signaturesZefram2014-02-011-0/+6
* Add postderef_qq feature featureFather Chrysostomos2013-10-051-1/+7
* Add postderef feature featureFather Chrysostomos2013-10-051-0/+6
* Add experimental lexical_subs featureFather Chrysostomos2012-09-151-0/+6
* Tweak the FEATURE_IS_ENABLED() macro to avoid a bug in the HP-UX compiler.Nicholas Clark2012-04-121-1/+3
* Add the fc keyword in regen/feature.plBrian Fraser2012-01-291-0/+7
* feature.h: Mask hints in CURRENT_FEATURE_BUNDLEFather Chrysostomos2012-01-281-1/+2
* use VERSION needs to enable uni8bit hintFather Chrysostomos2011-12-241-0/+4
* Make MAX_FEATURE_LEN reflect realityFather Chrysostomos2011-12-241-1/+1
* feature.h: FEATURE_IS_ENABLED can use CURRENT_HINTSFather Chrysostomos2011-12-241-1/+1
* feature.h: Function for enabling bundlesFather Chrysostomos2011-12-241-0/+21
* Move FEATURE_IS_ENABLED to feature.hFather Chrysostomos2011-12-241-0/+7
* Eliminate ‘negative’ featuresFather Chrysostomos2011-12-241-1/+1
* feature.h: Avoid compiler warningFather Chrysostomos2011-12-241-2/+1
* Add macros for checking individual featuresFather Chrysostomos2011-12-241-0/+62
* feature.h: Add macros for current hintsFather Chrysostomos2011-12-241-0/+4
* feature.h: Parenthesise macro definitionFather Chrysostomos2011-12-241-1/+1
* Add feature.h, with constants for feature bundlesFather Chrysostomos2011-12-241-0/+20