This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Fix Win32 compilation problems
[perl5.git] / regen / keywords.pl
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2011-12-24 Father ChrysostomosUse new feature-testing macros
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-08-25 Father ChrysostomosSimplify the CORE::__FOO__ op-generation code
2011-06-17 Father ChrysostomosDeparse CORE::break
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-01-24 Nicholas ClarkMerge perl_keyword.pl into regen/keywords.pl, to genera...
2011-01-23 Nicholas ClarkIn regen scripts, print to explicit file handles instea...
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 Chrysostomoskeywords.pl -> regen/keywords.pl
2010-10-10 Steffen MuellerMove regen scripts to regen/