This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump Encode version in Maintainers.pl
[perl5.git] / reentr.h
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2009-01-03 Michael G. SchwernUpdate from y2038
2008-12-25 Rafael Garcia-SuarezLies, damn lies and end-of-block comments
2007-02-12 Jan DuboisIntegrate:
2007-01-10 Rafael Garcia-SuarezRegenerate all files
2006-11-06 Benjamin HolzmanRE: [perl #26136] localtime(3) calls tzset(3), but...
2006-09-28 Jarkko HietaniemiRe: reentr reshuffle
2006-09-28 H.Merijn BrandRegen for #28896
2006-08-23 Steve PetersThe previous change causes compile failures with thread...
2006-08-22 Steve PetersPart of one of Jarkko's g++ patches that was missed.
2006-01-10 Andy LesterIt's the Barbie bus patch
2005-07-05 Dave Mitchella long /etc/groups entry could cause memory exhaustion.
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezRegenerate reentr.[ch]
2005-05-10 Steve Petersreentr.h changes so threaded Perl's compile on OpenBSD 3.7
2005-04-06 Nicholas Clarkcast to/from (void *) in the re-entrant code. Now watch...
2004-08-01 Dave MitchellAdd comment to top of reentr.c and fix typos in other...
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-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-03-05 Jarkko HietaniemiCouple more _r possibilities (found in a RH 8.0 box...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
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,