summaryrefslogtreecommitdiff
path: root/regen/reentr.pl
Commit message (Expand)AuthorAgeFilesLines
* style: Detabify regen files.Michael G. Schwern2021-01-171-352/+352
* Fix typosSamanta Navarro2020-10-031-1/+1
* reentr.c: Prevent infinite loopingKarl Williamson2020-07-301-1/+1
* reentr.c: Buffer sizes for asctime_r,ctime_r are smallKarl Williamson2020-07-301-1/+4
* No need to use locale_r with thread-safe localesKarl Williamson2020-07-301-0/+6
* regen/reentr.pl: Add commentKarl Williamson2020-03-181-0/+7
* regen/reentr.pl: Rearrange ternary expressionKarl Williamson2020-03-181-21/+20
* reentr.[ch]: Add gmtime_r, localtime_rKarl Williamson2020-03-181-1/+13
* reentr.h: Add way to see if reentrant usedKarl Williamson2020-03-181-0/+12
* reentr.h: Add clarifying commentKarl Williamson2020-03-181-2/+4
* reentr.[ch]: White-space onlyKarl Williamson2020-03-181-11/+11
* reentr.c: revise handling of several wrapped fcnsKarl Williamson2020-03-181-60/+50
* reentr.c: Handle getspnam()Karl Williamson2020-03-181-3/+47
* reentr.c: Use keywords, not opsKarl Williamson2020-03-181-46/+55
* reentr.[ch]: White-space onlyKarl Williamson2020-03-151-175/+216
* regen/reentr.pl: Add some commentsKarl Williamson2020-03-151-0/+23
* regen/reentr.pl: Use Configure'd typesKarl Williamson2020-01-141-2/+2
* Add PERL_REENTRANT for XS modulesKarl Williamson2017-12-131-1/+1
* regen/reentr.pl: simplify cpp conditionalsAaron Crane2017-10-211-7/+3
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-021-2/+2
* Disable readdir_r and readdir64_r on glibc >= 2.24H.Merijn Brand2017-06-011-0/+5
* reentr: update size after RenewHugo van der Sanden2017-03-151-18/+19
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* Make the LoTR quote of reentr.c formatted more like the others.Jarkko Hietaniemi2015-06-241-1/+7
* 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