unistd.h and getopt.h (was: Re: libidn 1.23)

2011-11-26 Thread Bruno Haible
[Followup to ] Simon Josefsson wrote: > > Making check in lib/gltests > > ... > > CC putenv.o > > "./unistd.h", line 121.11: 1506-296 (S) #include file not found. > > make: 1254-004 The error code from the last command is

Re: U+2018 symbol U+2019

2011-11-26 Thread Bruno Haible
Paolo Bonzini wrote: > >> gettext should be changed to use them by default > > > > I don't understand what you mean here. gettext() in libc or libintl has > > generic > > mechanisms for dealing with locale names and understands @quot suffixes. > > I meant embedding the transformation rules in get

Re: U+2018 symbol U+2019

2011-11-26 Thread Paolo Bonzini
On 11/26/2011 03:27 PM, Bruno Haible wrote: - gnulib needs to add support for en@quot and en@boldquot in gnulib's bootstrap script. If you want so, why not. It's not that complicated. Take the rules from gettext's Rules-quot, quot.sed, boldquot.sed files. Yes, I'll look into it. - perhaps i

Re: U+2018 symbol U+2019

2011-11-26 Thread Bruno Haible
[Dropping bug-texinfo from CC.] The en@quot and en@boldquot mitigate the problem that - For English, there is no translation team, - Source code that contains gettext calls, like in _("hello `world'"), use ASCII quotation mark approximations. Paolo Bonzini wrote: > [gettext should] build

RE : Re: [libvirt] [PATCH] util: fix thinko in runIO

2011-11-26 Thread Bastien ROUCARIES
Malloc page than realloc to smaller does not work ? Bastien Le 25 nov. 2011 14:38, "Eric Blake" a écrit : [adding bug-gnulib; replies can drop libvirt] On 11/25/2011 05:51 AM, Paolo Bonzini wrote: >> Indeed; Linux has posix_memalign, and mingw never runs the io helper >> (although it does comp