On Aug 15 14:03, Takashi Yano wrote:
> - Add code so that select() is not interrupted by SIGWINCH if it is
> ignored (SIG_IGN or SIG_DFL).
> ---
> winsup/cygwin/select.cc | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.c
On Aug 15 14:02, Takashi Yano wrote:
> - The workaround commit 33a21904a702191cebf0e81b4deba2dfa10a406c
> does not work as expected if window size is changed while screen
> is alternated. Fixed.
> ---
> winsup/cygwin/fhandler_console.cc | 47 +++
> 1 file changed, 2
On Aug 15 14:03, Takashi Yano wrote:
> - Add code so that select() is not interrupted by SIGWINCH if it is
> ignored (SIG_IGN or SIG_DFL).
> ---
> winsup/cygwin/select.cc | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.c
On Aug 14 22:59, Mark Geisert wrote:
> Borrow a trick from strace to lessen occurrences of "??? => ???" in ldd
> output. Specifically, if the module name isn't found in the usual place
> in the mapped image, use the file handle we have to look up the name.
>
> ---
> winsup/utils/Makefile.in | 2