Re: [PATCH] gnupload: Work with GnuPG using gpg-agent (for smartcards).

2012-12-11 Thread Jim Meyering
Simon Josefsson wrote: > I have pushed this -- it allows me to use gnupload with the GnuPG > private key on a smartcard to upload to ftp.gnu.org. I've wanted that for a long time. Thanks a lot!

Re: xalloc: missing prototype

2012-12-11 Thread Paul Eggert
On 12/11/2012 03:04 AM, Akim Demaille wrote: > It fixed it for all the versions of GCC I have: warning-free > compilation of lib/. Thanks for checking it; I pushed that.

[PATCH] gnupload: Work with GnuPG using gpg-agent (for smartcards).

2012-12-11 Thread Simon Josefsson
I have pushed this -- it allows me to use gnupload with the GnuPG private key on a smartcard to upload to ftp.gnu.org. /Simon * build-aux/gnupload: If GnuPG is configured to use gpg-agent, let it handle password prompting. --- ChangeLog |6 ++ build-aux/gnupload | 17 +

Re: xalloc: missing prototype

2012-12-11 Thread Akim Demaille
Le 10 déc. 2012 à 20:00, Paul Eggert a écrit : > On 12/10/12 00:23, Akim Demaille wrote: >> Maybe the non-inline branch should use __attribute__(__used__)? > > Sure, but you mean __unused__ not __used__, right? Yep, sorry. > Here's an updated proposal. All I did was add _GL_UNUSED in the > t