summaryrefslogtreecommitdiff
path: root/reentr.pl
Commit message (Expand)AuthorAgeFilesLines
* Add some documentation to the heads of the various *.pl build scriptsDavid Mitchell2009-05-151-4/+15
* Merge branch 'schwern/y2038' into bleadRafael Garcia-Suarez2009-01-031-6/+1
|\
| * Update from y2038Michael G. Schwern2009-01-031-6/+1
* | Lies, damn lies and end-of-block commentsRafael Garcia-Suarez2008-12-251-4/+4
|/
* Drag autodoc.pl and overload.pl into the age of safer_open().Nicholas Clark2008-03-171-2/+2
* Rename safer_rename() to rename_if_different(), to accurately describeNicholas Clark2008-03-151-11/+9
* Re: [patch] refine make regen to be more selectiveJim Cromie2008-03-151-5/+9
* 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
* Integrate:Jan Dubois2007-02-121-3/+3
* Add 2007 copyrights in a few more .pl files thatRafael Garcia-Suarez2007-01-061-2/+2
* Change reentr.pl to generate reentr.h accordingly to change 29209Rafael Garcia-Suarez2006-11-061-0/+3
* Re: reentr reshuffleJarkko Hietaniemi2006-09-281-2/+2
* reentr reshuffleJarkko Hietaniemi2006-09-281-3/+25
* Re: Change 28877: [PATCH] deal with some gcc warningsJarkko Hietaniemi2006-09-251-1/+1
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-1/+1
* The previous change causes compile failures with threaded Perls.Steve Peters2006-08-231-5/+0
* Part of one of Jarkko's g++ patches that was missed.Steve Peters2006-08-221-0/+5
* Clear up a few more warnings from blead.Steve Peters2006-07-131-0/+2
* Happy New Year. (It's not just embed.pl).Nicholas Clark2006-01-021-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
* a long /etc/groups entry could cause memory exhaustion.Dave Mitchell2005-07-051-1/+1
* Stop reentr.pl changing EOL on the files it writes on Win32Steve Hay2005-07-041-0/+3
* reentr.pl should be using regen_lib.pl and unlinking files before itNicholas Clark2005-06-091-0/+7
* 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-4/+8
* Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-101-2/+20
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
* cast to/from (void *) in the re-entrant code. Now watch the smoke rise.Nicholas Clark2005-04-061-10/+10
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+8
* reentr.pl is not defining _srandom_structJan Dubois2003-11-051-1/+1
* Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 againJan Dubois2003-11-031-5/+4
* Detecting errors of reentrant APIs: getgrgid_r and the likeJarkko Hietaniemi2003-04-281-4/+12
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-2/+2
* Integrate:Jarkko Hietaniemi2003-04-011-7/+12
* Integrate:Ilya Zakharevich2003-04-011-1/+1
* Uid_t and Gid_t can easily be shorts and one cannotJarkko Hietaniemi2003-03-111-0/+8
* Couple more _r possibilities (found in a RH 8.0 box), andJarkko Hietaniemi2003-03-051-6/+24
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-2/+2
* Integrate changes #18422 and #18423 from maint-5.8.Rafael Garcia-Suarez2003-01-161-20/+15
* No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)Jarkko Hietaniemi2002-10-111-23/+4
* reentrant buffersJarkko Hietaniemi2002-10-021-8/+53
* #17775 changed reentr.c instead of reentr.pl, which generates itHugo van der Sanden2002-08-261-0/+2
* Document better what the foo_r_proto are supposed to be.Jarkko Hietaniemi2002-05-201-0/+6
* Document reentr.pl a bit better. Still ratherJarkko Hietaniemi2002-05-141-196/+222
* Avoid potentially empty struct.Jarkko Hietaniemi2002-05-141-0/+1
* metaconfig unit linting.Jarkko Hietaniemi2002-05-091-5/+8
* Simplify the _r probing code by adding the i_systimeJarkko Hietaniemi2002-04-141-22/+25
* Remove false dependency between getgrent and setpwentJarkko Hietaniemi2002-04-091-40/+47