summaryrefslogtreecommitdiff
path: root/reentr.pl
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2006-01-021-2/+2
* Integrate:Jim Cromie2005-09-221-3/+3
* Integrate:Nicholas Clark2005-09-181-4/+8
* Integrate:Nicholas Clark2005-09-131-0/+10
* RE: 5.8.7-tobe fails to compile on AIX 4.3.3Jan Dubois2005-05-131-3/+4
* Fix from Steve PetersNicholas Clark2005-05-121-2/+2
* Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-121-12/+12
* Integrate:Steve Peters2005-05-111-3/+22
* Integrate:Nicholas Clark2005-05-111-9/+9
* Integrate:Stas Bekman2004-09-101-2/+8
* Make reentrant functions work with C++Nicholas Clark2003-12-211-1/+1
* reentr.pl is not defining _srandom_structJan Dubois2003-11-051-0/+7
* Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 againJan Dubois2003-11-041-14/+16
* make reentr.[ch] compatible with 5.8.0 againJan Dubois2003-11-011-66/+144
* Integrate:Jarkko Hietaniemi2003-05-041-2/+2
* Integrate:Jarkko Hietaniemi2003-04-281-4/+12
* Address "5.8.1@19053: crypt_r() takes 128K per thread".Jarkko Hietaniemi2003-04-011-7/+12
* OS/2-related patchesIlya Zakharevich2003-04-011-1/+1
* Integrate:Norton T. Allen2003-03-111-0/+8
* Integrate (and regen Configure):Jarkko Hietaniemi2003-03-071-6/+24
* Integrate:Jarkko Hietaniemi2003-03-021-2/+2
* spent_size was still off. (As far as I can tellJarkko Hietaniemi2003-01-041-5/+4
* Third Degree found a read of uninit memory (after settingJarkko Hietaniemi2003-01-041-16/+12
* The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-8/+36
* Document better what the foo_r_proto are supposed to be.Jarkko Hietaniemi2002-05-201-0/+6
* Document reentr.pl a bit better. Still ratherJarkko Hietaniemi2002-05-141-196/+222
* Avoid potentially empty struct.Jarkko Hietaniemi2002-05-141-0/+1
* metaconfig unit linting.Jarkko Hietaniemi2002-05-091-5/+8
* Simplify the _r probing code by adding the i_systimeJarkko Hietaniemi2002-04-141-22/+25
* Remove false dependency between getgrent and setpwentJarkko Hietaniemi2002-04-091-40/+47
* [ PATCH ] Re: no snapshot today, no RC1 Monday H.Merijn Brand2002-04-081-1/+1
* reentr.pl: warning fixes, getpwentr_size fixSlaven Rezic2002-03-291-3/+14
* check sysconf's return value in reentr.cSlaven Rezic2002-03-221-3/+7
* The I_CSD, I_S, and V_S had wrong recepting datatype.Jarkko Hietaniemi2002-03-221-8/+15
* More HP-UX/IA64 workSpider Boardman2002-03-211-1/+8
* Support crypt_r(const char*,const char*, CRYPTD*).Jarkko Hietaniemi2002-03-191-5/+14
* Implement the retry-on-ERANGE for the get*_r().Jarkko Hietaniemi2002-03-171-4/+209
* If not building threaded, never mind the threaded prototypes.Jarkko Hietaniemi2002-03-161-4/+7
* More paranoid _r protochecking. At least Tru64 andJarkko Hietaniemi2002-03-161-3/+14
* 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-1/+1
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-0/+705