[ANNOUNCEMENT] Updated: rhash-1.3.9-1

2019-12-19 Thread Marco Atzeri
version 1.3.9-1 of rhash librhash0 librhash-devel is available in the Cygwin distribution: CHANGES Last upstream release. DESCRIPTION RHash is a utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AI

Re: mkpasswd -d

2019-12-19 Thread Jack Marks
Brian, Running cygserver did not improve the response time. While the service was running, it actually slowed the process down around 15 seconds. Any other ideas? Thanks! Sent from my iPhone > On Dec 18, 2019, at 1:45 PM, Corinna Vinschen > wrote: > > On Dec 18 18:54, Jack Marks wrote:

Re: MC no longer working with cygwin 3.1.x

2019-12-19 Thread Ken Brown
On 12/19/2019 4:24 AM, Corinna Vinschen wrote: > On Dec 18 23:09, Ken Brown wrote: >> On 12/18/2019 5:55 PM, Thomas Wolff wrote: >>> Am 18.12.2019 um 22:14 schrieb Ken Brown: On 12/18/2019 2:32 PM, Corinna Vinschen wrote: > On Dec 18 17:23, Marco Atzeri wrote: >> Am 18.12.2019 um 15:42

Re: Unexpected output from curl and wttr.in

2019-12-19 Thread Marco Atzeri
Am 19.12.2019 um 15:06 schrieb Mike MacEachern: I'm currently at a loss with how curl is parsing wttr.in. Now I've used it without in the past, but it seems right now it's really struggling. I've checked and echo $LANG reports en_US.UTF-8 just in case that was the issue but it's not. Now I've t

Qt 5.12 LTS Release

2019-12-19 Thread wilhelm-eger
Hi, for several reasons I am wondering if there are any plans to update the 5.9 Qt to the current LTS release 5.12. In particular I was wondering if such a transition would involve noving from QtWebKit to QtWebEngine. In case testing and very basic development is needed, I would be happy to su

RE: [BUG] try..catch does not work if compiled with clang 8.0

2019-12-19 Thread Pavel Fedin
Hello! I've done some more research on this particular bug. > > > I have an impression that it has to do with the bug I previously reported > > > (and someone here claimed he could reproduce it) > > > > Please provide a link to the Cygwin ML message; is it this, confirmed by > > Takashi > > Yano

Unexpected output from curl and wttr.in

2019-12-19 Thread Mike MacEachern
I'm currently at a loss with how curl is parsing wttr.in. Now I've used it without in the past, but it seems right now it's really struggling. I've checked and echo $LANG reports en_US.UTF-8 just in case that was the issue but it's not. Now I've tried both mintty and the Windows console (and chan

[ANNOUNCEMENT] Updated : udunits-2.2.27.6-1

2019-12-19 Thread Marco Atzeri
Versions udunits-2.2.27.6-1 udunits libudunits-devel libudunits0 are available in the Cygwin distribution: CHANGES Latest upstream release. Full change log http://www.unidata.ucar.edu/software/udunits/udunits-current/doc/udunits/CHANGE_LOG DESCRIPTION The UDUNITS-2 package provides suppo

Re: Bold typeface bug since cygwin-3.1.0

2019-12-19 Thread Takashi Yano
On Wed, 18 Dec 2019 10:07:08 +0100 Corinna Vinschen wrote: > On Dec 17 10:07, Bruce Jerrick wrote: > > Problem: > > Since cygwin-3.1.0-0.7 (test) and now with cygwin-3.1.0-1, in mintty > > (mintty-3.1.0-1), text in bold typeface disappears after certain > > commands are executed. > > > > I have se

Re: mkpasswd -d

2019-12-19 Thread Brian Inglis
On 2019-12-18 13:01, Jack Marks wrote: > On Dec 18, 2019, at 1:45 PM, Corinna Vinschen wrote: >> On Dec 18 18:54, Jack Marks wrote: >>> In 1.7.31, I can run mkpasswd -d domainname -p /home -u userid >> >>> /etc/passwd and it takes less than a second to complete. In 3.1, it >>> takes 150 - 180 sec

Re: MC no longer working with cygwin 3.1.x

2019-12-19 Thread Corinna Vinschen
On Dec 18 23:09, Ken Brown wrote: > On 12/18/2019 5:55 PM, Thomas Wolff wrote: > > Am 18.12.2019 um 22:14 schrieb Ken Brown: > >> On 12/18/2019 2:32 PM, Corinna Vinschen wrote: > >>> On Dec 18 17:23, Marco Atzeri wrote: > Am 18.12.2019 um 15:42 schrieb Laurent R: > > Dear all, > > > >>

RE: [BUG] try..catch does not work if compiled with clang 8.0

2019-12-19 Thread Pavel Fedin
Hello! > Confirmed with clang++ 8 Good! Meanwhile i've tried to investigate it myself a bit and here's some more info: 1. With clang 8 __cxa_throw() ends up in Windows RaiseException(); with clang 5 it simply doesn't make it there. I guess there's some problem with interpreting unwind info.