summaryrefslogtreecommitdiff
path: root/reentr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #16729] crypt() doesn't work in multithreaded perlmls@suse.de2002-08-251-0/+2
* Remove false dependency between getgrent and setpwentJarkko Hietaniemi2002-04-091-70/+87
* reentr.pl: warning fixes, getpwentr_size fixSlaven Rezic2002-03-291-3/+12
* check sysconf's return value in reentr.cSlaven Rezic2002-03-221-12/+18
* Implement the retry-on-ERANGE for the get*_r().Jarkko Hietaniemi2002-03-171-2/+186
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-0/+271