new module 'mbmemcasecmp'

2009-03-09 Thread Bruno Haible
gnulib has a module 'memcasecmp', for comparing two strings with possibly embedded NULs, ignoring case. The file coreutils/src/join.c uses it, with a FIXME that mentions that memcasecmp does not work in multibyte locales. mbscasecmp works in multibyte locales, but does not support embedded NULs.

Re: git-merge-changelog usage error during rebase

2009-03-09 Thread James Youngman
On Mon, Mar 9, 2009 at 12:42 AM, James Youngman wrote: > $ git rebase master > First, rewinding head to replay your work on top of it... > Applying Update to version 0.17 of GNU gettext. > error: patch failed: ChangeLog:41 > error: ChangeLog: patch does not apply > Using index info to reconstruct

remove unnecessary AC_FUNC_MBRTOWC invocations

2009-03-09 Thread Bruno Haible
On 2008-12-22, I removed many uses of HAVE_MBRTOWC. (Recall that we now have an mbrtowc emulation for all platforms that lack it.) This commit cleans up the autoconf macros accordingly. 2009-03-09 Bruno Haible Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC i