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
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
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
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
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.)
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
Thanks for that change; it looks OK to me.
I'd like Jim to take a look too, if he has the time.
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