This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use of strings with code points over 0xFF as arguments to "vec"
[perl5.git] / t / lib / feature /
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-28 Zeframremove useless "default" mechanism
2017-11-28 Dagfinn Ilmari Man... Assigning non-zero to $[ will become fatal in 5.30
2015-03-27 Father ChrysostomosStop $^H |= 0x1c020000 from enabling all features
2015-03-06 Karl Williamsont/lib/feature/implicit: Generalize for EBCDIC platforms
2015-03-06 Karl Williamsont/lib/feature/implicit: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonlib/feature/bundle: Generalize for non-ASCII platforms
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2012-04-11 Father Chrysostomos[perl #112352] Make ‘use v5.15’ always enable unicode_eval
2012-02-22 Ricardo Signes"no feature" now means reset to default
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father ChrysostomosFix up t/lib/feature/implicit
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-08 Father ChrysostomosFix use VERSION test failures under PERL_UNICODE
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-07 Father ChrysostomosAdd :default feature bundle
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2010-05-31 Father Chrysostomos[perl #70075] no 6; broken
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-07-20 Josh ben JoreRevert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben JoreTest that `use feature' doesn't leak a scalar during...
2008-02-08 Steffen Müllerfeature bundles are the same across all subversions
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-03-03 Rafael Garcia-SuarezMake use VERSION also load feature.pm
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-19 Robin Houstonlatest switch/say/~~