This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version to 5.33.5
[perl5.git] / lib / feature.pm
2020-09-25 Sawyer XLast bits of Perl 6 -> Raku
2020-08-11 Tony Cookadd a default enabled feature "multidimensional"
2020-08-04 Dagfinn Ilmari Man... Widen the feature bundle hint mask to 4 bits
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-10-30 Tony CookFaster feature checks
2019-05-22 Sawyer XBump the perl version in various places for 5.31.0
2019-05-22 Sawyer Xupdate features
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-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 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-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-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-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-06 Father ChrysostomosCorrect links to perlsyn and perlop
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
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 ChrysostomosEliminate ‘negative’ features
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 ChrysostomosGive feature.pm the bundle hints
2011-12-24 Father ChrysostomosUse only \w+ for internal feature names
2011-12-24 Father Chrysostomosfeature.pl: Gen %feature_bundle from %UniqueBundles
2011-12-24 Father ChrysostomosCreate regen/feature.pl
2011-12-24 Father ChrysostomosIncrease $feature::VERSION to 1.25
2011-12-16 Father ChrysostomosDocument the array_base feature
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-16 Father Chrysostomosfeature.pm: Consistent use of spaces after full stops
2011-12-15 David GoldenRevise feature.pm documentation
2011-12-07 Father ChrysostomosAdjust docs to match new ver decl behaviour
2011-12-07 Father ChrysostomosDocument :default feature bundle
2011-12-07 Father ChrysostomosAdd :default feature bundle
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-15 Father Chrysostomosfeature.pm: Avoid repetition; save memory
2011-11-15 Father ChrysostomosAdd 5.16 feature bundle
2011-11-06 Father ChrysostomosDocument unicode_eval and evalbytes
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Father ChrysostomosIncrease $feature::VERSION to 1.23
2011-11-06 Father ChrysostomosAdd unicode_eval feature
2011-07-04 Eric BrineOrder features alphabetically
2011-06-17 Father ChrysostomosDoc update for changes in 5.15.0 + tweaks
2011-05-28 Johan Vromansfeature.pm: Improve pod wording
2011-05-18 David MitchellBump the perl version in various places for 5.15.0
next