Re: [PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-19 Thread Jim Meyering
J.T. Conklin wrote: > Jim Meyering writes: >> I would change two doc-related things: >> >> [...] >> >> - I noticed that the new format "T" >> is not documented. There's already a sentence or two on the >> @sc{iso} 8601 date format. Dare I ask? ... Would you care >> to add a fe

Re: [PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-18 Thread J.T. Conklin
Jim Meyering writes: > I would change two doc-related things: > > [...] > > - I noticed that the new format "T" > is not documented. There's already a sentence or two on the > @sc{iso} 8601 date format. Dare I ask? ... Would you care > to add a few words about the new one? If

Re: [PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-18 Thread Paul Eggert
On 08/18/2011 03:12 PM, Jim Meyering wrote: > "parse-datetime.y", line 109: error #79: expected a type specifier > verify (TYPE_IS_INTEGER (time_t)); Thanks. My wild guess is that configure+Coverity is mishandling _Static_assert, which would be amusing given that Coverity is all about

Re: [PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-18 Thread Jim Meyering
Paul Eggert wrote: > On 08/18/2011 02:25 PM, Jim Meyering wrote: >> I had to >> comment out the two verify uses to make coverity succeed in >> analyzing parse-datetime.c > > Dumb question: How does 'verify' break coverity? > Is there a plausible workaround? > (Sorry, I don't use coverity.) I haven

Re: [PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-18 Thread Paul Eggert
On 08/18/2011 02:25 PM, Jim Meyering wrote: > I had to > comment out the two verify uses to make coverity succeed in > analyzing parse-datetime.c Dumb question: How does 'verify' break coverity? Is there a plausible workaround? (Sorry, I don't use coverity.)

Re: [PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-18 Thread Jim Meyering
eyering who's been waiting very patiently and > gently nudging me to complete this patch. > > Subject: [PATCH] Parse ISO 8601 extended date and time of day format > > * doc/parse-datetime.texi (General date syntax): replace use of > deprecated --iso-8601 option with --rfc-3339 in e

Re: [PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-17 Thread Paul Eggert
Thanks for that change; it looks OK to me. I'd like Jim to take a look too, if he has the time.

[PATCH]: Parse ISO 8601 extended date and time of day format

2011-08-17 Thread J.T. Conklin
tc >From 2c5a1222e6f1059c6f817c994d5c8fbb612f53bc Mon Sep 17 00:00:00 2001 From: J.T. Conklin Date: Wed, 17 Aug 2011 16:40:49 -0700 Subject: [PATCH] Parse ISO 8601 extended date and time of day format * doc/parse-datetime.texi (General date syntax): replace use of deprecated --iso-8601 option