| Commit message (Expand) | Author | Age | Files | Lines |
* | style: Detabify regen files. | Michael G. Schwern | 2021-01-17 | 1 | -61/+61 |
* | No need to use locale_r with thread-safe locales | Karl Williamson | 2020-07-30 | 1 | -0/+6 |
* | reentr.[ch]: Add gmtime_r, localtime_r | Karl Williamson | 2020-03-18 | 1 | -6/+41 |
* | reentr.h: Add way to see if reentrant used | Karl Williamson | 2020-03-18 | 1 | -0/+133 |
* | reentr.h: Add clarifying comment | Karl Williamson | 2020-03-18 | 1 | -2/+4 |
* | reentr.[ch]: White-space only | Karl Williamson | 2020-03-18 | 1 | -546/+546 |
* | reentr.c: Handle getspnam() | Karl Williamson | 2020-03-18 | 1 | -0/+22 |
* | reentr.[ch]: White-space only | Karl Williamson | 2020-03-15 | 1 | -591/+649 |
* | Add PERL_REENTRANT for XS modules | Karl Williamson | 2017-12-13 | 1 | -1/+1 |
* | Use new paradigm for hdr file double inclusion guard | Karl Williamson | 2017-06-02 | 1 | -2/+2 |
* | Disable readdir_r and readdir64_r on glibc >= 2.24 | H.Merijn Brand | 2017-06-01 | 1 | -0/+5 |
* | [perl #115928] we don't use drand48_r or random_r any longer | Tony Cook | 2013-09-13 | 1 | -108/+37 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -2/+3 |
* | reentr.pl -> regen/reentr.pl | Father Chrysostomos | 2010-10-13 | 1 | -1/+1 |
* | Merge branch 'schwern/y2038' into blead | Rafael Garcia-Suarez | 2009-01-03 | 1 | -37/+6 |
|\ |
|
| * | Update from y2038 | Michael G. Schwern | 2009-01-03 | 1 | -37/+6 |
* | | Lies, damn lies and end-of-block comments | Rafael Garcia-Suarez | 2008-12-25 | 1 | -198/+198 |
|/ |
|
* | Integrate: | Jan Dubois | 2007-02-12 | 1 | -8/+8 |
* | Regenerate all files | Rafael Garcia-Suarez | 2007-01-10 | 1 | -1/+1 |
* | RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | Benjamin Holzman | 2006-11-06 | 1 | -2/+2 |
* | Re: reentr reshuffle | Jarkko Hietaniemi | 2006-09-28 | 1 | -198/+198 |
* | Regen for #28896 | H.Merijn Brand | 2006-09-28 | 1 | -151/+263 |
* | The previous change causes compile failures with threaded Perls. | Steve Peters | 2006-08-23 | 1 | -5/+0 |
* | Part of one of Jarkko's g++ patches that was missed. | Steve Peters | 2006-08-22 | 1 | -0/+5 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -1/+1 |
* | a long /etc/groups entry could cause memory exhaustion. | Dave Mitchell | 2005-07-05 | 1 | -61/+61 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+4 |
* | Regenerate reentr.[ch] | Rafael Garcia-Suarez | 2005-05-10 | 1 | -7/+18 |
* | reentr.h changes so threaded Perl's compile on OpenBSD 3.7 | Steve Peters | 2005-05-10 | 1 | -2/+2 |
* | cast to/from (void *) in the re-entrant code. Now watch the smoke rise. | Nicholas Clark | 2005-04-06 | 1 | -91/+91 |
* | Add comment to top of reentr.c and fix typos in other files | Dave Mitchell | 2004-08-01 | 1 | -1/+1 |
* | reentr.pl is not defining _srandom_struct | Jan Dubois | 2003-11-05 | 1 | -0/+3 |
* | Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again | Jan Dubois | 2003-11-03 | 1 | -94/+94 |
* | Detecting errors of reentrant APIs: getgrgid_r and the like | Jarkko Hietaniemi | 2003-04-28 | 1 | -121/+122 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-04-01 | 1 | -2/+2 |
* | Couple more _r possibilities (found in a RH 8.0 box), and | Jarkko Hietaniemi | 2003-03-05 | 1 | -36/+62 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Document reentr.pl a bit better. Still rather | Jarkko Hietaniemi | 2002-05-14 | 1 | -1/+1 |
* | Avoid potentially empty struct. | Jarkko Hietaniemi | 2002-05-14 | 1 | -0/+1 |
* | Remove false dependency between getgrent and setpwent | Jarkko Hietaniemi | 2002-04-09 | 1 | -201/+224 |
* | The I_CSD, I_S, and V_S had wrong recepting datatype. | Jarkko Hietaniemi | 2002-03-22 | 1 | -37/+37 |
* | Support crypt_r(const char*,const char*, CRYPTD*). | Jarkko Hietaniemi | 2002-03-19 | 1 | -69/+77 |
* | Implement the retry-on-ERANGE for the get*_r(). | Jarkko Hietaniemi | 2002-03-17 | 1 | -89/+240 |
* | HP-UX has also endgrent_r/endpwent_r marked obsolete. | Jarkko Hietaniemi | 2002-03-16 | 1 | -0/+2 |
* | Doesn't make sense to test for protos if the | Jarkko Hietaniemi | 2002-03-15 | 1 | -27/+27 |
* | Monster _r patch: try to scan for all known _r variants, | Jarkko Hietaniemi | 2002-03-15 | 1 | -0/+1200 |