Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.12

2016-08-25 Thread Corinna Vinschen
Hi Denis, On Aug 25 12:03, Denis Excoffier wrote: > > > On 2016-08-24 19:20, Corinna Vinschen wrote: > > > > Thanks for the report and especially for providing a testcase! > > > Hello Corinna, > > Please find hereafter another testcase (from file-5.28). > > Of course, if the uselocale() funct

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.12

2016-08-25 Thread Denis Excoffier
> On 2016-08-24 19:20, Corinna Vinschen wrote: > > Thanks for the report and especially for providing a testcase! > Hello Corinna, Please find hereafter another testcase (from file-5.28). Of course, if the uselocale() function is not used, everything is ok. The problem seems to occur because o

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.12

2016-08-24 Thread Corinna Vinschen
Hi Denis, On Aug 24 18:07, Denis Excoffier wrote: > > On 2016-08-23 18:56, Corinna Vinschen wrote: > > > > I uploaded a new Cygwin test release 2.6.0-0.12. > > > ... > > The 2.6.0 release is going to introducing the locale_t datatype, as well > > as all functions related to locale_t locales and

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.12

2016-08-24 Thread Denis Excoffier
> On 2016-08-23 18:56, Corinna Vinschen wrote: > > I uploaded a new Cygwin test release 2.6.0-0.12. > ... > The 2.6.0 release is going to introducing the locale_t datatype, as well > as all functions related to locale_t locales and per-thread locales per > POSIX-1.2008. > > So, rather than jus

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.12

2016-08-24 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin test release 2.6.0-0.12. Two interesting changes in this test release: - Add missing POSIX function strerror_l. - Add missing GNU extensions strptime_l and wcsftime_l. - Add GNU extensions pthread_getname_np and pthread_setname_np. ==