Re: Cygwin strptime() is missing "%s" which strftime() has

2017-07-23 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> But that's just scanning a decimal integer to time_t. It's not a question of whether I can or can't convert a string into an integer, rather it's a question about portability of code that uses %s for both functions and expects it to work unchanged in the Cygwin environment. Also, strptime()

Re: gcc-7.1.0/c++17/old-abi: empty stringstream invalid memory access

2017-07-23 Thread David Stacey
On 23/07/17 12:38, Irfan Adilovic wrote: I am reproducing here a bug report I filed to gcc's bugzilla against gcc-7.1.0:https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81522 , in hopes of finding others who observed the same issue or who may have a solution. The bug only appears on Cygwin and only

Re: how to access and display apps that I've launched

2017-07-23 Thread Ken Brown
On 7/23/2017 8:32 AM, mike wrote: Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I get the icon at the very top middle of the screen and can then go into the icons menu and right click on the

Re: Cygwin strptime() is missing "%s" which strftime() has

2017-07-23 Thread Kaz Kylheku
On 22.07.2017 13:48, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hello, It looks like Cygwin implementation of strptime(3) cannot understand the "%s" format (seconds since Jan 1, 1970 UTC), which strftime() can. But that's just scanning a decimal integer to time_t. Where implemented, how does

Re: how to access and display apps that I've launched

2017-07-23 Thread mike
On 23/07/2017 19:14, Brian Inglis wrote: On 2017-07-23 11:39, mike wrote: On 23/07/2017 16:58, Jack wrote: On 2017.07.23 08:32, mike wrote: Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I ge

Re: how to access and display apps that I've launched

2017-07-23 Thread Brian Inglis
On 2017-07-23 11:39, mike wrote: > On 23/07/2017 16:58, Jack wrote: >> On 2017.07.23 08:32, mike wrote: >>> Hi >>> >>> I updated my Cywin installation on the 21st or 22nd of July 2017. I run >>> 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I >>> get the icon at the very

Re: how to access and display apps that I've launched

2017-07-23 Thread mike
On 23/07/2017 16:58, Jack wrote: On 2017.07.23 08:32, mike wrote: Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I get the icon at the very top middle of the screen and can then go into the

Re: how to access and display apps that I've launched

2017-07-23 Thread Jack
On 2017.07.23 08:32, mike wrote: Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I get the icon at the very top middle of the screen and can then go into the icons menu and right click on t

Re: gcc-7.1.0/c++17/old-abi: empty stringstream invalid memory access

2017-07-23 Thread Dan Kegel
On Sun, Jul 23, 2017 at 4:38 AM, Irfan Adilovic wrote: > I am reproducing here a bug report I filed to gcc's bugzilla against > gcc-7.1.0: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81522 > The bug only appears on Cygwin and only in c++17 mode with the old ABI. Pedantic automated response: Whi

how to access and display apps that I've launched

2017-07-23 Thread mike
Hi I updated my Cywin installation on the 21st or 22nd of July 2017. I run 32-bit Cygwin/X on 64-bit Win 7 Pro. If I launch the Cygwin Xwin Server I get the icon at the very top middle of the screen and can then go into the icons menu and right click on the Cygwin icon and get a list of cat

gcc-7.1.0/c++17/old-abi: empty stringstream invalid memory access

2017-07-23 Thread Irfan Adilovic
I am reproducing here a bug report I filed to gcc's bugzilla against gcc-7.1.0: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81522 , in hopes of finding others who observed the same issue or who may have a solution. The bug only appears on Cygwin and only in c++17 mode with the old ABI. -- Irfan