public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
@ 2017-01-31 15:45 Corinna Vinschen
  2017-02-02  3:19 ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: Corinna Vinschen @ 2017-01-31 15:45 UTC (permalink / raw)
  To: cygwin

Hi folks,


I uploaded a new Cygwin test release 2.7.0-0.1

Apart from the changes mentioned below, there's another patch in the
loop speeding up network access in scenarios with slower round trip
time (most everything on the internet), but I'm still waiting for
input from the patch provider.

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

What's new:
-----------

- Support for /proc/<PID>/environ.

- New API: getentropy, getrandom, NL_LOCALE_NAME.


Bug Fixes
---------

- Fix rename(2) fail with EACCES if newfile is in use.
  Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00108.html

- Always try to write all incoming bytes to blocking pipes, as required
  by POSIX.
  Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00087.html

- Fix handling of Alt-Numpad sequences in console handler.
  Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00135.html

- Fix erasing UTF-8 multibyte characters in cooked mode.
  Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00299.html

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

Please test.


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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-01-31 15:45 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1 Corinna Vinschen
@ 2017-02-02  3:19 ` Steven Penny
  2017-02-02  5:21   ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-02-02  3:19 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

On Tue, 31 Jan 2017 16:42:41, Corinna Vinschen wrote:
> - Fix handling of Alt-Numpad sequences in console handler.
>   Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00135.html

> - Fix erasing UTF-8 multibyte characters in cooked mode.
>   Addresses: https://cygwin.com/ml/cygwin/2017-01/msg00299.html

I came across something today. As we know from previous discussions,
libreadline7-7.0.1-2 fixed Alt codes and pasting of UTF-8. However I noticed
today that it did not fix it in all cases. This pasting will work:

    Ω%

but not this:

    %Ω

Starting with snapshot 20170119 and now release 2.7.0, both cases of pasting are
working. Much thanks.


--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-02  3:19 ` Steven Penny
@ 2017-02-02  5:21   ` Steven Penny
  2017-02-02 12:50     ` Steven Penny
  2017-02-02 13:05     ` Corinna Vinschen
  0 siblings, 2 replies; 20+ messages in thread
From: Steven Penny @ 2017-02-02  5:21 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text, Size: 488 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-02  5:21   ` Steven Penny
@ 2017-02-02 12:50     ` Steven Penny
  2017-02-02 13:30       ` Corinna Vinschen
  2017-02-02 13:05     ` Corinna Vinschen
  1 sibling, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-02-02 12:50 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text, Size: 666 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-02  5:21   ` Steven Penny
  2017-02-02 12:50     ` Steven Penny
@ 2017-02-02 13:05     ` Corinna Vinschen
  1 sibling, 0 replies; 20+ messages in thread
From: Corinna Vinschen @ 2017-02-02 13:05 UTC (permalink / raw)
  To: cygwin

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

On Feb  1 21:21, Steven Penny wrote:
> On Wed, 01 Feb 2017 19:18:49, Steven Penny wrote:
> > Ω%
> > %Ω
>     
> Resending these example with proper charset. Here is example that worked pre
> 2.7.0:
> 
>     Ω%
> 
> Here is example that did not work pre 2.7.0:
> 
>     %Ω
> 
> Again, these are both working now.

Cool.  Thanks for testing.


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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-02 12:50     ` Steven Penny
@ 2017-02-02 13:30       ` Corinna Vinschen
  2017-02-03  0:08         ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: Corinna Vinschen @ 2017-02-02 13:30 UTC (permalink / raw)
  To: cygwin

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

On Feb  2 04:50, Steven Penny wrote:
> On Wed, 01 Feb 2017 21:21:41, Steven Penny wrote:
> > Resending these example with proper charset. Here is example that worked pre
> > 2.7.0:
> >     Ω%
> > Here is example that did not work pre 2.7.0:
> >     %Ω
> 
> It looks like I spoke too soon. For some reason LATIN SMALL LETTER O WITH
> DIAERESIS' (U+00F6) is not working in any case:
> 
>     Alt 148: FAIL
>     Alt 0246: FAIL
>     Pasting: FAIL

Under cygwin 2.7.0 this works fine for me in tcsh, bash 4.4.11-2, bash
4.4.12-3 and od, including Alt +f6.  That is, as long as I'm in the
Windows console.  Mintty only supports Alt +f6 or Alt 246 when in
Unicode mode.


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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-02 13:30       ` Corinna Vinschen
@ 2017-02-03  0:08         ` Steven Penny
  2017-02-03  1:37           ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-02-03  0:08 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text, Size: 804 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  0:08         ` Steven Penny
@ 2017-02-03  1:37           ` Steven Penny
  2017-02-03  1:50             ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-02-03  1:37 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text, Size: 696 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  1:37           ` Steven Penny
@ 2017-02-03  1:50             ` Steven Penny
  2017-02-03  8:39               ` Corinna Vinschen
  0 siblings, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-02-03  1:50 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text, Size: 800 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  1:50             ` Steven Penny
@ 2017-02-03  8:39               ` Corinna Vinschen
  2017-02-03  9:10                 ` Houder
                                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Corinna Vinschen @ 2017-02-03  8:39 UTC (permalink / raw)
  To: cygwin

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

On Feb  2 17:50, Steven Penny wrote:
> On Thu, 02 Feb 2017 17:37:35, Steven Penny wrote:
> > Ok, I found that if I install cygwin-2.7.0 and libreadline7-7.0.1-2 then this
> > works as exepcted. I didnt realize libreadline7-7.0.1-2 was still in test
> > status. However I thought that the Cygwin DLL update meant that the readline
> > hack was not necessary? Please advise.
> 
> Correction again, this nightmare keeps getting worse. Using this test:
> 
>     %ö
> 
> Pasting fails for every recent combination. The only fix I found was falling
> back to bash-4.3.48 and libreadline7-6.3.8. Please fix this, starting to make my
> head hurt.

Cygwin 2.7.0:

Works in tcsh and dash, even with chcp 65001.  Does not work with
bash for some reason in cp 65001.

Why are you switching to cp 65001, btw?  It's completely unnecessary
for utf-8 to work in the Windows console.  Just stick to the default.


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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  8:39               ` Corinna Vinschen
@ 2017-02-03  9:10                 ` Houder
  2017-02-03  9:30                   ` Houder
  2017-02-03  9:14                 ` Corinna Vinschen
  2017-03-19  4:23                 ` Steven Penny
  2 siblings, 1 reply; 20+ messages in thread
From: Houder @ 2017-02-03  9:10 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

On Fri, 3 Feb 2017 09:39:47, Corinna Vinschen wrote:

> Cygwin 2.7.0:
> 
> Works in tcsh and dash, even with chcp 65001.  Does not work with
> bash for some reason in cp 65001.

Using the Windows Console:

64 LANG = en_US.UTF-8, LC_ALL =
=> LANG = en_US.UTF-8
64-@@ cygcheck -sv | awk '$1 ~ /^(libreadline.|cygwin|"cygwin1.dll")$/'
                  "cygwin1.dll" v0.0 ts=2017-01-31 15:28
cygwin                                  2.7.0-0.1                    OK
libreadline7                            7.0.1-1                      OK

64-@@ chcp.com <==== changed from 437 to 65001 for testing only
Active code page: 65001

64-@@ % <==== canNOT paste ö (if libreadline is enabled)
bash: fg: %: no such job

64-@@ bash --noediting <==== switch off libreadline
=> LANG = en_US.UTF-8
64-@@ %ö <==== I can paste ö when libreadline has been switched off
bash: fg: %ö: no such job

libreadline must be the culprit ...

Regards,

Henri

=====


--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  8:39               ` Corinna Vinschen
  2017-02-03  9:10                 ` Houder
@ 2017-02-03  9:14                 ` Corinna Vinschen
  2017-03-19  4:23                 ` Steven Penny
  2 siblings, 0 replies; 20+ messages in thread
From: Corinna Vinschen @ 2017-02-03  9:14 UTC (permalink / raw)
  To: cygwin

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

On Feb  3 09:39, Corinna Vinschen wrote:
> On Feb  2 17:50, Steven Penny wrote:
> > On Thu, 02 Feb 2017 17:37:35, Steven Penny wrote:
> > > Ok, I found that if I install cygwin-2.7.0 and libreadline7-7.0.1-2 then this
> > > works as exepcted. I didnt realize libreadline7-7.0.1-2 was still in test
> > > status. However I thought that the Cygwin DLL update meant that the readline
> > > hack was not necessary? Please advise.
> > 
> > Correction again, this nightmare keeps getting worse. Using this test:
> > 
> >     %ö
> > 
> > Pasting fails for every recent combination. The only fix I found was falling
> > back to bash-4.3.48 and libreadline7-6.3.8. Please fix this, starting to make my
> > head hurt.
> 
> Cygwin 2.7.0:
> 
> Works in tcsh and dash, even with chcp 65001.  Does not work with
> bash for some reason in cp 65001.
> 
> Why are you switching to cp 65001, btw?  It's completely unnecessary
> for utf-8 to work in the Windows console.  Just stick to the default.

I wonder if that's a problem in the Windows console.  In theory the
console codepage should have no influence on Cygwin.  Codepages only
should influence non-Unicode aware applications, but console I/O in
Cygwin is using Unicode throughout.

Weird.


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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  9:10                 ` Houder
@ 2017-02-03  9:30                   ` Houder
  2017-02-03 12:49                     ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: Houder @ 2017-02-03  9:30 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1408 bytes --]

On Fri, 03 Feb 2017 10:09:51, Houder wrote:
> On Fri, 3 Feb 2017 09:39:47, Corinna Vinschen wrote:
> 
> > Cygwin 2.7.0:
> > 
> > Works in tcsh and dash, even with chcp 65001.  Does not work with
> > bash for some reason in cp 65001.
> 
> Using the Windows Console:
> 
> 64 LANG = en_US.UTF-8, LC_ALL =
> => LANG = en_US.UTF-8
> 64-@@ cygcheck -sv | awk '$1 ~ /^(libreadline.|cygwin|"cygwin1.dll")$/'
>                   "cygwin1.dll" v0.0 ts=2017-01-31 15:28
> cygwin                                  2.7.0-0.1                    OK
> libreadline7                            7.0.1-1                      OK
> 
> 64-@@ chcp.com <==== changed from 437 to 65001 for testing only
> Active code page: 65001
> 
> 64-@@ % <==== canNOT paste ö (if libreadline is enabled)
> bash: fg: %: no such job
> 
> 64-@@ bash --noediting <==== switch off libreadline
> => LANG = en_US.UTF-8
> 64-@@ %ö <==== I can paste ö when libreadline has been switched off
> bash: fg: %ö: no such job

Apologies for the confusion ... the unicode symbol I was pasting in was
the latin small letter o with diaeresis ...

For some reason something went wrong when I composed my e-mail.

=====


--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  9:30                   ` Houder
@ 2017-02-03 12:49                     ` Steven Penny
  2017-02-03 17:43                       ` Houder
  0 siblings, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-02-03 12:49 UTC (permalink / raw)
  To: cygwin

On Fri, 03 Feb 2017 10:30:23, Houder wrote:
> Apologies for the confusion ... the unicode symbol I was pasting in was
> the latin small letter o with diaeresis ...
> For some reason something went wrong when I composed my e-mail.

I had the same problem. You need to add

    Content-Type: text; charset=UTF-8

http://github.com/svnpenn/a/blob/d7afee6/etc/mailing-list.awk#L45

If you leave this off, if defaults to US-ASCII:

http://tools.ietf.org/html/rfc2046#section-4.1.2

which is insane because US-ASCII only supports 128 characters:

http://wikipedia.org/wiki/ASCII#Overview


--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03 12:49                     ` Steven Penny
@ 2017-02-03 17:43                       ` Houder
  0 siblings, 0 replies; 20+ messages in thread
From: Houder @ 2017-02-03 17:43 UTC (permalink / raw)
  To: cygwin

On Fri, 03 Feb 2017 04:48:49, Steven Penny wrote:
> On Fri, 03 Feb 2017 10:30:23, Houder wrote:
> > Apologies for the confusion ... the unicode symbol I was pasting in was
> > the latin small letter o with diaeresis ...
> > For some reason something went wrong when I composed my e-mail.
> 
> I had the same problem. You need to add
> 
>     Content-Type: text; charset=UTF-8
> 
> http://github.com/svnpenn/a/blob/d7afee6/etc/mailing-list.awk#L45
> 
> If you leave this off, if defaults to US-ASCII:
> 
> http://tools.ietf.org/html/rfc2046#section-4.1.2

Ah! Of course. I missed that! Thank you.

Regards,

Henri

=====


--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-02-03  8:39               ` Corinna Vinschen
  2017-02-03  9:10                 ` Houder
  2017-02-03  9:14                 ` Corinna Vinschen
@ 2017-03-19  4:23                 ` Steven Penny
  2017-03-20 19:06                   ` cyg Simple
  2 siblings, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-03-19  4:23 UTC (permalink / raw)
  To: cygwin

On Fri, 3 Feb 2017 09:39:47, Corinna Vinschen wrote:
> Why are you switching to cp 65001, btw?  It's completely unnecessary
> for utf-8 to work in the Windows console.  Just stick to the default.

Sorry for delayed response. I knew I had a reason for this, but honestly forgot
what it was. Here is the reason:

    $ cat omega.c
    #include <stdio.h>
    int main() {
      printf("Ω\n");
    }

    $ x86_64-pc-cygwin-gcc -o cygwin.exe omega.c
    $ x86_64-w64-mingw32-gcc -o mingw32.exe omega.c
    $ chcp.com 65001
    Active code page: 65001

    $ ./cygwin.exe
    Ω

    $ ./mingw32.exe
    Ω

    $ chcp.com 437
    Active code page: 437

    $ ./cygwin.exe
    Ω

    $ ./mingw32.exe
    Ω

So everything is normal until you run a mingw32 program with the wrong code
page. You would never notice this with cygwin programs because as you can see
they work with either code page.


--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-03-19  4:23                 ` Steven Penny
@ 2017-03-20 19:06                   ` cyg Simple
  2017-03-20 22:49                     ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: cyg Simple @ 2017-03-20 19:06 UTC (permalink / raw)
  To: cygwin

On 3/19/2017 12:23 AM, Steven Penny wrote:
> On Fri, 3 Feb 2017 09:39:47, Corinna Vinschen wrote:
>> Why are you switching to cp 65001, btw?  It's completely unnecessary
>> for utf-8 to work in the Windows console.  Just stick to the default.
> 
> Sorry for delayed response. I knew I had a reason for this, but honestly
> forgot
> what it was. Here is the reason:
> 
>    $ cat omega.c
>    #include <stdio.h>
>    int main() {
>      printf("Ω\n");
>    }
> 
>    $ x86_64-pc-cygwin-gcc -o cygwin.exe omega.c
>    $ x86_64-w64-mingw32-gcc -o mingw32.exe omega.c
>    $ chcp.com 65001
>    Active code page: 65001
> 
>    $ ./cygwin.exe
>    Ω
> 
>    $ ./mingw32.exe
>    Ω
> 
>    $ chcp.com 437
>    Active code page: 437
> 
>    $ ./cygwin.exe
>    Ω
> 
>    $ ./mingw32.exe
>    Ω
> 
> So everything is normal until you run a mingw32 program with the wrong code
> page. You would never notice this with cygwin programs because as you
> can see
> they work with either code page.

This really isn't a Cygwin issue as I see it.  What occurs if you run
your mingw32.exe in a CMD command window?  This may be a mintty issue
but certainly not because of Cygwin itself.  But even the mintty case is
dependent on the results you see in CMD.

-- 
cyg Simple

--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-03-20 19:06                   ` cyg Simple
@ 2017-03-20 22:49                     ` Steven Penny
  2017-03-22 20:17                       ` cyg Simple
  0 siblings, 1 reply; 20+ messages in thread
From: Steven Penny @ 2017-03-20 22:49 UTC (permalink / raw)
  To: cygwin

On Mon, 20 Mar 2017 15:06:26, cyg Simple wrote:
> This really isn't a Cygwin issue as I see it.  What occurs if you run
> your mingw32.exe in a CMD command window?  This may be a mintty issue
> but certainly not because of Cygwin itself.  But even the mintty case is
> dependent on the results you see in CMD.

Wrong. Somewhere between the Cygwin, Bash and Readline this got messed up:

On Thu, 02 Feb 2017 17:50:55, Steven Penny wrote:
> Correction again, this nightmare keeps getting worse. Using this test:
>     %ö
> Pasting fails for every recent combination. The only fix I found was falling
> back to bash-4.3.48 and libreadline7-6.3.8. Please fix this, starting to make my
> head hurt.

http://cygwin.com/ml/cygwin/2017-02/msg00031.html


--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-03-20 22:49                     ` Steven Penny
@ 2017-03-22 20:17                       ` cyg Simple
  2017-03-22 21:07                         ` Steven Penny
  0 siblings, 1 reply; 20+ messages in thread
From: cyg Simple @ 2017-03-22 20:17 UTC (permalink / raw)
  To: cygwin

On 3/20/2017 6:49 PM, Steven Penny wrote:
> On Mon, 20 Mar 2017 15:06:26, cyg Simple wrote:
>> This really isn't a Cygwin issue as I see it.  What occurs if you run
>> your mingw32.exe in a CMD command window?  This may be a mintty issue
>> but certainly not because of Cygwin itself.  But even the mintty case is
>> dependent on the results you see in CMD.
> 
> Wrong. Somewhere between the Cygwin, Bash and Readline this got messed up:
> 
> On Thu, 02 Feb 2017 17:50:55, Steven Penny wrote:
>> Correction again, this nightmare keeps getting worse. Using this test:
>>     %ö
>> Pasting fails for every recent combination. The only fix I found was
>> falling
>> back to bash-4.3.48 and libreadline7-6.3.8. Please fix this, starting
>> to make my
>> head hurt.
> 
> http://cygwin.com/ml/cygwin/2017-02/msg00031.html
> 

Which goes to further state that this isn't Cygwin but a library package
used by bash.  Cygwin is the POSIX glue to the packages; I know that
everyone wants to think of the entire set as Cygwin but that isn't
really true.  Cygwin is managing to present these characters without
issue with other packages.

-- 
cyg Simple

--
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] 20+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
  2017-03-22 20:17                       ` cyg Simple
@ 2017-03-22 21:07                         ` Steven Penny
  0 siblings, 0 replies; 20+ messages in thread
From: Steven Penny @ 2017-03-22 21:07 UTC (permalink / raw)
  To: cygwin

On Wed, 22 Mar 2017 16:15:21, cyg Simple wrote:
> Which goes to further state that this isn't Cygwin but a library package
> used by bash.  Cygwin is the POSIX glue to the packages; I know that
> everyone wants to think of the entire set as Cygwin but that isn't
> really true.  Cygwin is managing to present these characters without
> issue with other packages.

Actually, you are right. Dash is not having this problem, it is specific to
Bash. Eric Blake, can you advise?


--
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] 20+ messages in thread

end of thread, other threads:[~2017-03-22 20:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31 15:45 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1 Corinna Vinschen
2017-02-02  3:19 ` Steven Penny
2017-02-02  5:21   ` Steven Penny
2017-02-02 12:50     ` Steven Penny
2017-02-02 13:30       ` Corinna Vinschen
2017-02-03  0:08         ` Steven Penny
2017-02-03  1:37           ` Steven Penny
2017-02-03  1:50             ` Steven Penny
2017-02-03  8:39               ` Corinna Vinschen
2017-02-03  9:10                 ` Houder
2017-02-03  9:30                   ` Houder
2017-02-03 12:49                     ` Steven Penny
2017-02-03 17:43                       ` Houder
2017-02-03  9:14                 ` Corinna Vinschen
2017-03-19  4:23                 ` Steven Penny
2017-03-20 19:06                   ` cyg Simple
2017-03-20 22:49                     ` Steven Penny
2017-03-22 20:17                       ` cyg Simple
2017-03-22 21:07                         ` Steven Penny
2017-02-02 13:05     ` 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).