This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / reentr.h
2007-02-03 Jarkko HietaniemiIntegrate:
2007-01-14 Nicholas ClarkIntegrate:
2005-09-18 Nicholas ClarkIntegrate:
2005-05-12 Steve PetersRe: [PATCH] reentr.h changes so threaded Perl's compile...
2005-05-11 Steve PetersIntegrate:
2004-09-10 Stas BekmanIntegrate:
2003-11-05 Jan Duboisreentr.pl is not defining _srandom_struct
2003-11-05 Jan Duboisreentr.pl is not defining _srandom_struct
2003-11-03 Jan DuboisRe: [PATCH 5.8.1] make reentr.[ch] compatible with...
2003-11-01 Jan Duboismake reentr.[ch] compatible with 5.8.0 again
2003-05-04 Jarkko HietaniemiIntegrate:
2003-04-28 Jarkko HietaniemiIntegrate:
2003-04-28 Jarkko HietaniemiDetecting errors of reentrant APIs: getgrgid_r and...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-01 Jarkko HietaniemiIntegrate:
2003-04-01 Jarkko HietaniemiAddress "5.8.1@19053: crypt_r() takes 128K per thread".
2003-03-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-07 Jarkko HietaniemiIntegrate (and regen Configure):
2003-03-05 Jarkko HietaniemiCouple more _r possibilities (found in a RH 8.0 box...
2003-03-02 Jarkko HietaniemiIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-05-17 Chris NandorIntegrate perl
2002-05-14 Jarkko HietaniemiDocument reentr.pl a bit better. Still rather
2002-05-14 Jarkko HietaniemiAvoid potentially empty struct.
2002-04-09 Jarkko HietaniemiRemove false dependency between getgrent and setpwent
2002-03-22 Jarkko HietaniemiThe I_CSD, I_S, and V_S had wrong recepting datatype.
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 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,