Re: strcasestr module

2005-08-19 Thread Bruno Haible
I added this bugfix to the new strstr and strcasestr implementations. diff -c -3 -r1.1 strcasestr.c *** strcasestr.c17 Aug 2005 14:09:19 - 1.1 --- strcasestr.c19 Aug 2005 11:00:06 - *** *** 88,94 { if

strcasestr module

2005-08-17 Thread Bruno Haible
With the mbuiter module (unbounded iteration, similar to mbiter), it was now easy to write strcasestr() in a way that works in multibyte locales. Bruno == modules/strcasestr Description: strcasestr() function: case-insensitive search for

Re: strcasestr module

2005-08-17 Thread Yoann Vandoorselaere
implementation. About the strcasestr module, is there any reason why strcasestr is not redefined to rpl_strcasestr, since you plan that it will be a permanent strcasestr replacement ? -- Yoann Vandoorselaere [EMAIL PROTECTED] ___ bug-gnulib mailing list

Re: strcasestr module

2005-08-17 Thread Yoann Vandoorselaere
On Wed, 2005-08-17 at 20:37 +0200, Bruno Haible wrote: Yoann Vandoorselaere wrote: About the strcasestr module, is there any reason why strcasestr is not redefined to rpl_strcasestr, since you plan that it will be a permanent strcasestr replacement ? The AC_DEFINE inside m4/strcasestr.m4