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

2011-08-18 Thread J.T. Conklin
en/if we add support for basic date and time of day format (or any other format that can't be supported by separate date and time items), we'll have a place for it. Thoughts? --jtc -- J.T. Conklin

[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

Re: parse-datetime.texi contains reference to date's --iso-8601 option

2011-05-01 Thread J.T. Conklin
Paul Eggert writes: > On 05/01/11 11:21, J.T. Conklin wrote: >> should the parse-datetime.texi documentation >> be changed to remove the "tr"; to remove the --iso-8601 example; or to >> change it from --iso-8601 to --rfc-3339 (which also does not need the >> &

parse-datetime.texi contains reference to date's --iso-8601 option

2011-05-01 Thread J.T. Conklin
rom --iso-8601 to --rfc-3339 (which also does not need the "tr"); or would something else be more appropriate? Thanks, --jtc -- J.T. Conklin

Re: parse-datetime.y & ISO8601 timestamps

2011-04-27 Thread J.T. Conklin
> enough (even with your other recent "tiny" change) to squeak by > without one. Thanks Jim, Since the documentation and testsuite changes needed to complete the change may increase the size beyond the threshold, I'll start on the paperwork. --jtc -- J.T. Conklin

parse-datetime.y & ISO8601 timestamps

2011-04-27 Thread J.T. Conklin
E, HOUR ( 5) }, { "S", tZONE, HOUR ( 6) }, - { "T", tZONE, HOUR ( 7) }, + { "T", 'T',0 }, { "U", tZONE, HOUR ( 8) }, { "V", tZONE, HOUR ( 9) }, { "W", tZONE, HOUR (10) }, -- J.T. Conklin

[PATCH]: Change gnulib-tool to support NetBSD's join

2011-04-27 Thread J.T. Conklin
+ gnulib-tool |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 248d0f3..a37c426 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-27 J.T. Conklin + + * gnulib-tool: change "join -a 2" to "join -a2"