summaryrefslogtreecommitdiff
path: root/regen/feature.pl
Commit message (Expand)AuthorAgeFilesLines
* Revise documentation of eval and evalbytesKarl Williamson2017-02-191-45/+17
* Fix the Unicode Bug in the range operatorAaron Crane2017-01-051-2/+4
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* bump feature.pm $VERSIONDavid Mitchell2016-07-171-1/+1
* Update docs for declared_refsFather Chrysostomos2016-07-171-0/+16
* Add declared_refs feature featureFather Chrysostomos2016-07-171-0/+1
* Give feature.pm the concept of no-op featuresFather Chrysostomos2016-05-201-2/+9
* Remove @experimental from regen/feature.plFather Chrysostomos2016-05-201-7/+0
* Increase $feature::VERSION to 1.44Father Chrysostomos2016-05-201-1/+1
* Update feature.pm docs for lex sub acceptanceFather Chrysostomos2016-05-201-8/+12
* feature.pm: add the v5.25 bundlev5.25.0Ricardo Signes2016-05-091-1/+3
* Make postfix dereferencing work without the postderef featureAaron Crane2015-07-131-12/+17
* Non-invasive mojibake fixesStanislaw Pusep2015-07-031-1/+1
* The postderef feature is no longer experimentalAaron Crane2015-06-271-10/+11
* feature.pm remove unused lexicalsDaniel Dragan2015-06-031-2/+2
* feature: add the 5.23 bundle (same as 5.22)Ricardo Signes2015-06-011-1/+3
* feature.pm: Document the bitwise featureFather Chrysostomos2015-01-311-0/+18
* Increase $feature::VERSION to 1.40Father Chrysostomos2015-01-311-1/+1
* Add bitwise feature featureFather Chrysostomos2015-01-311-0/+1
* document the postderef feature in feature.pmRicardo Signes2014-11-221-1/+22
* Rename lvalue referencesFather Chrysostomos2014-10-171-3/+3
* mention 'switch' is experimental in feature.pmDoug Bell2014-10-171-0/+6
* Document lvalue referencesFather Chrysostomos2014-10-111-0/+23
* Increase $feature::VERSION to 1.38Father Chrysostomos2014-10-101-1/+1
* Add lvalue_refs feature featureFather Chrysostomos2014-10-101-0/+1
* add a 5.21 feature bundleRicardo Signes2014-05-261-1/+3
* Change 'semantics' to 'rules'Karl Williamson2014-02-201-3/+3
* subroutine signaturesZefram2014-02-011-1/+22
* Add postderef_qq feature featureFather Chrysostomos2013-10-051-0/+1
* Increase $feature::VERSION to 1.34Father Chrysostomos2013-10-051-1/+1
* Add postderef feature featureFather Chrysostomos2013-10-051-0/+1
* regen feature.pmRicardo Signes2013-05-181-1/+3
* Increase $feature::VERSION to 1.32Father Chrysostomos2012-11-241-1/+1
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-241-10/+6
* Increase $feature::VERSION to 1.31Father Chrysostomos2012-09-301-1/+1
* Use two colons for lexsub warningFather Chrysostomos2012-09-301-2/+2
* Document lexical subsFather Chrysostomos2012-09-151-0/+14
* Add experimental lexical_subs featureFather Chrysostomos2012-09-151-3/+25
* feature.pm: Missing spaceFather Chrysostomos2012-09-151-1/+1
* Increase $feature::VERSION to 1.30Father Chrysostomos2012-09-151-1/+1
* docs patch: 'unicode_strings' doesn't change utf8nessKarl Williamson2012-06-071-2/+3
* feature.pl: Make 5.even bundle imply 5.oddFather Chrysostomos2012-05-211-4/+6
* add the 5.17 feature bundleRicardo Signes2012-05-201-1/+3
* Tweak the FEATURE_IS_ENABLED() macro to avoid a bug in the HP-UX compiler.Nicholas Clark2012-04-121-1/+3
* In feature.pm, inline current_bundle() into __common(), its only caller.Nicholas Clark2012-03-191-7/+4
* In feature.pm, inline normalise_hints() into __common(), its only caller.Nicholas Clark2012-03-191-11/+7
* Merge the code common to feature::import and feature::unimport.Nicholas Clark2012-03-191-24/+11
* In feature.pm, use a consistent code style in import() and unimport().Nicholas Clark2012-03-191-5/+6
* Don’t ‘normalise’ hints for bare ‘no feature’Father Chrysostomos2012-02-251-5/+5