Re: parse-datetime license

2015-11-08 Thread Giuseppe Scrivano
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

Re: parse-datetime license

2015-11-08 Thread Paul Eggert
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

Silence obstack.c -Wc++compat warning

2015-11-08 Thread Alan Modra
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