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 2016
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 "cp1
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).
> > > >
> > > > f
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" becaus
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:
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 Sof
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 0x3d;
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. the
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.
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.
> >
> > =
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:
-
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).
> > > >
> > > > f
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. the
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
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; // FE_ALL_EXCEPT
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, pthread_tr
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-...
> >
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.
> >
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: https://cygwin.com/ml/cygwin/2018-07/msg0
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...
-
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.
-
21 matches
Mail list logo