Re: [PATCH 1/2] parse-datetime2: new module

2021-03-06 Thread Bruno Haible
Paul Eggert wrote: > Thanks for the heads-up; I had forgotten about the parse-datetime > special case for licensing. I installed the attached 1-byte patch to > work around the issue. Thanks. I had forgotten about this special case as well... Bruno

Re: [PATCH 1/2] parse-datetime2: new module

2021-03-06 Thread Paul Eggert
On 3/2/21 7:25 PM, Bruno Haible wrote: $ ./gnulib-tool --create-testdir --dir=../testdir-all --single-configure gnulib-tool: warning: module parse-datetime2 depends on a module with an incompatible license: gettime ... Thanks for the heads-up; I had forgotten about the parse-datetime special

Re: [PATCH 1/2] parse-datetime2: new module

2021-03-02 Thread Bruno Haible
Hi Paul, > + parse-datetime2: new module gnulib-tool gives me these warnings $ ./gnulib-tool --create-testdir --dir=../testdir-all --single-configure gnulib-tool: warning: module parse-datetime2 depends on a module with an incompatible license: gettime gnulib-tool: warning: module parse-dat

[PATCH 1/2] parse-datetime2: new module

2021-03-01 Thread Paul Eggert
This splits the old parse-datetime into two parts; the first is parse-datetime2 which supports all the new bells and whistles, the second is parse-datetime, which reverts to its original intent. This avoids some bogus diagnostics when build GNU Tar with gcc -flto -fanalyze and with --enable-gcc-wa