| Commit message (Expand) | Author | Age | Files | Lines |
* | don't set a special filetype for generated .gitignore | Lukas Mai | 2023-03-24 | 1 | -8/+18 |
* | fix incorrect vi filetype declarations in generated files | Lukas Mai | 2023-03-24 | 1 | -1/+1 |
* | generated files - update mode lines to specify file type | Elvin Aslanov | 2023-02-19 | 1 | -2/+3 |
* | regen/regen_lib.pl - don't leave -new files in the tree when tests fail | Yves Orton | 2023-02-19 | 1 | -1/+9 |
* | regen/embed.pl - switch to using HeaderParser for code generation and etc. | Yves Orton | 2022-12-24 | 1 | -0/+2 |
* | style: Detabify regen files. | Michael G. Schwern | 2021-01-17 | 1 | -29/+29 |
* | regen_lib: Output blanks; not tabs | Karl Williamson | 2020-10-14 | 1 | -0/+1 |
* | Add a hint to t/porting/regen.t | ☢ ℕicolas ℝ | 2020-08-10 | 1 | -1/+3 |
* | Replace multiple 'use vars' by 'our' in regen. | Nicolas R | 2017-11-11 | 1 | -3/+3 |
* | Switch most open() calls to three-argument form. | John Lightsey | 2016-12-23 | 1 | -3/+3 |
* | Make *.inc behave like *.[hc] | Jarkko Hietaniemi | 2015-07-22 | 1 | -1/+1 |
* | regen/regen_lib.pl: Don't die on missing digest | Karl Williamson | 2015-03-19 | 1 | -1/+7 |
* | Corrections to spelling and grammatical errors. | Lajos Veres | 2015-01-28 | 1 | -1/+1 |
* | add $VERSION to B::Op_private | David Mitchell | 2014-09-19 | 1 | -0/+20 |
* | On failure, regen_lib.pl now generates diagnostics, not just "not ok". | Nicholas Clark | 2013-07-24 | 1 | -2/+33 |
* | Add an "always update" parameter to regen_lib's open_new(). | Nicholas Clark | 2013-07-07 | 1 | -11/+18 |
* | Refactor the Text::Wrap::wrap() logic in regen/regen_lib.pl | Nicholas Clark | 2013-07-07 | 1 | -6/+9 |
* | Refactor regen_lib.pl to reduce verbosity. | Nicholas Clark | 2013-07-07 | 1 | -14/+12 |
* | In regen/regen_lib.pl, add 'Pod' as a third supported 'language'. | Nicholas Clark | 2013-05-23 | 1 | -5/+9 |
* | typo fixes for regen scripts | David Steinbrunner | 2013-05-22 | 1 | -1/+1 |
* | Port regen/regen_lib.pl to 5.6.2 | Father Chrysostomos | 2011-12-24 | 1 | -1/+1 |
* | Add a 'quote' argument to read_only_top(), to pass in an optional Tolkien. | Nicholas Clark | 2011-05-19 | 1 | -0/+1 |
* | Add an optional third argument to open_new(), to invoke read_only_top() with. | Nicholas Clark | 2011-05-19 | 1 | -2/+4 |
* | In regen/uconfig_h.pl use read_only_bottom_close_and_rename(). | Nicholas Clark | 2011-05-19 | 1 | -13/+7 |
* | Merge safer_close() and rename_if_different() into close_and_rename() | Nicholas Clark | 2011-05-19 | 1 | -32/+24 |
* | Add an optional 'mode' argument to open_new(), to open for appending. | Nicholas Clark | 2011-05-19 | 1 | -5/+11 |
* | Rename safer_open() to open_new(), and eliminate the first parameter. | Nicholas Clark | 2011-05-19 | 1 | -7/+6 |
* | Extract read_only_bottom() from read_only_bottom_close_and_rename()'s code. | Nicholas Clark | 2011-03-28 | 1 | -8/+16 |
* | Store the SHA-256 of the source in files generated by regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -3/+32 |
* | Output "read only" editor blocks from regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -1/+1 |
* | Move the duplicated subroutine tab() into regen_lib.pl | Nicholas Clark | 2011-01-23 | 1 | -0/+6 |
* | Change close_and_rename() to read_only_bottom_close_and_rename() | Nicholas Clark | 2011-01-23 | 1 | -2/+8 |
* | In regen/*.pl, refactor the repeated code for close and rename if different. | Nicholas Clark | 2011-01-23 | 1 | -1/+11 |
* | In regen_lib.pl, when opening, first unlink a previous file of that name. | Nicholas Clark | 2011-01-23 | 1 | -0/+3 |
* | In regen_lib.pl use a meaningful key for storing the file's name. | Nicholas Clark | 2011-01-23 | 1 | -2/+2 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -0/+51 |
* | Move regen scripts to regen/ | Steffen Mueller | 2010-10-10 | 1 | -0/+77 |