In perl.git, the branch smoke-me/andyd/fdclose has been created
<http://perl5.git.perl.org/perl.git/commitdiff/c62f49e3141bbdb4391c19e87b36ff0247151208?hp=0000000000000000000000000000000000000000>
at c62f49e3141bbdb4391c19e87b36ff0247151208 (commit)
- Log -----------------------------------------------------------------
commit c62f49e3141bbdb4391c19e87b36ff0247151208
Author: Andy Dougherty <[email protected]>
Date: Tue Dec 29 22:58:51 2015 -0500
Add Configure support for fdclose() for [perl #126847].
This patch also adjusts the generated files suggested by
Porting/checkcfgvar.pl.
M Configure
M Cross/config.sh-arm-linux
M NetWare/config.wc
M Porting/config.sh
M config_h.SH
M configure.com
M plan9/config_sh.sample
M symbian/config.sh
M uconfig.h
M uconfig.sh
M uconfig64.sh
M win32/config.ce
M win32/config.gc
M win32/config.vc
commit 3f58143a4370507d7ceccc8d8c378559b1e5aee8
Author: Andy Dougherty <[email protected]>
Date: Tue Dec 29 22:47:42 2015 -0500
PATCH: Re: [perl #126847] fdclose(3) patch
This patch uses the fdclose() function from FreeBSD if it
is available. It is based on the original patch supplied
by Mariusz Zaborski <[email protected]> in the RT ticket.
The next patch will add Configure support for HAS_FDCLOSE.
M perlio.c
-----------------------------------------------------------------------
--
Perl5 Master Repository