summaryrefslogtreecommitdiff
path: root/regen/regen_lib.pl
Commit message (Expand)AuthorAgeFilesLines
* Replace multiple 'use vars' by 'our' in regen.Nicolas R2017-11-111-3/+3
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-3/+3
* Make *.inc behave like *.[hc]Jarkko Hietaniemi2015-07-221-1/+1
* regen/regen_lib.pl: Don't die on missing digestKarl Williamson2015-03-191-1/+7
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* add $VERSION to B::Op_privateDavid Mitchell2014-09-191-0/+20
* On failure, regen_lib.pl now generates diagnostics, not just "not ok".Nicholas Clark2013-07-241-2/+33
* Add an "always update" parameter to regen_lib's open_new().Nicholas Clark2013-07-071-11/+18
* Refactor the Text::Wrap::wrap() logic in regen/regen_lib.plNicholas Clark2013-07-071-6/+9
* Refactor regen_lib.pl to reduce verbosity.Nicholas Clark2013-07-071-14/+12
* In regen/regen_lib.pl, add 'Pod' as a third supported 'language'.Nicholas Clark2013-05-231-5/+9
* typo fixes for regen scriptsDavid Steinbrunner2013-05-221-1/+1
* Port regen/regen_lib.pl to 5.6.2Father Chrysostomos2011-12-241-1/+1
* Add a 'quote' argument to read_only_top(), to pass in an optional Tolkien.Nicholas Clark2011-05-191-0/+1
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-2/+4
* In regen/uconfig_h.pl use read_only_bottom_close_and_rename().Nicholas Clark2011-05-191-13/+7
* Merge safer_close() and rename_if_different() into close_and_rename()Nicholas Clark2011-05-191-32/+24
* Add an optional 'mode' argument to open_new(), to open for appending.Nicholas Clark2011-05-191-5/+11
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-7/+6
* Extract read_only_bottom() from read_only_bottom_close_and_rename()'s code.Nicholas Clark2011-03-281-8/+16
* Store the SHA-256 of the source in files generated by regen_perly.plNicholas Clark2011-01-231-3/+32
* Output "read only" editor blocks from regen_perly.plNicholas Clark2011-01-231-1/+1
* Move the duplicated subroutine tab() into regen_lib.plNicholas Clark2011-01-231-0/+6
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-2/+8
* In regen/*.pl, refactor the repeated code for close and rename if different.Nicholas Clark2011-01-231-1/+11
* In regen_lib.pl, when opening, first unlink a previous file of that name.Nicholas Clark2011-01-231-0/+3
* In regen_lib.pl use a meaningful key for storing the file's name.Nicholas Clark2011-01-231-2/+2
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-0/+51
* Move regen scripts to regen/Steffen Mueller2010-10-101-0/+77