summaryrefslogtreecommitdiff
path: root/reentr.h
Commit message (Expand)AuthorAgeFilesLines
* 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