This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change docs display for PERL_UNUSED_foo
[perl5.git] / regen / feature.pl
2020-08-11 Tony Cookadd a default enabled feature "multidimensional"
2020-07-30 ☢ ℕicolas ℝUpdate regen/feature.pl
2020-06-27 Sawyer XBump to 5.33.0
2020-05-30 Sawyer XPartially reinstate "Perl 6" instead of Raku for mro...
2020-05-30 H.Merijn BrandPerl 6 -> Raku where appropriate
2020-02-16 Dagfinn Ilmari Man... Add 'indirect' feature that can be turned off to disabl... 17477/head
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-12-04 Tony Cookupdates to $^H{feature_validname} now update cop_features
2019-11-14 Dagfinn Ilmari Man... Fix FEATURE_${NAME}_IS_ENABLED macro for default features
2019-10-30 Tony Cookremove now unneeded FEATURE_IS_ENABLED()
2019-10-30 Tony CookFaster feature checks
2019-05-22 Sawyer XBump the perl version in various places for 5.31.0
2018-12-05 James E KeenanProvide header guards to prevent re-inclusion
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-06-23 Sawyer XBump version to 5.29.0 and regenerate everything
2018-04-20 Aaron CraneDocument that `use v5.12` and `use feature ":5.12"...
2018-01-01 Father ChrysostomosUpdate docs wrt bitwise ops
2017-12-31 Father ChrysostomosEnable bitwise feature with ‘use v5.28’
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-11-22 Zeframupdate doc in lib/ about smartmatch
2017-07-15 Aaron CraneRT #130907: Fix the Unicode Bug in split " "
2017-05-31 Sawyer XBump feature.pm for 5.27.0
2017-02-20 Karl WilliamsonRevise documentation of eval and evalbytes
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-07-17 David Mitchellbump feature.pm $VERSION
2016-07-17 Father ChrysostomosUpdate docs for declared_refs
2016-07-17 Father ChrysostomosAdd declared_refs feature feature
2016-05-20 Father ChrysostomosGive feature.pm the concept of no-op features
2016-05-20 Father ChrysostomosRemove @experimental from regen/feature.pl
2016-05-20 Father ChrysostomosIncrease $feature::VERSION to 1.44
2016-05-20 Father ChrysostomosUpdate feature.pm docs for lex sub acceptance
2016-05-09 Ricardo Signesfeature.pm: add the v5.25 bundle v5.25.0
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-03 Daniel Draganfeature.pm remove unused lexicals
2015-06-01 Ricardo Signesfeature: add the 5.23 bundle (same as 5.22)
2015-02-01 Father Chrysostomosfeature.pm: Document the bitwise feature
2015-02-01 Father ChrysostomosIncrease $feature::VERSION to 1.40
2015-02-01 Father ChrysostomosAdd bitwise feature feature
2014-11-22 Ricardo Signesdocument the postderef feature in feature.pm
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-18 Doug Bellmention 'switch' is experimental in feature.pm
2014-10-11 Father ChrysostomosDocument lvalue references
2014-10-11 Father ChrysostomosIncrease $feature::VERSION to 1.38
2014-10-11 Father ChrysostomosAdd lvalue_refs feature feature
2014-05-27 Ricardo Signesadd a 5.21 feature bundle
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-01 Zeframsubroutine signatures
2013-10-05 Father ChrysostomosAdd postderef_qq feature feature
2013-10-05 Father ChrysostomosIncrease $feature::VERSION to 1.34
2013-10-05 Father ChrysostomosAdd postderef feature feature
2013-05-18 Ricardo Signesregen feature.pm
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-09-30 Father ChrysostomosIncrease $feature::VERSION to 1.31
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
2012-09-16 Father ChrysostomosDocument lexical subs
2012-09-16 Father ChrysostomosAdd experimental lexical_subs feature
2012-09-16 Father Chrysostomosfeature.pm: Missing space
2012-09-16 Father ChrysostomosIncrease $feature::VERSION to 1.30
2012-06-07 Karl Williamsondocs patch: 'unicode_strings' doesn't change utf8ness
2012-05-21 Father Chrysostomosfeature.pl: Make 5.even bundle imply 5.odd
2012-05-21 Ricardo Signesadd the 5.17 feature bundle
2012-04-11 Nicholas ClarkTweak the FEATURE_IS_ENABLED() macro to avoid a bug...
2012-03-19 Nicholas ClarkIn feature.pm, inline current_bundle() into __common...
2012-03-19 Nicholas ClarkIn feature.pm, inline normalise_hints() into __common...
2012-03-19 Nicholas ClarkMerge the code common to feature::import and feature...
2012-03-19 Nicholas ClarkIn feature.pm, use a consistent code style in import...
2012-02-25 Father ChrysostomosDon’t ‘normalise’ hints for bare ‘no feature’
2012-02-25 Father Chrysostomosregen/feature.pl: Show perl.h line num in error msg
2012-02-22 Ricardo Signes"no feature" now means reset to default
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-01-29 Brian FraserAdd the fc keyword in regen/feature.pl
2012-01-29 Father Chrysostomosfeature.h: Mask hints in CURRENT_FEATURE_BUNDLE
2012-01-06 Father ChrysostomosCorrect links to perlsyn and perlop
2011-12-25 Father Chrysostomosfeature.pl: Get HINT_UNI_8_BIT from perl.h
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father Chrysostomosfeature.pl: Make the perl.h search more resilient
2011-12-24 Father Chrysostomosfeature.pl: Mention perl.h as a source
2011-12-24 Father ChrysostomosMake MAX_FEATURE_LEN reflect reality
2011-12-24 Father Chrysostomosfeature.h: FEATURE_IS_ENABLED can use CURRENT_HINTS
2011-12-24 Father Chrysostomosfeature.pl: Remove unused var
2011-12-24 Father Chrysostomosfeature.pm: Move hint normalisation to separate function
2011-12-24 Father Chrysostomosop.c: Use new feature bundle hints
2011-12-24 Father Chrysostomosfeature.h: Function for enabling bundles
2011-12-24 Father ChrysostomosMove FEATURE_IS_ENABLED to feature.h
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-24 Father Chrysostomosfeature.pl: Tweak comment
2011-12-24 Father Chrysostomosfeature.h: Avoid compiler warning
2011-12-24 Father Chrysostomosfeature.pm: Set bundle hints when dis/enabling features
2011-12-24 Father Chrysostomosfeature.pm: Add function for getting the current bundle
2011-12-24 Father Chrysostomosfeature.pl: Use @HintedBundles for generating feature.h
2011-12-24 Father ChrysostomosGive feature.pm the bundle hints
2011-12-24 Father Chrysostomosfeature.pl: Generate list of feature bundles in pod
2011-12-24 Father Chrysostomosfeature.pl: Add section headers
2011-12-24 Father Chrysostomosfeature.pl: Move hint-checking code up
next