Re: failure to include C++'s when gmtime and localtime are replaced by gnulib

2013-12-17 Thread Alexandre Duret-Lutz
On Thu, Jul 18, 2013 at 10:17 PM, Alexandre Duret-Lutz wrote: > Hi, > > My C++ code uses a few modules of gnulib and has to be > cross-compilable with MinGW. > > Using gnulib 312af25ba220ccff068245f0dc698e9bcc8f03f8, my > cross-compilation builds fail with: > > In file included from /usr/include/c

Re: powerpc64le-linux long double math test failures

2013-12-17 Thread Alan Modra
On Sat, Dec 14, 2013 at 10:13:29PM +0100, Ulrich Weigand wrote: > I'm wondering now what the best way to fix this would be. I'm a little bit > confused about the original intentions of the test, however. Why does it > attempt to move to another word? If it simply attempted to set the > *second*

[PATCH] qacl: port to Windows better

2013-12-17 Thread Paul Eggert
--- ChangeLog | 9 + lib/file-has-acl.c | 11 ++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea8b1ab..e4525aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-12-17 Paul Eggert + +qacl: port to Windows b

Re: failure to include C++'s when gmtime and localtime are replaced by gnulib

2013-12-17 Thread Alexandre Duret-Lutz
On Tue, Dec 17, 2013 at 9:45 PM, Paul Eggert wrote: > On 12/17/2013 11:06 AM, Paul Eggert wrote: >> Thanks, I don't use C++ so I can't really review that, but nobody >> else has commented so I installed it into gnulib. >> > > Well, I spoke too quickly; that patch broke Emacs. > I installed the fol

Re: failure to include C++'s when gmtime and localtime are replaced by gnulib

2013-12-17 Thread Paul Eggert
On 12/17/2013 11:06 AM, Paul Eggert wrote: > Thanks, I don't use C++ so I can't really review that, but nobody > else has commented so I installed it into gnulib. > Well, I spoke too quickly; that patch broke Emacs. I installed the following further patch to try to fix things. It's a bit of a mess

Re: failure to include C++'s when gmtime and localtime are replaced by gnulib

2013-12-17 Thread Paul Eggert
Thanks, I don't use C++ so I can't really review that, but nobody else has commented so I installed it into gnulib.