summaryrefslogtreecommitdiff
path: root/regen/reentr.pl
Commit message (Expand)AuthorAgeFilesLines
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-0/+3
* reentr.c: Handle systems without getpwentBrian Fraser2014-01-261-0/+2
* [perl #115928] we don't use drand48_r or random_r any longerTony Cook2013-09-131-44/+1
* typo fixes for regen scriptsDavid Steinbrunner2013-05-221-2/+2
* remove various redundant dTHXesDaniel Dragan2012-11-081-1/+1
* Create open_print_header() to avoid duplicate parameters to open_new().Nicholas Clark2011-05-191-11/+11
* Add a 'quote' argument to read_only_top(), to pass in an optional Tolkien.Nicholas Clark2011-05-191-10/+9
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-5/+5
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-2/+2
* In regen scripts, print to explicit file handles instead of using select.Nicholas Clark2011-01-231-19/+12
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-6/+2
* In regen/*.pl, refactor the repeated code for close and rename if different.Nicholas Clark2011-01-231-6/+4
* In regen_lib.pl, when opening, first unlink a previous file of that name.Nicholas Clark2011-01-231-2/+0
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-27/+14
* reentr.pl -> regen/reentr.plFather Chrysostomos2010-10-131-2/+2
* Move regen scripts to regen/Steffen Mueller2010-10-101-0/+1149