Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1

2017-03-01 Thread Vince Rice
> On Mar 1, 2017, at 11:27 PM, Steven Penny wrote: > > On Wed, 1 Mar 2017 21:46:38, Vince Rice wrote: >> There are valid reasons (which several others have made) not to force others >> to use it. > > Have they though? I have not seen anyone save Eric (including you) make a > valid > argument bey

Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1

2017-03-01 Thread Steven Penny
On Wed, 1 Mar 2017 21:46:38, Vince Rice wrote: There are valid reasons (which several others have made) not to force others to use it. Have they though? I have not seen anyone save Eric (including you) make a valid argument beyond "I like it the old way". -- Problem reports: http://cygw

Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1

2017-03-01 Thread Vince Rice
> On Mar 1, 2017, at 6:22 PM, Steven Penny wrote: > > On Wed, 1 Mar 2017 09:42:27, cyg Simple wrote: >> Oh but it is. We're discussing the bike shed named /bin/sh. >> One of the color names is bash the other is dash; it's still the same >> bike shed. > > I see, when you realize your argument do

Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1

2017-03-01 Thread Steven Penny
On Wed, 1 Mar 2017 09:42:27, cyg Simple wrote: Oh but it is. We're discussing the bike shed named /bin/sh. One of the color names is bash the other is dash; it's still the same bike shed. I see, when you realize your argument does not hold water, you resort to name calling. Here are concrete a

RE: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1

2017-03-01 Thread Matt Seitz (matseitz)
Personally, I would invoke a variation of Linus's attitude to breaking user space apps: the distribution should not break existing user's scripts, even if they are not following "the rules". If you want to speed up the scripts distributed by Cygwin, then I would suggest modifying those scripts

Re: problem with fortran common block in shared library

2017-03-01 Thread Marco Atzeri
On 06/01/2017 16:52, Bill Greene wrote: This problem is not a generic gcc/gfortran one. If you build the test code on Linux, it works correctly. Bill the problem is gfortran one on Windows platform https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 https://gcc.gnu.org/bugzilla/show_bug.cgi?i

Fwd:Feugiat Lorem Ipsum Ltd invoice\13hi31

2017-03-01 Thread Zahir Williams
Greetings Please review the invoice from Feugiat Lorem Ipsum Ltd attached. The passwd is 5Z3WBM1o Zahir Williams 13hi31.docx Description: Attached file: 13hi31.docx -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1

2017-03-01 Thread cyg Simple
On 2/28/2017 4:43 PM, Steven Penny wrote: > On Tue, 28 Feb 2017 15:52:15, cyg Simple wrote: >> Ironic that *you* should make the same argument for using #!/bin/bash as >> I've made to you about using #!/bin/dash. > > Its not the same argument: > Oh but it is. We're discussing the bike shed name

Re: cygpath (reprised)

2017-03-01 Thread cyg Simple
On 3/1/2017 8:12 AM, Andrey Repin wrote: > Greetings, cyg Simple! > >> On 2/25/2017 8:13 PM, Andrey Repin wrote: >>> Greetings, cyg Simple! >>> Also a : isn't a valid character for a name in Windows. Cygwin uses some magic to represent it in UNICODE format though. >>> >>> It isn't a v

Re: cygpath (reprised)

2017-03-01 Thread Andrey Repin
Greetings, cyg Simple! > On 2/25/2017 8:13 PM, Andrey Repin wrote: >> Greetings, cyg Simple! >> >>> Also a : isn't a valid character for a name in Windows. Cygwin uses >>> some magic to represent it in UNICODE format though. >> >> It isn't a valid file "name" character, yes, but it is still a m

Re: All wx apps crash because of nl_langinfo(CODESET) returns garbage

2017-03-01 Thread Corinna Vinschen
On Mar 1 07:56, Kolya Kosenko wrote: > All wxWidgets-based application crash because call > nl_langinfo(CODESET) returns sometimes garbage during wxWidgets > initialization at > /usr/src/debug/wxWidgets3.0-3.0.2.0-2/src/common/intl.cpp:811: > char *oldLocale = strdup(setlocale(LC_CTYPE, NULL))