Re: avoid some warnings

2010-02-04 Thread Eric Blake
According to Jim Meyering on 2/1/2010 6:56 AM: >> int (*f) (struct timeval *, GETTIMEOFDAY_TIMEZONE *); > > Sounds reasonable. > Done. Tested on cygwin (always works), mingw (always replaced), and on Linux under both -D_GNU_SOURCE (configure prints almost, no longer replaced) and -D_POSIX_C_SOU

library symbol versioning hassles

2010-02-04 Thread Simon Josefsson
This isn't strictly gnulib related, but this list is the best community I know that would be able to answer this question, so pardon this slightly off-topic discussion... I maintain some packages that contain shared libraries, for example libidn and libgsasl, and in recent releases I've added supp

Re: [PATCH] ensure that the regexp [b-a] is diagnosed as invalid

2010-02-04 Thread Paolo Bonzini
On 02/03/2010 07:22 PM, Jim Meyering wrote: - Revert this patch: ensure that the regexp [b-a] is diagnosed as invalid - Modify the !_LIBC build_range_exp function to take a new argument, syntax, and use that to guard the wcscoll test above. - Ensure that grep uses the RE_NO

Re: [PATCH] regcomp.c: avoid the sole warning from gcc's -Wtype-limits

2010-02-04 Thread Paolo Bonzini
On 02/03/2010 06:04 PM, Jim Meyering wrote: This may be the final piece I require to allow grep to use gnulib's regex module: Fine by me. Paolo