This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
basic.t: Provide descriptions for all unit tests
[perl5.git] / regen / regen_lib.pl
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in regen.
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2015-07-22 Jarkko HietaniemiMake *.inc behave like *.[hc]
2015-03-19 Karl Williamsonregen/regen_lib.pl: Don't die on missing digest
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-09-19 David Mitchelladd $VERSION to B::Op_private
2013-07-24 Nicholas ClarkOn failure, regen_lib.pl now generates diagnostics...
2013-07-07 Nicholas ClarkAdd an "always update" parameter to regen_lib's open_new().
2013-07-07 Nicholas ClarkRefactor the Text::Wrap::wrap() logic in regen/regen_lib.pl
2013-07-07 Nicholas ClarkRefactor regen_lib.pl to reduce verbosity.
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/