This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In regen/regen_lib.pl, add 'Pod' as a third supported 'language'.
[perl5.git] / regen / regen_lib.pl
2013-05-23 Nicholas ClarkIn regen/regen_lib.pl, add 'Pod' as a third supported...
2013-05-22 David Steinbrunnertypo fixes for regen scripts
2011-12-25 Father ChrysostomosPort regen/regen_lib.pl to 5.6.2
2011-05-19 Nicholas ClarkAdd a 'quote' argument to read_only_top(), to pass...
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkIn regen/uconfig_h.pl use read_only_bottom_close_and_re...
2011-05-19 Nicholas ClarkMerge safer_close() and rename_if_different() into...
2011-05-19 Nicholas ClarkAdd an optional 'mode' argument to open_new(), to open...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-03-28 Nicholas ClarkExtract read_only_bottom() from read_only_bottom_close_...
2011-01-23 Nicholas ClarkStore the SHA-256 of the source in files generated...
2011-01-23 Nicholas ClarkOutput "read only" editor blocks from regen_perly.pl
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 ClarkIn regen_lib.pl, when opening, first unlink a previous...
2011-01-23 Nicholas ClarkIn regen_lib.pl use a meaningful key for storing the...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2010-10-10 Steffen MuellerMove regen scripts to regen/