[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bootstrap warnings regarding strftime and strpbrk
From: |
Pádraig Brady |
Subject: |
Re: bootstrap warnings regarding strftime and strpbrk |
Date: |
Fri, 1 Sep 2017 10:36:43 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 01/09/17 04:51, Bernhard Voelker wrote:
>>From bootstrap:
>
>> Notice from module strftime:
>> This module is obsolete. Use module 'nstrftime' instead.
>
> I remember that recently nstrftime has been added as a replacement.
>
>> Notice from module strpbrk:
>> This module is obsolete.
>
> well, this one seems to be obsolete since 2008 (gnulib commit 2ec9ae2441).
>
> I think at least the former change to nstrftime could make it
> into 8.28, right?
Oh good catch.
We need a bootstrap --quiet like we have for configure,
to make warnings more apparent.
Using nstrftime won't make a change to the release,
so I'll make that change in your name at some stage
after the release.
cheers,
Pádraig