Re: new module c-strcaseeq

2007-01-23 Thread Bruno Haible
And this provides the first use of this module. 2007-01-23 Bruno Haible <[EMAIL PROTECTED]> * lib/striconveh.c: Include c-strcaseeq.h. (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp. * modules/striconveh (Depends-on): Add c-strcaseeq. *** lib/striconv

new module c-strcaseeq

2007-01-23 Thread Bruno Haible
This provides an optimized case-insensitive string comparison. So that for example c_strcasecmp (s, "UTF-8") can be executed without a function call, fully inlined. === modules/c-strcaseeq = Description: Optimized case-insensitive string