Date: Wed, 16 Sep 1998 11:53:03 +0300 (IDT) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Wide string functions available Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 11 Sep 1998, DJ Delorie wrote: > Would there be any advantage to providing this as an additional > third-party library? I mean, we can integrate it into libc if that > makes sense, but we may want to provide it separately for a while > until it stabilizes. We have a bad experience with separate libraries, since people forget to say -lfoo. Especially, since in this case there's no reason at all to think these functions will be separate, unlike libm.a. Since this is all new functionality, and should therefore not interfere with existing code, I would suggest to include it in libc.a anyway.