This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Renaming of stashes should not be visible from Perl
[perl5.git] / reentr.c
2010-10-14 Father Chrysostomosreentr.pl -> regen/reentr.pl
2009-01-03 Michael G. SchwernUpdate from y2038
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2007-09-04 Jarkko HietaniemiRe: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-01-10 Rafael Garcia-SuarezRegenerate all files
2006-09-28 H.Merijn BrandRegen for #28896
2006-09-25 Jarkko HietaniemiRe: Change 28877: [PATCH] deal with some gcc warnings
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-07-13 Steve PetersClear up a few more warnings from blead.
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-07-04 Craig A. Berryfix signed/unsigned nit in reentr.c
2006-01-10 Andy LesterIt's the Barbie bus patch
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-05-17 Jarkko Hietaniemiperl 5.9.x (@ 24471): Symbian update
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezRegenerate reentr.[ch]
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-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-03-11 Jarkko HietaniemiUid_t and Gid_t can easily be shorts and one cannot
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.
2002-10-11 Jarkko HietaniemiNo warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
2002-10-02 Jarkko Hietaniemireentrant buffers
2002-08-25 mls@suse.de[perl #16729] crypt() doesn't work in multithreaded...
2002-04-09 Jarkko HietaniemiRemove false dependency between getgrent and setpwent
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-17 Jarkko HietaniemiImplement the retry-on-ERANGE for the get*_r().
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,