| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate all files | Rafael Garcia-Suarez | 2007-01-10 | 1 | -1/+1 |
* | RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | Benjamin Holzman | 2006-11-06 | 1 | -2/+2 |
* | Re: reentr reshuffle | Jarkko Hietaniemi | 2006-09-28 | 1 | -198/+198 |
* | Regen for #28896 | H.Merijn Brand | 2006-09-28 | 1 | -151/+263 |
* | The previous change causes compile failures with threaded Perls. | Steve Peters | 2006-08-23 | 1 | -5/+0 |
* | Part of one of Jarkko's g++ patches that was missed. | Steve Peters | 2006-08-22 | 1 | -0/+5 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -1/+1 |
* | a long /etc/groups entry could cause memory exhaustion. | Dave Mitchell | 2005-07-05 | 1 | -61/+61 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+4 |
* | Regenerate reentr.[ch] | Rafael Garcia-Suarez | 2005-05-10 | 1 | -7/+18 |
* | reentr.h changes so threaded Perl's compile on OpenBSD 3.7 | Steve Peters | 2005-05-10 | 1 | -2/+2 |
* | cast to/from (void *) in the re-entrant code. Now watch the smoke rise. | Nicholas Clark | 2005-04-06 | 1 | -91/+91 |
* | Add comment to top of reentr.c and fix typos in other files | Dave Mitchell | 2004-08-01 | 1 | -1/+1 |
* | reentr.pl is not defining _srandom_struct | Jan Dubois | 2003-11-05 | 1 | -0/+3 |
* | Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again | Jan Dubois | 2003-11-03 | 1 | -94/+94 |
* | Detecting errors of reentrant APIs: getgrgid_r and the like | Jarkko Hietaniemi | 2003-04-28 | 1 | -121/+122 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-04-01 | 1 | -2/+2 |
* | Couple more _r possibilities (found in a RH 8.0 box), and | Jarkko Hietaniemi | 2003-03-05 | 1 | -36/+62 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Document reentr.pl a bit better. Still rather | Jarkko Hietaniemi | 2002-05-14 | 1 | -1/+1 |
* | Avoid potentially empty struct. | Jarkko Hietaniemi | 2002-05-14 | 1 | -0/+1 |
* | Remove false dependency between getgrent and setpwent | Jarkko Hietaniemi | 2002-04-09 | 1 | -201/+224 |
* | The I_CSD, I_S, and V_S had wrong recepting datatype. | Jarkko Hietaniemi | 2002-03-22 | 1 | -37/+37 |
* | Support crypt_r(const char*,const char*, CRYPTD*). | Jarkko Hietaniemi | 2002-03-19 | 1 | -69/+77 |
* | Implement the retry-on-ERANGE for the get*_r(). | Jarkko Hietaniemi | 2002-03-17 | 1 | -89/+240 |
* | HP-UX has also endgrent_r/endpwent_r marked obsolete. | Jarkko Hietaniemi | 2002-03-16 | 1 | -0/+2 |
* | Doesn't make sense to test for protos if the | Jarkko Hietaniemi | 2002-03-15 | 1 | -27/+27 |
* | Monster _r patch: try to scan for all known _r variants, | Jarkko Hietaniemi | 2002-03-15 | 1 | -0/+1200 |