summaryrefslogtreecommitdiff
path: root/reentr.c
Commit message (Expand)AuthorAgeFilesLines
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-2/+3
* reentr.pl -> regen/reentr.plFather Chrysostomos2010-10-131-1/+1
* Update from y2038Michael G. Schwern2009-01-031-12/+0
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+5
* Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu)]Jarkko Hietaniemi2007-09-041-0/+2
* misc blead stuffJarkko Hietaniemi2007-08-301-5/+3
* Regenerate all filesRafael Garcia-Suarez2007-01-101-1/+1
* Regen for #28896H.Merijn Brand2006-09-281-3/+3
* Re: Change 28877: [PATCH] deal with some gcc warningsJarkko Hietaniemi2006-09-251-3/+3
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-3/+3
* Clear up a few more warnings from blead.Steve Peters2006-07-131-0/+2
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-1/+1
* fix signed/unsigned nit in reentr.cCraig A. Berry2006-07-041-1/+1
* It's the Barbie bus patchAndy Lester2006-01-101-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-14/+14
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+4
* Regenerate reentr.[ch]Rafael Garcia-Suarez2005-05-101-1/+1
* cast to/from (void *) in the re-entrant code. Now watch the smoke rise.Nicholas Clark2005-04-061-7/+7
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-1/+7
* reentr.pl is not defining _srandom_structJan Dubois2003-11-051-0/+6
* Detecting errors of reentrant APIs: getgrgid_r and the likeJarkko Hietaniemi2003-04-281-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Integrate:Jarkko Hietaniemi2003-04-011-4/+5
* Integrate:Ilya Zakharevich2003-04-011-1/+1
* Uid_t and Gid_t can easily be shorts and one cannotJarkko Hietaniemi2003-03-111-0/+8
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Integrate changes #18422 and #18423 from maint-5.8.Rafael Garcia-Suarez2003-01-161-11/+12
* No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)Jarkko Hietaniemi2002-10-111-23/+5
* reentrant buffersJarkko Hietaniemi2002-10-021-8/+53
* [perl #16729] crypt() doesn't work in multithreaded perlmls@suse.de2002-08-251-0/+2
* Remove false dependency between getgrent and setpwentJarkko Hietaniemi2002-04-091-70/+87
* reentr.pl: warning fixes, getpwentr_size fixSlaven Rezic2002-03-291-3/+12
* check sysconf's return value in reentr.cSlaven Rezic2002-03-221-12/+18
* Implement the retry-on-ERANGE for the get*_r().Jarkko Hietaniemi2002-03-171-2/+186
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-0/+271