This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The LGPL code relicensed, with permission from Mark Klein of DIS.
[perl5.git] / reentr.pl
2002-04-14 Jarkko HietaniemiSimplify the _r probing code by adding the i_systime
2002-04-09 Jarkko HietaniemiRemove false dependency between getgrent and setpwent
2002-04-08 H.Merijn Brand[ PATCH ] Re: no snapshot today, no RC1 Monday
2002-03-29 Slaven Rezicreentr.pl: warning fixes, getpwentr_size fix
2002-03-22 Slaven Reziccheck sysconf's return value in reentr.c
2002-03-22 Jarkko HietaniemiThe I_CSD, I_S, and V_S had wrong recepting datatype.
2002-03-21 Spider BoardmanMore HP-UX/IA64 work
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Jarkko HietaniemiSupport crypt_r(const char*,const char*, CRYPTD*).
2002-03-17 Jarkko HietaniemiImplement the retry-on-ERANGE for the get*_r().
2002-03-16 Jarkko HietaniemiIf not building threaded, never mind the threaded proto...
2002-03-16 Jarkko HietaniemiMore paranoid _r protochecking. At least Tru64 and
2002-03-16 Jarkko HietaniemiHP-UX has also endgrent_r/endpwent_r marked obsolete.
2002-03-15 Jarkko HietaniemiDoesn't make sense to test for protos if the
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,