[PATCH] fprintf-posix: fix memory leak

2009-12-14 Thread Joel E. Denny
Ok to push this? Sorry, I haven't yet explored how valgrind tests are supposed to be added to gnulib. >From 165ffc9aaa9bfe41a9977a80edf80e830d765ab9 Mon Sep 17 00:00:00 2001 From: Joel E. Denny Date: Tue, 15 Dec 2009 02:43:07 -0500 Subject: [PATCH] fprintf-posix: fix memory leak * lib/fprintf.

areadlink: relax license to LGPLv2+

2009-12-14 Thread Jim Meyering
Hi Bruno, I'd like to relax the areadlink's license to LGPLv2+, since I'm about to use it from libvirt. Is that ok with you?

Re: [PATCH] maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions

2009-12-14 Thread Jim Meyering
Ralf Wildenhues wrote: > * Jim Meyering wrote on Sun, Dec 13, 2009 at 11:44:15AM CET: >> Paolo Bonzini wrote: >> > This rule could actually be moved to Automake's distcheck target. >> >> Good idea. >> FYI, here's the definition I have now: >> (added GPERF and LIBTOOL, and made it overridable) Hi R

Re: fcntl for mingw

2009-12-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 12/11/2009 8:38 AM: >> + switch (action) >> +{ >> +case F_DUPFD_CLOEXEC: >> + { >> +int target = va_arg (arg, int); > > Is the arg of type 'int' or 'long'? POSIX says it's an 'int'. But > the Linux ma

Re: utimens on older linux

2009-12-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 11/25/2009 6:41 AM: > As discussed on coreutils; some Linux kernels support utimensat but not > symlink timestamps. Now pushed. This still has the potential for declaring an unused variable. Fixed as follows: - -- Don't w