Re: Signal delivered while blocked

2017-08-04 Thread Noah Misch
On Fri, Aug 04, 2017 at 11:58:51AM -0700, Kaz Kylheku wrote: > On 04.08.2017 10:02, Corinna Vinschen wrote: > >On Aug 4 00:44, Noah Misch wrote: > >>The attached demonstration program blocks signals (with sigprocmask()) > >>to > >>achieve mutual exclusion between signal handlers. It aborts upon >

Re: Signal delivered while blocked

2017-08-04 Thread Kaz Kylheku
On 04.08.2017 10:02, Corinna Vinschen wrote: On Aug 4 00:44, Noah Misch wrote: The attached demonstration program blocks signals (with sigprocmask()) to achieve mutual exclusion between signal handlers. It aborts upon receipt of a blocked signal. On "CYGWIN_NT-10.0 2.7.0(0.306/5/3) 2017-02-1

RE: lftp 4.8.0-1

2017-08-04 Thread Nellis, Kenneth
> lftp 4.8.0-1 is now available in Cygwin. This is a new upstream release, > with minor enhancements and bug fixes. Please see > http://lftp.tech/news.html for the list of changes. > > lftp is a sophisticated file transfer program and ftp/http/bittorrent > client. It supports multiple network pro

Re: Unicode width data inconsistent/outdated

2017-08-04 Thread Corinna Vinschen
On Aug 3 21:44, Thomas Wolff wrote: > Am 28.07.2017 um 21:58 schrieb Corinna Vinschen: > > On Jul 26 23:43, Thomas Wolff wrote: > > > Am 26.07.2017 um 11:50 schrieb Corinna Vinschen: > > > > On Jul 26 03:16, Yaakov Selkowitz wrote: > > > > > On 2017-07-26 03:08, Corinna Vinschen wrote: > > > > > >

Re: Signal delivered while blocked

2017-08-04 Thread Corinna Vinschen
On Aug 4 00:44, Noah Misch wrote: > The attached demonstration program blocks signals (with sigprocmask()) to > achieve mutual exclusion between signal handlers. It aborts upon receipt of a > blocked signal. On "CYGWIN_NT-10.0 2.7.0(0.306/5/3) 2017-02-12 13:18 x86_64", > signals regularly arrive

Signal delivered while blocked

2017-08-04 Thread Noah Misch
The attached demonstration program blocks signals (with sigprocmask()) to achieve mutual exclusion between signal handlers. It aborts upon receipt of a blocked signal. On "CYGWIN_NT-10.0 2.7.0(0.306/5/3) 2017-02-12 13:18 x86_64", signals regularly arrive despite being blocked. Essential parts of