getpass.c syntax error on HP-UX 11.00

2005-09-05 Thread Derek Price
Is the following line in lib/getpass.c correct? #if TCSETATTR A similar reference earlier uses `HAVE_TCGETATTR' for the get counterpart to set. Also, there are no tests that I see which set either macro and attempting to compile on HP-UX 11.00 yields the following error message: DEPDIR=.dep

Re: canon-host errors

2005-09-05 Thread Derek Price
Jim Meyering wrote: >>suitable for gai_strerror. I'll have to extend lib/getaddrinfo.c a >>little to fill in ai_canonhost and add the gai_strerror function. Would >>that be acceptable? >> >> > >Good idea. More than `acceptable' :-) > > Patch attached. I decided the reverse-lookup which

bug: {m,re}alloc expects live pointers form {m,re}alloc(0) (patch included)

2005-09-05 Thread Yuri Vasilevski
Hi, The xmalloc and xrealloc functions defined in lib/xmalloc.c expect live pointers to be always returned form system's malloc and realloc function. This is an invalid assumption for most (all?) libc implementations including glibc in realloc [1], and an invalid assumption for many libc's like uC

Re: [PATCH] Re: wctype.h and wchar.h inclusion

2005-09-05 Thread Derek Price
Yoann Vandoorselaere wrote: >On Thu, 2005-09-01 at 12:28 +0200, Yoann Vandoorselaere wrote: > > >>Hi, >> >>An OpenBSD Prelude user reported that GnuLib will fail to compile on >>OpenBSD 3.7 due to the new dependencies of modules like strcase on >>wctype.h and wchar.h headers. >> >> I've go

Re: pathmax module license

2005-09-05 Thread Jim Meyering
Yoann Vandoorselaere <[EMAIL PROTECTED]> wrote: > On Wed, 2005-08-31 at 08:35 +0200, Jim Meyering wrote: >> Yoann Vandoorselaere <[EMAIL PROTECTED]> wrote: >> > Hi Jim, >> > >> > Would it be possible to change the pathmax license from GPL to LGPL ? I >> > would like to use the module from the prelu

Re: pathmax module license

2005-09-05 Thread Yoann Vandoorselaere
On Wed, 2005-08-31 at 08:35 +0200, Jim Meyering wrote: > Yoann Vandoorselaere <[EMAIL PROTECTED]> wrote: > > Hi Jim, > > > > Would it be possible to change the pathmax license from GPL to LGPL ? I > > would like to use the module from the prelude library, which require > > external code to be LGPL.

Re: [bug-gnulib] [PATCH]: gnulib-tool always symlink

2005-09-05 Thread Bruno Haible
Yoann Vandoorselaere wrote: > With the latest gnulib-tool update, any invocation of gnulib-tool will > result in symlinked sources files. The patch also fix a --macro-prefix > typo in the 'Reproduce by' summary. Thanks! Both of your fixes were good and have been applied. Bruno

Re: [bug-gnulib] compiler warnings in getopt.c

2005-09-05 Thread Bruno Haible
Werner LEMBERG wrote: > Compiling getopt.c I get these warnings from gcc: > > getopt.c: In function `_getopt_initialize': > getopt.c:253: warning: unused parameter `argc' > getopt.c:253: warning: unused parameter `argv' > getopt.c:1159:5: warning: "_LIBC" is not defined You get these warni

Re: gnulib-tool changes

2005-09-05 Thread Bruno Haible
Simon Josefsson wrote: > There is a --symbolic parameter for gnulib-tool, so I thought copying > the files should be the default. > > Is this intentional? It was unintentional, and fixed last week too. Sorry. Bruno ___ bug-gnulib mailing list bug-gnu