Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-16 Thread Achim Gratz
Corinna Vinschen writes: > I uploaded a new Cygwin test release 2.11.0-0.1 > > I'm planning for a release end of August. Please test. I've tested it for about a week now and have released for my other users this week. This release actually fixed two problem I've encountered on my new Server

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-14 Thread Houder
On 2018-08-14 11:50, Corinna Vinschen wrote: On Aug 13 23:29, Houder wrote: On 2018-08-10 14:43, Houder wrote: [snip] > The modication would require changing: > > winsup/cygwin/fenv.cc (_feinitialise() ) > winsup/cygwin/include/fenv.h (FE_ALL_EXCEPT) GRRR! The file encoding of fenv.h is

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-14 Thread Corinna Vinschen
On Aug 13 23:29, Houder wrote: > On 2018-08-10 14:43, Houder wrote: > > On Fri, 10 Aug 2018 13:42:54, Corinna Vinschen wrote: > > [snip] > > > > > > Note: the following line must be changed in STC-FENV.c (the STC that was > > > > attached to the bug report -- the last one above). > > > > > > > >

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-14 Thread john doe
On 8/14/2018 12:26 AM, Houder wrote: On 2018-08-14 00:16, Eric Blake wrote: On 08/13/2018 04:29 PM, Houder wrote: The modication would require changing: winsup/cygwin/fenv.cc (_feinitialise() ) winsup/cygwin/include/fenv.h (FE_ALL_EXCEPT) GRRR! The file encoding of fenv.h is "cp1252"

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Houder
On 2018-08-14 00:16, Eric Blake wrote: On 08/13/2018 04:29 PM, Houder wrote: The modication would require changing: winsup/cygwin/fenv.cc (_feinitialise() ) winsup/cygwin/include/fenv.h (FE_ALL_EXCEPT) GRRR! The file encoding of fenv.h is "cp1252" because of 2 characters in this line:   

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Eric Blake
On 08/13/2018 04:29 PM, Houder wrote: The modication would require changing: winsup/cygwin/fenv.cc (_feinitialise() ) winsup/cygwin/include/fenv.h (FE_ALL_EXCEPT) GRRR! The file encoding of fenv.h is "cp1252" because of 2 characters in this line: Intel® 64 and IA-32 Architectures

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Houder
On 2018-08-13 23:29, Houder wrote: On 2018-08-10 14:43, Houder wrote: On Fri, 10 Aug 2018 13:42:54, Corinna Vinschen wrote: [snip] > Note: the following line must be changed in STC-FENV.c (the STC that was > attached to the bug report -- the last one above). > > from: > const int xxx =3D

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Houder
On 2018-08-10 14:43, Houder wrote: On Fri, 10 Aug 2018 13:42:54, Corinna Vinschen wrote: [snip] > Note: the following line must be changed in STC-FENV.c (the STC that was > attached to the bug report -- the last one above). > > from: > const int xxx =3D 0x3d; // FE_ALL_EXCEPT on Linux, i.e.

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Achim Gratz
Houder writes: > from: > const int xxx = 0x3d; // FE_ALL_EXCEPT on Linux, i.e. the denormal-operand > // exception is excluded on Linux > > to: > const int xxx = 0x3f; // Cygwin allows the denormal-operand exception; > // Linux (Andreas Jaeger) does not.

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Corinna Vinschen
On Aug 13 10:35, Thomas Wolff wrote: > Am 09.08.2018 um 22:26 schrieb Corinna Vinschen: > > Hi folks, > > > > > > I uploaded a new Cygwin test release 2.11.0-0.1 > > > > I'm planning for a release end of August. Please test. > > > >

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Thomas Wolff
Am 09.08.2018 um 22:26 schrieb Corinna Vinschen: Hi folks, I uploaded a new Cygwin test release 2.11.0-0.1 I'm planning for a release end of August. Please test. === What's new: --- ... What changed:

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Corinna Vinschen
On Aug 13 10:03, Houder wrote: > On 2018-08-10 14:43, Houder wrote: > > On Fri, 10 Aug 2018 13:42:54, Corinna Vinschen wrote: > > [snip] > > > > > > Note: the following line must be changed in STC-FENV.c (the STC that was > > > > attached to the bug report -- the last one above). > > > > > > > >

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Houder
On 2018-08-10 14:43, Houder wrote: On Fri, 10 Aug 2018 13:42:54, Corinna Vinschen wrote: [snip] > Note: the following line must be changed in STC-FENV.c (the STC that was > attached to the bug report -- the last one above). > > from: > const int xxx =3D 0x3d; // FE_ALL_EXCEPT on Linux, i.e.

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Corinna Vinschen
On Aug 10 18:00, Marco Atzeri wrote: > Am 09.08.2018 um 22:26 schrieb Corinna Vinschen: > > Hi folks, > > > > > > I uploaded a new Cygwin test release 2.11.0-0.1 > > [...] > > testing libuv, I see a large number of new failures STC? Corinna -- Corinna Vinschen Please, send

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-13 Thread Corinna Vinschen
On Aug 10 14:43, Houder wrote: > On Fri, 10 Aug 2018 13:42:54, Corinna Vinschen wrote: > [snip] > > > > Note: the following line must be changed in STC-FENV.c (the STC that was > > > attached to the bug report -- the last one above). > > > > > > from: > > > const int xxx =3D 0x3d; //

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-10 Thread Marco Atzeri
Am 09.08.2018 um 22:26 schrieb Corinna Vinschen: Hi folks, I uploaded a new Cygwin test release 2.11.0-0.1 I'm planning for a release end of August. Please test. === What's new: --- - New APIs: clearenv,

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-10 Thread Houder
On Fri, 10 Aug 2018 13:42:54, Corinna Vinschen wrote: [snip] > > Note: the following line must be changed in STC-FENV.c (the STC that was > > attached to the bug report -- the last one above). > > > > from: > > const int xxx =3D 0x3d; // FE_ALL_EXCEPT on Linux, i.e. the denormal-... > >

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-10 Thread Corinna Vinschen
On Aug 10 13:05, Houder wrote: > On Thu, 9 Aug 2018 22:26:04, Corinna Vinschen wrote: > > Hi folks, > > > > > > I uploaded a new Cygwin test release 2.11.0-0.1 > > > > I'm planning for a release end of August. Please test. > [snip] > > > - Make FP environment symbols available on x86_64. > >

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-10 Thread Houder
On Thu, 9 Aug 2018 22:26:04, Corinna Vinschen wrote: > Hi folks, > > > I uploaded a new Cygwin test release 2.11.0-0.1 > > I'm planning for a release end of August. Please test. [snip] > - Make FP environment symbols available on x86_64. > Addresses:

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-09 Thread Andrey Repin
Greetings, Corinna Vinschen! > - Fix utils path handling in case cygdrive path is just '/'. > Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html This one seems fixed all right. -- With best regards, Andrey Repin Friday, August 10, 2018 2:49:43 Sorry for my terrible english...

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1

2018-08-09 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin test release 2.11.0-0.1 I'm planning for a release end of August. Please test. === What's new: --- - New APIs: clearenv, pthread_tryjoin_np, pthread_timedjoin_np, sched_getcpu. -