[CCing bug-gnulib]

Markus Duft wrote in
<http://lists.gnu.org/archive/html/bug-patch/2011-05/msg00023.html>:
> For quite a while now, i have patch working on x86-interix with a small patch 
> ( :D ). I'd really love to see this patch ([1]) go upstream, if that's ok 
> with you. Could you please take a look at it, and possibly comment on it?
> 
> [1] 
> http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-overlay/sys-devel/patch/files/patch-2.6.1-interix-nomultibyte.patch

This patch touches quotearg.c, which comes from gnulib. Your comment indicates
bugs in the wide character support of that platform. Gnulib attempts to work
around all such issues.

Do you know what goes wrong? Do you have a small test program?

If not, then the first step in understanding the bugs should be to create
a testdir from the selected parts of gnulib

  $ gnulib-tool --create-testdir --with-tests --dir=/tmp/testdir \
    btowc mbrlen mbrtowc mbscasecmp mbscasestr mbschr mbscspn mbsinit mbslen \
    mbsncasecmp mbsnlen mbsnrtowcs mbspbrk mbspcasecmp mbsrchr mbsrtowcs \
    mbssep mbsspn mbsstr mbstok_r mbswidth mbtowc wcrtomb wcsnrtombs wcsrtombs \
    wctob wctomb

and on your machine run

  $ ./configure
  $ make
  $ make check

and send us the log files of these three commands, plus config.log and
gltests/config.log.

Bruno
-- 
In memoriam Witold Pilecki <http://en.wikipedia.org/wiki/Witold_Pilecki>
<http://www.jewishvirtuallibrary.org/jsource/biography/Witold_Pilecki.html>

Reply via email to