X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=593434463c27bd932e4c29f8888b8bd004567516;hb=fb884a0dca91500cb944b0ecc2e5388fa2c7bcd5;hp=812ea54833a22d20f7066352fc545a1e89f7de29;hpb=3bd0d48db800994cc10c3340c41d3242390dc68f;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 812ea5483..593434463 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2013-09-26 Eric Blake + dup2, dup3: work around another cygwin crasher + * m4/dup2.m4 (gl_FUNC_DUP2): Expose the bug. + * m4/dup3.m4 (gl_FUNC_DUP3): Likewise. + * tests/test-dup2.c (main): Likewise. + * lib/dup2.c (rpl_dup2): Use setdtablesize to avoid it. + * lib/dup3.c (dup3): Likewise. + * doc/posix-functions/dup2.texi (dup2): Document it. + * doc/glibc-functions/dup3.texi (dup3): Likewise. + getdtablesize: work around cygwin issue * m4/getdtablesize.m4 (gl_FUNC_GETDTABLESIZE): Detect problem. * modules/getdtablesize (configure.ac): Build replacement.