public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.5
@ 2016-07-29 12:24 Corinna Vinschen
       [not found] ` <b6860df8-0c0c-0e31-7cf8-983370db3f52@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Corinna Vinschen @ 2016-07-29 12:24 UTC (permalink / raw)
  To: cygwin

Hi Cygwin developers and maintainers,
Hi everyone else,


I uploaded a new Cygwin test release 2.6.0-0.5.

(For some reason I screwed up the -0.4 annoucement, so I add the
 text meant for -0-4 here, too)

Supposed to fix the problems reported in
https://cygwin.com/ml/cygwin/2016-07/msg00322.html,
https://cygwin.com/ml/cygwin/2016-07/msg00331.html,
https://cygwin.com/ml/cygwin/2016-07/msg00359.html

=======================================================================

For those building Cygwin from source, the new code is only available
in the topic/locales branch yet.

=======================================================================

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 just providing a single, per-process locale, you can now
create new locales ("newlocale") and set it as locale for the current
thread ("uselocale") or use it directly with one of the new functions
taking a locale_t as parameter (i.e. isalpha_l).

The full list of new interfaces is:

  newlocale, freelocale, duplocale, uselocale

  isalnum_l, isalpha_l, isascii_l, isblank_l, iscntrl_l, isdigit_l,
  isgraph_l, islower_l, isprint_l, ispunct_l, isspace_l, isupper_l,
  iswalnum_l, iswalpha_l, iswblank_l, iswcntrl_l, iswctype_l,
  iswdigit_l, iswgraph_l, iswlower_l, iswprint_l, iswpunct_l,
  iswspace_l, iswupper_l, iswxdigit_l, isxdigit_l
  
  toascii_l, tolower_l, toupper_l, towctrans_l, towlower_l, towupper_l,
  wctrans_l, wctype_l

  strcasecmp_l, strcoll_l, strncasecmp_l, strxfrm_l

  wcscasecmp_l, wcscoll_l, wcstrncasecmp_l, wcstrxfrm_l

  strfmon_l, strftime_l

=======================================================================

Since this is brand-new code, this code *will* have bugs.

It would be very helpful if interested developers and Cygwin package
maintainers could give this new stuff some good testing.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.5
       [not found] ` <b6860df8-0c0c-0e31-7cf8-983370db3f52@gmail.com>
@ 2016-08-01  8:39   ` Corinna Vinschen
  2016-08-01  9:55     ` Corinna Vinschen
  0 siblings, 1 reply; 3+ messages in thread
From: Corinna Vinschen @ 2016-08-01  8:39 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

On Jul 31 22:09, Marco Atzeri wrote:
> On 29/07/2016 12:32, Corinna Vinschen wrote:
> > Hi Cygwin developers and maintainers,
> > Hi everyone else,
> > 
> > 
> > I uploaded a new Cygwin test release 2.6.0-0.5.
> 
> no sure when this started :
> 
> $ ps
>       PID    PPID    PGID     WINPID   TTY         UID    STIME COMMAND
>      1136   10528    1136       5760  pty0        1009 22:06:46
> /usr/bin/bash
>     11700    1136   11700       8524  pty0        1009 22:06:53 /usr/bin/ps
>     10528       1   10528      10528  ?           1009 22:06:46
> /usr/bin/mintty
> 
> $ less /proc/1136/maps
> /proc/1136/maps: No such file or directory
> 
> $ uname -a
> CYGWIN_NT-6.1 GE-MATZERI-EU 2.6.0(0.300/5/3) 2016-07-29 12:14 x86_64 Cygwin

I can reproduce this on W7 but not on W10.  Investigating, but this may
take some time.


Thanks for the report,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.5
  2016-08-01  8:39   ` Corinna Vinschen
@ 2016-08-01  9:55     ` Corinna Vinschen
  0 siblings, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2016-08-01  9:55 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1550 bytes --]

On Aug  1 10:39, Corinna Vinschen wrote:
> On Jul 31 22:09, Marco Atzeri wrote:
> > On 29/07/2016 12:32, Corinna Vinschen wrote:
> > > Hi Cygwin developers and maintainers,
> > > Hi everyone else,
> > > 
> > > 
> > > I uploaded a new Cygwin test release 2.6.0-0.5.
> > 
> > no sure when this started :
> > 
> > $ ps
> >       PID    PPID    PGID     WINPID   TTY         UID    STIME COMMAND
> >      1136   10528    1136       5760  pty0        1009 22:06:46
> > /usr/bin/bash
> >     11700    1136   11700       8524  pty0        1009 22:06:53 /usr/bin/ps
> >     10528       1   10528      10528  ?           1009 22:06:46
> > /usr/bin/mintty
> > 
> > $ less /proc/1136/maps
> > /proc/1136/maps: No such file or directory
> > 
> > $ uname -a
> > CYGWIN_NT-6.1 GE-MATZERI-EU 2.6.0(0.300/5/3) 2016-07-29 12:14 x86_64 Cygwin
> 
> I can reproduce this on W7 but not on W10.  Investigating, but this may
> take some time.

Fixed in git.  Per MSDN, opening a process for VirtualQueryEx access
requires PROCESS_QUERY_INFORMATION access.  PROCESS_QUERY_LIMITED_INFORMATION
isn't sufficient.

Strange enough I found that this only affects Windows 8 and earlier.
PROCESS_QUERY_LIMITED_INFORMATION works fine on Windows 8.1 and 10.
It's just not clear if that's just a difference in the implementation
of UAC trust levels or if the docs are lacking.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-01  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-29 12:24 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.5 Corinna Vinschen
     [not found] ` <b6860df8-0c0c-0e31-7cf8-983370db3f52@gmail.com>
2016-08-01  8:39   ` Corinna Vinschen
2016-08-01  9:55     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).