From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6756 Path: news.gmane.org!not-for-mail From: Josiah Worcester Newsgroups: gmane.linux.lib.musl.general Subject: Re: the case for __MUSL__ Date: Mon, 29 Dec 2014 11:17:55 -0600 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2b32e1deafc050b5e0e5a X-Trace: ger.gmane.org 1419873496 23961 80.91.229.3 (29 Dec 2014 17:18:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2014 17:18:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6769-gllmg-musl=m.gmane.org@lists.openwall.com Mon Dec 29 18:18:10 2014 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Y5dxI-00024C-7W for gllmg-musl@m.gmane.org; Mon, 29 Dec 2014 18:18:08 +0100 Original-Received: (qmail 14171 invoked by uid 550); 29 Dec 2014 17:18:07 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 14163 invoked from network); 29 Dec 2014 17:18:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MKNCRAWV00oVPoEkfONMJmbvQ/hpt14rOdR2Uwvk8Fs=; b=QKyK8PPomF+4va7myt0bKBUJc5Ihy5n1CTea/VVs+sCZtGYnc0oWrAE0zAYnVSBBwV BwBpwhTegWh4uzLSMY6uthKfkJW/GOCAefKGWjgKXMqqIU4ehFUS0GSGGgmjCxwS8mwL QBMyyCmjxTBPB8QNLuLsD+Pn63JK+0Ec8vsnAkzovSejrs2fbt4pLD+4f/cgzZ0tz8AQ /IKg3atm/qR6WPX9U9uLcp0/LgbbBvv3+PU2ULNfOf/g9ifcmjtssBSgOEPuAWRo9Ofr 1LhnfQwVQAc2kEf74uPtGEeTYEL3ekJzwNzyzqC5D802/zZcwF8CCPtfUWcXGDNxsTVr +r6A== X-Received: by 10.180.23.104 with SMTP id l8mr91329515wif.64.1419873475224; Mon, 29 Dec 2014 09:17:55 -0800 (PST) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:6756 Archived-At: --001a11c2b32e1deafc050b5e0e5a Content-Type: text/plain; charset=UTF-8 On Dec 29, 2014 11:15 AM, "Josiah Worcester" wrote: > I suspect the thing to do here is more to iterate over the set of chars and construct the table as needed: there's no sensible interface to this bit of functionality in a standard way (and musl to my knowledge doesn't have the table you want exposed anywhere). Note that doing it that way ought to just work anywhere. Minor correction: the table is exposed via __ctype_b_loc which you were using. :) --001a11c2b32e1deafc050b5e0e5a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Dec 29, 2014 11:15 AM, "Josiah Worcester" <josiahw@gmail.com> wrote:
> I suspect the thing to do here is more to iterate over the set of char= s and construct the table as needed: there's no sensible interface to t= his bit of functionality in a standard way (and musl to my knowledge doesn&= #39;t have the table you want exposed anywhere). Note that doing it that wa= y ought to just work anywhere.

Minor correction: the table is exposed via __ctype_b_loc whi= ch you were using. :)

--001a11c2b32e1deafc050b5e0e5a--