| Commit message (Expand) | Author | Age | Files | Lines |
* | Detecting errors of reentrant APIs: getgrgid_r and the like | Jarkko Hietaniemi | 2003-04-28 | 1 | -4/+12 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -2/+2 |
* | Integrate: | Jarkko Hietaniemi | 2003-04-01 | 1 | -7/+12 |
* | Integrate: | Ilya Zakharevich | 2003-04-01 | 1 | -1/+1 |
* | Uid_t and Gid_t can easily be shorts and one cannot | Jarkko Hietaniemi | 2003-03-11 | 1 | -0/+8 |
* | Couple more _r possibilities (found in a RH 8.0 box), and | Jarkko Hietaniemi | 2003-03-05 | 1 | -6/+24 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -2/+2 |
* | Integrate changes #18422 and #18423 from maint-5.8. | Rafael Garcia-Suarez | 2003-01-16 | 1 | -20/+15 |
* | No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers) | Jarkko Hietaniemi | 2002-10-11 | 1 | -23/+4 |
* | reentrant buffers | Jarkko Hietaniemi | 2002-10-02 | 1 | -8/+53 |
* | #17775 changed reentr.c instead of reentr.pl, which generates it | Hugo van der Sanden | 2002-08-26 | 1 | -0/+2 |
* | Document better what the foo_r_proto are supposed to be. | Jarkko Hietaniemi | 2002-05-20 | 1 | -0/+6 |
* | Document reentr.pl a bit better. Still rather | Jarkko Hietaniemi | 2002-05-14 | 1 | -196/+222 |
* | Avoid potentially empty struct. | Jarkko Hietaniemi | 2002-05-14 | 1 | -0/+1 |
* | metaconfig unit linting. | Jarkko Hietaniemi | 2002-05-09 | 1 | -5/+8 |
* | Simplify the _r probing code by adding the i_systime | Jarkko Hietaniemi | 2002-04-14 | 1 | -22/+25 |
* | Remove false dependency between getgrent and setpwent | Jarkko Hietaniemi | 2002-04-09 | 1 | -40/+47 |
* | [ PATCH ] Re: no snapshot today, no RC1 Monday | H.Merijn Brand | 2002-04-08 | 1 | -1/+1 |
* | reentr.pl: warning fixes, getpwentr_size fix | Slaven Rezic | 2002-03-29 | 1 | -3/+14 |
* | check sysconf's return value in reentr.c | Slaven Rezic | 2002-03-22 | 1 | -3/+7 |
* | The I_CSD, I_S, and V_S had wrong recepting datatype. | Jarkko Hietaniemi | 2002-03-22 | 1 | -8/+15 |
* | More HP-UX/IA64 work | Spider Boardman | 2002-03-21 | 1 | -1/+8 |
* | Support crypt_r(const char*,const char*, CRYPTD*). | Jarkko Hietaniemi | 2002-03-19 | 1 | -5/+14 |
* | Implement the retry-on-ERANGE for the get*_r(). | Jarkko Hietaniemi | 2002-03-17 | 1 | -4/+209 |
* | If not building threaded, never mind the threaded prototypes. | Jarkko Hietaniemi | 2002-03-16 | 1 | -4/+7 |
* | More paranoid _r protochecking. At least Tru64 and | Jarkko Hietaniemi | 2002-03-16 | 1 | -3/+14 |
* | 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 | -1/+1 |
* | Monster _r patch: try to scan for all known _r variants, | Jarkko Hietaniemi | 2002-03-15 | 1 | -0/+705 |