Dan Nicholson wrote:
Hi everyone,

I've been working on getting glibc-2.4 into the book over the past few
days. Everything is looking pretty promising so far.

Fantastic, thanks for tackling this one Dan. The only comment I've got is pretty minor:

<para>Apply the following patch to fix an issue with using identical
conversion modules in iconv:</para>

I couldn't understand what the issue was by looking at that description. The description in the patch is even more vague. Looking at the test case, the problem is that one can't iconv_open() the same character encoding conversion combinations twice.

What about using the description that's in iconv_open(3C):

<para>Apply the following patch to fix a bug when trying to allocate a conversion descriptor for converting byte sequences between the same character encodings twice:</para>

Or is this getting too detailed? As you can tell, I'm having a hard time trying to determine the right amount of information to provide!

Regards,

Matt.

--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to