Paul Eggert writes:
> I think I'd rather leave that one GPL, as it's pretty complicated and
> doesn't redo anything in any library. It was originally intended to
> share code among GPLed apps.
unfortunately this will will prevent OSTree[1] which is distributed
under GPLv2+ to use parse-datetime
Giuseppe Scrivano wrote:
My request is to change its license to GPLv2+ so to allow programs
distributed under GPLv2+
Ah, sorry, I thought you meant LGPL. Still, the GNU project prefers GPLv3 these
days, and changing this particular module to be v2 would probably require
consultation with RMS
Fixes
warning: request for implicit conversion from ‘void *’ to ‘struct
_obstack_chunk *’ not permitted in C++ [-Wc++-compat]
I moved the assignment to h->chunk to fix an overlong line, then
decided it would be better after the alloc failure check just to do
things the same way as in _obstack_new