summaryrefslogtreecommitdiff
path: root/reentr.c
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* style: Detabify regen files.Michael G. Schwern2021-01-171-187/+187
* reentr.c: Prevent infinite loopingKarl Williamson2020-07-301-1/+1
* reentr.c: Buffer sizes for asctime_r,ctime_r are smallKarl Williamson2020-07-301-2/+2
* reentr.[ch]: Add gmtime_r, localtime_rKarl Williamson2020-03-181-0/+18
* Regne reentr.c.Karl Williamson2020-03-181-0/+1
* reentr.c: revise handling of several wrapped fcnsKarl Williamson2020-03-181-60/+49
* reentr.c: Handle getspnam()Karl Williamson2020-03-181-3/+38
* reentr.c: Use keywords, not opsKarl Williamson2020-03-181-46/+55
* reentr.[ch]: White-space onlyKarl Williamson2020-03-151-201/+290
* regen/reentr.pl: Add some commentsKarl Williamson2020-03-151-0/+21
* regen/reentr.pl: Use Configure'd typesKarl Williamson2020-01-141-2/+2
* regen/reentr.pl: simplify cpp conditionalsAaron Crane2017-10-211-21/+9
* reentr: update size after RenewHugo van der Sanden2017-03-151-18/+19
* 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-18/+0
* remove various redundant dTHXesDaniel Dragan2012-11-081-1/+1
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-2/+3
* reentr.pl -> regen/reentr.plFather Chrysostomos2010-10-131-1/+1
* Update from y2038Michael G. Schwern2009-01-031-12/+0
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+5
* Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu)]Jarkko Hietaniemi2007-09-041-0/+2
* misc blead stuffJarkko Hietaniemi2007-08-301-5/+3
* Regenerate all filesRafael Garcia-Suarez2007-01-101-1/+1
* Regen for #28896H.Merijn Brand2006-09-281-3/+3
* Re: Change 28877: [PATCH] deal with some gcc warningsJarkko Hietaniemi2006-09-251-3/+3
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-3/+3
* Clear up a few more warnings from blead.Steve Peters2006-07-131-0/+2
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-1/+1
* fix signed/unsigned nit in reentr.cCraig A. Berry2006-07-041-1/+1
* It's the Barbie bus patchAndy Lester2006-01-101-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-14/+14
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+4
* Regenerate reentr.[ch]Rafael Garcia-Suarez2005-05-101-1/+1
* cast to/from (void *) in the re-entrant code. Now watch the smoke rise.Nicholas Clark2005-04-061-7/+7
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-1/+7
* reentr.pl is not defining _srandom_structJan Dubois2003-11-051-0/+6
* Detecting errors of reentrant APIs: getgrgid_r and the likeJarkko Hietaniemi2003-04-281-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Integrate:Jarkko Hietaniemi2003-04-011-4/+5
* Integrate:Ilya Zakharevich2003-04-011-1/+1
* Uid_t and Gid_t can easily be shorts and one cannotJarkko Hietaniemi2003-03-111-0/+8
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Integrate changes #18422 and #18423 from maint-5.8.Rafael Garcia-Suarez2003-01-161-11/+12
* No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)Jarkko Hietaniemi2002-10-111-23/+5
* reentrant buffersJarkko Hietaniemi2002-10-021-8/+53