This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Setting $_ to multiline glob in @INC filter
[perl5.git] / lib / feature.pm
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
2011-04-02 Jesse VincentAdded a 5.14 feature bundle (identical to the 5.13...
2010-12-19 Zeframbump version of many modules
2010-12-02 Karl WilliamsonDocument Unicode doc fix
2010-08-16 Florian RagwitzBump $feature::VERSION
2010-08-11 Karl Williamsonfeature.pm: Note unicode_strings is not complete
2010-04-13 Jesse Vincentfeature.pm now knows about 5.13
2010-03-14 Jesse Vincentfeature.pm needed to be taught about "use feature ...
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-12 Rafael Garcia-SuarezMention name of C constant in feature.pm for greppability
2009-12-25 Karl WilliamsonUpdate .pods
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2008-02-08 Steffen Müllerfeature bundles are the same across all subversions
2007-12-19 Rafael Garcia-SuarezMake -E require 5.11 features
2007-12-19 Nicholas Clarkfeature.pm needs to cope with the version not being...
2007-09-18 Robin Barkerdocument [PATCH] lib/feature.pm
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-09-07 Rafael Garcia-Suarezfeature bundle :5.10 should be equivalent to latest...
2007-05-24 Rafael Garcia-SuarezAdjustment to the test for importing feature bundles,
2007-05-20 Ævar Arnfjörð Bjar... Don't use a regex match in lib/feature.pm
2007-03-03 Rafael Garcia-SuarezMake use VERSION also load feature.pm
2007-03-01 Rafael Garcia-SuarezMention the syntax C<use feature ':5.10'> in feature...
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2007-01-15 Rafael Garcia-SuarezIntroduce the :5.10.0 feature bundle, and make :5.10 an
2007-01-15 Rafael Garcia-SuarezFix link to perlsyn (thanks to Michael G Schwern)
2007-01-15 Rafael Garcia-SuarezRemove the "dor" feature alias.
2007-01-15 Rafael Garcia-SuarezDocument "no feature" (Michael G Schwern)
2007-01-15 Rafael Garcia-SuarezMove the documentation of the lexical effect of feature...
2007-01-15 Rafael Garcia-SuarezRemove obsolete notes and TODOs from feature.pm
2007-01-15 Rafael Garcia-SuarezAdd a reference to the docs for state() variables in...
2007-01-15 Rafael Garcia-SuarezFactorise croak() calls and error messages in feature.pm
2006-06-07 Rafael Garcia-SuarezMake "use feature 'dor'" an alias for "use feature...
2006-05-03 Rafael Garcia-SuarezAdd "state" feature
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~