This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / reentr.pl
2006-01-02 Nicholas ClarkIntegrate:
2005-09-22 Jim CromieIntegrate:
2005-09-18 Nicholas ClarkIntegrate:
2005-09-13 Nicholas ClarkIntegrate:
2005-05-13 Jan DuboisRE: 5.8.7-tobe fails to compile on AIX 4.3.3
2005-05-12 Nicholas ClarkFix from Steve Peters
2005-05-12 Steve PetersRe: [PATCH] reentr.h changes so threaded Perl's compile...
2005-05-11 Steve PetersIntegrate:
2005-05-11 Nicholas ClarkIntegrate:
2004-09-10 Stas BekmanIntegrate:
2003-12-21 Nicholas ClarkMake reentrant functions work with C++
2003-11-05 Jan Duboisreentr.pl is not defining _srandom_struct
2003-11-05 Jan Duboisreentr.pl is not defining _srandom_struct
2003-11-04 Jan DuboisRe: [PATCH 5.8.1] make reentr.[ch] compatible with...
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 Ilya ZakharevichIntegrate:
2003-04-01 Jarkko HietaniemiAddress "5.8.1@19053: crypt_r() takes 128K per thread".
2003-04-01 Ilya ZakharevichOS/2-related patches
2003-03-12 Chris NandorIntegrate from maint-5.8/perl
2003-03-11 Norton T. AllenIntegrate:
2003-03-11 Jarkko HietaniemiUid_t and Gid_t can easily be shorts and one cannot
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
2003-01-16 Rafael Garcia-SuarezIntegrate changes #18422 and #18423 from maint-5.8.
2003-01-04 Jarkko Hietaniemispent_size was still off. (As far as I can tell
2003-01-04 Jarkko HietaniemiThird Degree found a read of uninit memory (after setting
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-10-11 Jarkko HietaniemiNo warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
2002-10-02 Jarkko Hietaniemireentrant buffers
2002-08-26 Hugo van der Sanden#17775 changed reentr.c instead of reentr.pl, which...
2002-05-22 Chris NandorIntegrate perl; bump patchlevel; add lib/Unicode/README...
2002-05-20 Jarkko HietaniemiDocument better what the foo_r_proto are supposed to be.
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-05-09 Jarkko Hietaniemimetaconfig unit linting.
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,