[PATCH] winsup/cygwin/libc/strptime.cc(__strptime) add strptime %s

2017-08-23 Thread Brian Inglis
On 2017-07-23 22:07, Brian Inglis wrote: > On 2017-07-23 20:09, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >>> 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 co

Re: winsup/cygwin/libc/strptime.cc(__strptime) strptime %F issue

2017-08-23 Thread Brian Inglis
On 2017-08-23 12:51, Brian Inglis wrote: > On 2017-07-23 22:07, Brian Inglis wrote: >> On 2017-07-23 20:09, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: 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,