Re: parse-datetime.y - Military Timezones are inverted from the correct sense

2019-08-10 Thread Paul Eggert
Assaf Gordon wrote: I suggest the attached patch for coreutils. OK, except I'd remove "in accordance with rfc5322" since RFC 5322 recommends treating all these zones as if they were UTC. Also, "T" continues to have its military meaning (i.e., between "S" and "U") if it's used properly.

Re: [PATCH] configmake: Avoid namespace pollution issue on mingw.

2019-08-10 Thread Bruno Haible
Hi Eric, > I've tested that this will fix the issue originally reported by > libvirt. So, does it fix the problem always? If yes, the instruction /* Include only after all system include files. */ can be removed from the module description. If no, we should add this instruction also to the d

Re: [PATCH] configmake: Avoid namespace pollution issue on mingw.

2019-08-10 Thread Eric Blake
On 8/10/19 3:17 PM, Bruno Haible wrote: > Hi Eric, > >> I've tested that this will fix the issue originally reported by >> libvirt. > > So, does it fix the problem always? > > If yes, the instruction > /* Include only after all system include files. */ > can be removed from the module descrip