summaryrefslogtreecommitdiff
path: root/reentr.h
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-61/+61
* No need to use locale_r with thread-safe localesKarl Williamson2020-07-301-0/+6
* reentr.[ch]: Add gmtime_r, localtime_rKarl Williamson2020-03-181-6/+41
* reentr.h: Add way to see if reentrant usedKarl Williamson2020-03-181-0/+133
* reentr.h: Add clarifying commentKarl Williamson2020-03-181-2/+4
* reentr.[ch]: White-space onlyKarl Williamson2020-03-181-546/+546
* reentr.c: Handle getspnam()Karl Williamson2020-03-181-0/+22
* reentr.[ch]: White-space onlyKarl Williamson2020-03-151-591/+649
* Add PERL_REENTRANT for XS modulesKarl Williamson2017-12-131-1/+1
* 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
* [perl #115928] we don't use drand48_r or random_r any longerTony Cook2013-09-131-108/+37
* 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
* Merge branch 'schwern/y2038' into bleadRafael Garcia-Suarez2009-01-031-37/+6
|\
| * Update from y2038Michael G. Schwern2009-01-031-37/+6
* | Lies, damn lies and end-of-block commentsRafael Garcia-Suarez2008-12-251-198/+198
|/
* Integrate:Jan Dubois2007-02-121-8/+8
* Regenerate all filesRafael Garcia-Suarez2007-01-101-1/+1
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-061-2/+2
* Re: reentr reshuffleJarkko Hietaniemi2006-09-281-198/+198
* Regen for #28896H.Merijn Brand2006-09-281-151/+263
* The previous change causes compile failures with threaded Perls.Steve Peters2006-08-231-5/+0
* Part of one of Jarkko's g++ patches that was missed.Steve Peters2006-08-221-0/+5
* It's the Barbie bus patchAndy Lester2006-01-101-1/+1
* a long /etc/groups entry could cause memory exhaustion.Dave Mitchell2005-07-051-61/+61
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+4
* Regenerate reentr.[ch]Rafael Garcia-Suarez2005-05-101-7/+18
* reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-101-2/+2
* cast to/from (void *) in the re-entrant code. Now watch the smoke rise.Nicholas Clark2005-04-061-91/+91
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-1/+1
* reentr.pl is not defining _srandom_structJan Dubois2003-11-051-0/+3
* Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 againJan Dubois2003-11-031-94/+94
* Detecting errors of reentrant APIs: getgrgid_r and the likeJarkko Hietaniemi2003-04-281-121/+122
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Integrate:Jarkko Hietaniemi2003-04-011-2/+2
* Couple more _r possibilities (found in a RH 8.0 box), andJarkko Hietaniemi2003-03-051-36/+62
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Document reentr.pl a bit better. Still ratherJarkko Hietaniemi2002-05-141-1/+1
* Avoid potentially empty struct.Jarkko Hietaniemi2002-05-141-0/+1
* Remove false dependency between getgrent and setpwentJarkko Hietaniemi2002-04-091-201/+224
* The I_CSD, I_S, and V_S had wrong recepting datatype.Jarkko Hietaniemi2002-03-221-37/+37
* Support crypt_r(const char*,const char*, CRYPTD*).Jarkko Hietaniemi2002-03-191-69/+77
* Implement the retry-on-ERANGE for the get*_r().Jarkko Hietaniemi2002-03-171-89/+240
* HP-UX has also endgrent_r/endpwent_r marked obsolete.Jarkko Hietaniemi2002-03-161-0/+2
* Doesn't make sense to test for protos if theJarkko Hietaniemi2002-03-151-27/+27
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-0/+1200