This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
merge most of perllexwarn into warnings
[perl5.git] / regen / warnings.pl
2014-03-18 Ricardo Signesmerge most of perllexwarn into warnings
2014-03-18 Ricardo Signesreplace printTree with warningsTree
2014-03-18 Ricardo Signesenclose warnings.h generation in a block
2014-02-01 Zeframsubroutine signatures
2014-01-22 Tony Cook[perl #120977] bump $warnings::VERSION
2014-01-22 Hauke Dassume "all" in "use warnings 'FATAL';" and related
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosIncrease $warnings::VERSION to 1.21
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2014-01-01 Karl Williamsonregen/warnings.pl: Add comments
2013-10-05 Ricardo Signesnew warnings category, so bump warnings.pm
2013-10-05 Father ChrysostomosMake postderef experimental
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-06-10 Father ChrysostomosMake ‘make regen’ regenerate the tree in perllexwarn
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-17 Nicholas ClarkIn warnings.pm, delete a hash slice, instead of using...
2013-01-11 Karl WilliamsonCreate new warnings category experimental::regex_sets
2012-09-30 Father ChrysostomosIncrease $warnings::VERSION to 1.15
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
2012-09-16 Father ChrysostomosAdd experimental warnings categ and :lexical_subs warn ID
2012-09-15 Father ChrysostomosIncrease $warnings::VERSION to 1.14
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-02-05 David Goldenwarnings.pm docs: clarify categories are in perllexwarn
2012-01-27 Father ChrysostomosIncrease $warnings::VERSION to 1.13
2012-01-27 Father ChrysostomosAllow ${^WARNING_BITS} to turn off lexical warnings
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-02-18 Karl Williamsonwarnings.pl: Update comment
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-01-23 Nicholas ClarkMove the duplicated subroutine tab() into regen_lib.pl
2011-01-23 Nicholas ClarkChange close_and_rename() to read_only_bottom_close_and...
2011-01-23 Nicholas ClarkIn regen/*.pl, refactor the repeated code for close...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2010-10-14 Father Chrysostomoswarnings.pl -> regen/warnings.pl
2010-10-10 Steffen MuellerMove regen scripts to regen/