[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
[p5sagit/p5-mst-13.2.git] / reentr.h
2005-07-05 Dave Mitchell a long /etc/groups entry could cause memory exhaustion.
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Regenerate reentr.[ch]
2005-05-10 Steve Peters reentr.h changes so threaded Perl's compile on OpenBSD 3.7
2005-04-06 Nicholas Clark cast to/from (void *) in the re-entrant code. Now watch...
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2003-11-05 Jan Dubois reentr.pl is not defining _srandom_struct
2003-11-03 Jan Dubois Re: [PATCH 5.8.1] make reentr.[ch] compatible with...
2003-04-28 Jarkko Hietaniemi Detecting errors of reentrant APIs: getgrgid_r and...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-01 Jarkko Hietaniemi Integrate:
2003-03-05 Jarkko Hietaniemi Couple more _r possibilities (found in a RH 8.0 box...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-05-14 Jarkko Hietaniemi Document reentr.pl a bit better. Still rather
2002-05-14 Jarkko Hietaniemi Avoid potentially empty struct.
2002-04-09 Jarkko Hietaniemi Remove false dependency between getgrent and setpwent
2002-03-22 Jarkko Hietaniemi The I_CSD, I_S, and V_S had wrong recepting datatype.
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Jarkko Hietaniemi Support crypt_r(const char*,const char*, CRYPTD*).
2002-03-17 Jarkko Hietaniemi Implement the retry-on-ERANGE for the get*_r().
2002-03-16 Jarkko Hietaniemi HP-UX has also endgrent_r/endpwent_r marked obsolete.
2002-03-15 Jarkko Hietaniemi Doesn't make sense to test for protos if the
2002-03-15 Jarkko Hietaniemi Monster _r patch: try to scan for all known _r variants,