Re: regex-0.12's regex.h seems to have a little bug

2005-09-20 Thread Paul Eggert
Julien PUYDT <[EMAIL PROTECTED]> writes: > Paul Eggert a écrit : >> Julien PUYDT <[EMAIL PROTECTED]> writes: >>>Stepan Kasal a écrit : I suggest that you get the files from gnulib CVS on savannah. >>>Those are GPL and not LGPL ; >> No, they can be released under either the GPL or the LGPL. >> I

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

2005-09-20 Thread Derek Price
Paul Eggert wrote: >Derek Price <[EMAIL PROTECTED]> writes: > > > >>. >> >> > >Bruno doesn't like AC_LIBSOURCES so I doubt whether he'll accept that >part of the patch. Surely you need only the AC_CHECK_HEADERS_ONCE and >t

regcomp.c Windows warning

2005-09-20 Thread Derek Price
At least on Windows, where I guess strcasecmp is not declared in , compiling regex.c elicits the following warning: lib\regcomp.c(852) : warning C4013: 'strcasecmp' undefined; assuming extern returning int I assume that, since "strcase.h" provides a prototype for strcasecmp, other systems have

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

2005-09-20 Thread Paul Eggert
Derek Price <[EMAIL PROTECTED]> writes: > . Bruno doesn't like AC_LIBSOURCES so I doubt whether he'll accept that part of the patch. Surely you need only the AC_CHECK_HEADERS_ONCE and the AC_LIBOBJ part? _

FYI: Remove unneeded include from getaddrinfo.c

2005-09-20 Thread Derek Price
was already #included via getaddrinfo.h: 2005-09-20 Derek Price <[EMAIL PROTECTED]> * getaddrinfo.c: Don't include included from getaddrinfo.h. Regards, Derek -- Derek R. Price CVS Solutions Architect Ximbiot v: +1 717.579.6168 f: +1 717.234.3125

mbuiter.h & mbsinit (new mbsinit module?)

2005-09-20 Thread Derek Price
mbuiter.h makes the unportable assumption that mbsinit() is a working function. Since it looks at first glance like mbiter.h has the same problem, I wasn't sure whether adding AC_CHECK_FUNCS_ONCE(mbsinit) to m4/mbiter.m4 and any other m4 macros for modules which use mbsinit(), plus the following c

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

2005-09-20 Thread Derek Price
Yoann Vandoorselaere wrote: >The mail you're pointing out is the patch I sent :-) >My question is rather whether it will be applied to the GnuLib CVS >version. > > Er, that's what I meant. :) I did apply and test it on several systems here, however, and it is working. :) Derek -- Derek R.

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

2005-09-20 Thread Yoann Vandoorselaere
On Tue, 2005-09-20 at 09:43 -0400, Derek Price wrote: > Yoann Vandoorselaere wrote: > > >Bruno, is there any update concerning this issue ? > >GnuLib CVS has not being fixed, and this problem break the compile on a > >number of systems. > > > > > > I sent in a patch for this previously: >

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

2005-09-20 Thread Derek Price
Excuse me, I misspoke - the patch has been working on half a dozen systems for some weeks in nightly testing. I just finally got the other dozen or so systems up only a few days ago, but it's been compiling & testing ok there since they came up. Regards, Derek Derek Price wrote: >Yoann Vandoo

Re: regex_internal.h modification lead to GCC crash

2005-09-20 Thread Derek Price
Paul Eggert wrote: >How about if we do this instead? The basic idea is to shut off >__attribute__ entirely for GCC before 3.1. There's little point to > > This patch works fine on BSD 1.6.1, one of the offending systems and I expect it will work fine on the rest. I've installed it in CVS CVS

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

2005-09-20 Thread Derek Price
Yoann Vandoorselaere wrote: >Bruno, is there any update concerning this issue ? >GnuLib CVS has not being fixed, and this problem break the compile on a >number of systems. > > I sent in a patch for this previously: . This pa

Re: [bug-gnulib] gnulib-tool --import: gl/m4/gnulib-cache.m4 is expected to contain gl_M4_BASE([gl/m4])

2005-09-20 Thread Bruno Haible
Simon Josefsson wrote: > [EMAIL PROTECTED]:~/src/gss$ gnulib-tool --import gnulib-tool: *** > gl/m4/gnulib-cache.m4 is expected to contain gl_M4_BASE([gl/m4]) > gnulib-tool: *** Stop. > [EMAIL PROTECTED]:~/src/gss$ > > Problem is, the file contain "gl/m4/" (trailing '/'), see entire file > below.

gnulib-tool --import: gl/m4/gnulib-cache.m4 is expected to contain gl_M4_BASE([gl/m4])

2005-09-20 Thread Simon Josefsson
Hi! I get: [EMAIL PROTECTED]:~/src/gss$ gnulib-tool --import gnulib-tool: *** gl/m4/gnulib-cache.m4 is expected to contain gl_M4_BASE([gl/m4]) gnulib-tool: *** Stop. [EMAIL PROTECTED]:~/src/gss$ Problem is, the file contain "gl/m4/" (trailing '/'), see entire file below. Is this intentional so