Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3A7A48C7.7F6E571C@ece.gatech.edu> Date: Fri, 02 Feb 2001 00:42:31 -0500 From: Charles Wilson X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: DJ Delorie CC: cygwin-developers AT sources DOT redhat DOT com Subject: Re: LC_MESSAGES and gettext References: <3A7A31C2 DOT 515238D4 AT ece DOT gatech DOT edu> <200102020433 DOT XAA18323 AT envy DOT delorie DOT com> <3A7A46FB DOT 54841565 AT ece DOT gatech DOT edu> <200102020533 DOT AAA18755 AT envy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit DJ Delorie wrote: > > > The only function 'missing' from your list is mbcurmax(). > > Yeah, djgpp has one of those too. Got interrupted while building the > list. Huh?? Oh, sorry. My statement was poorly worded. What I meant was "of the seven functions you listed from djgpp, only mbcurmax() is missing from my list of functions in newlib." But then I explained that it wasn't really missing, and both djgpp and newlib do basically the same thing with regard to __{dj_}mb_cur_max. So, my intent was to show that -- "Hey, newlib already does everything that djgpp's locale kit does" -- *EXCEPT* that newlib's locale.h doesn't declare LC_MESSAGES. So, can we fix that oversight? --Chuck