LOGONLY mark c35588 as NODOC since it's administrivia
[p5sagit/p5-mst-13.2.git] / reentr.pl
2009-05-15 David Mitchell Add some documentation to the heads of the various...
2009-01-03 Rafael Garcia-Suarez Merge branch 'schwern/y2038' into blead
2009-01-03 Michael G. Schwern Update from y2038
2008-12-25 Rafael Garcia-Suarez Lies, damn lies and end-of-block comments
2008-03-17 Nicholas Clark Drag autodoc.pl and overload.pl into the age of safer_o...
2008-03-15 Nicholas Clark Rename safer_rename() to rename_if_different(), to...
2008-03-15 Jim Cromie Re: [patch] refine make regen to be more selective
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2007-09-04 Jarkko Hietaniemi Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6...
2007-08-30 Jarkko Hietaniemi misc blead stuff
2007-02-12 Jan Dubois Integrate:
2007-01-06 Rafael Garcia-Suarez Add 2007 copyrights in a few more .pl files that
2006-11-06 Rafael Garcia-Suarez Change reentr.pl to generate reentr.h accordingly to...
2006-09-28 Jarkko Hietaniemi Re: reentr reshuffle
2006-09-28 Jarkko Hietaniemi reentr reshuffle
2006-09-25 Jarkko Hietaniemi Re: Change 28877: [PATCH] deal with some gcc warnings
2006-09-21 Jarkko Hietaniemi deal with some gcc warnings
2006-08-23 Steve Peters The previous change causes compile failures with thread...
2006-08-22 Steve Peters Part of one of Jarkko's g++ patches that was missed.
2006-07-13 Steve Peters Clear up a few more warnings from blead.
2006-01-02 Nicholas Clark Happy New Year. (It's not just embed.pl).
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-05 Dave Mitchell a long /etc/groups entry could cause memory exhaustion.
2005-07-04 Steve Hay Stop reentr.pl changing EOL on the files it writes...
2005-06-09 Nicholas Clark reentr.pl should be using regen_lib.pl and unlinking...
2005-05-17 Jarkko Hietaniemi perl 5.9.x (@ 24471): Symbian update
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Steve Peters Re: [PATCH] reentr.h changes so threaded Perl's compile...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
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-04-01 Ilya Zakharevich Integrate:
2003-03-11 Jarkko Hietaniemi Uid_t and Gid_t can easily be shorts and one cannot
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
2003-01-16 Rafael Garcia-Suarez Integrate changes #18422 and #18423 from maint-5.8.
2002-10-11 Jarkko Hietaniemi No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
2002-10-02 Jarkko Hietaniemi reentrant buffers
2002-08-26 Hugo van der Sanden #17775 changed reentr.c instead of reentr.pl, which...
2002-05-20 Jarkko Hietaniemi Document better what the foo_r_proto are supposed to be.
2002-05-14 Jarkko Hietaniemi Document reentr.pl a bit better. Still rather
2002-05-14 Jarkko Hietaniemi Avoid potentially empty struct.
2002-05-09 Jarkko Hietaniemi metaconfig unit linting.
2002-04-14 Jarkko Hietaniemi Simplify the _r probing code by adding the i_systime
2002-04-09 Jarkko Hietaniemi Remove false dependency between getgrent and setpwent
2002-04-08 H.Merijn Brand [ PATCH ] Re: no snapshot today, no RC1 Monday
2002-03-29 Slaven Rezic reentr.pl: warning fixes, getpwentr_size fix
2002-03-22 Slaven Rezic check sysconf's return value in reentr.c
2002-03-22 Jarkko Hietaniemi The I_CSD, I_S, and V_S had wrong recepting datatype.
2002-03-21 Spider Boardman More HP-UX/IA64 work
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 If not building threaded, never mind the threaded proto...
2002-03-16 Jarkko Hietaniemi More paranoid _r protochecking. At least Tru64 and
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,