Re: prepare vasnprintf for Unicode strings

2007-06-17 Thread Gary V. Vaughan
On 11 Jun 2007, at 13:24, Daniel Jacobowitz wrote: On Mon, Jun 11, 2007 at 03:08:53AM +0200, Bruno Haible wrote: The snprintfv code has not been migrating to gnulib (yet? dormant project?), so I have no other choice than using gnulib's vasnprintf.c as code base. I ran out of time to work on

Re: Test results for m4-1.4.9b

2007-06-17 Thread Gary V. Vaughan
Hi Bruno, On 16 Jun 2007, at 18:53, Bruno Haible wrote: Gary V. Vaughan wrote on 2007-06-05: (This is using test-frexpl.c from gnulib HEAD after your patch commit) 1.01L = 0X2.051EB851EB851EB851EB851EB8P-1 0.505L = 0X2.051EB851EB851EB851EB851EB8P-2 mantissa = 0X2.051EB851EB851EB8

Re: removed lchown.h and migrated lchown decl into unistd.h

2007-06-17 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > Wouldn't a simple > >#include >#undef chown > > have done it as well (assuming 'chown' is defined as a function, not as a > macro)? Yes, I guess that would work just as well nowadays. I suppose I was reflexively worried about older systems that