From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13175 Path: news.gmane.org!.POSTED!not-for-mail From: Balazs Kezes Newsgroups: gmane.linux.lib.musl.general Subject: Re: qsort_r or qsort_s in musl Date: Tue, 4 Sep 2018 08:41:45 +0100 Message-ID: <20180904074145.GA12205@localhost> References: <20180903205705.GA7639@localhost> <20180903225316.GY1878@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1536052356 32363 195.159.176.226 (4 Sep 2018 09:12:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2018 09:12:36 +0000 (UTC) User-Agent: Mutt/1.9.2 (2017-12-15) Cc: musl@lists.openwall.com To: Rich Felker , eblake@redhat.com Original-X-From: musl-return-13191-gllmg-musl=m.gmane.org@lists.openwall.com Tue Sep 04 11:12:32 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fx7Nw-0008JZ-7A for gllmg-musl@m.gmane.org; Tue, 04 Sep 2018 11:12:32 +0200 Original-Received: (qmail 20130 invoked by uid 550); 4 Sep 2018 09:13:20 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5866 invoked from network); 4 Sep 2018 07:39:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=pYhn5dxTWdXFXz6wtdXn7+Iee56fb2xtA+B7E7OYYwM=; b=loUBrW9D7b6tiMT+3hFTdLE3oTuhSqCdakqN/hkYFj+2dmw2/45qLHJQ6t4Okqdc7e BYrhWO2qEV8gMfy95YYxxm7oEwNLrYu30WkGl9ilgl62rptpwLqaNEqo1JL4ESdKP60o EONVVxY1dthZiZWPrYT2OQwH4enVfKbey3qVkOJzxY1riFS8jV5jkYCfUxZWc0AtvJcc gdbU9r1FsA0blmMIIrNTOBADSOQuVsqr1v7rdC9Trc7jAZC+7oC5/rz5agEfX/PTRzm1 ZZekcTcUlpPMxG2XY5GMr311zEUnWTJ7RT8emllah4fqVsKhCl5EYYfvV4A/iH6hbGDJ BsGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=pYhn5dxTWdXFXz6wtdXn7+Iee56fb2xtA+B7E7OYYwM=; b=bvLyBZXO3B+JUOALPSShtLqe/kIVnuwTO/gSTrFnmpzv/4ZYVlhrVrmUrHMSVLKD7r UM00uw2RvryUpJUBE0Mpbo+cNOnq7ylzpJg+vs/llvkaBf5B5X0fx/3BvNLhvuXW0tNT rQK1nSZt4qcqlef0zBJlOeHg3vjynkpafQHv//EoqxDWoXUNsASNKGJrSuaqv/Lx43e3 8FJrMgx+GLtgGilzkDEEe7tvwE0gY5ZWDYPexXxQL8rS+makjYLyb+Eh9d6F47oF2IEN Yppjm0mNObkoEroIYRabH9/VcKfjnrt8uDtpNBaT+PQveg0rbdlIpDFEPyiMWs5vvUoz ImTQ== X-Gm-Message-State: APzg51DtXUYF0hvBkFbYSqN3VaSdKQczMqs9d4bZO4vC9kDLycFTdVXa fWShaJPYQCYiSVFbri9jVjA= X-Google-Smtp-Source: ANB0VdacGFTicwxlwZprop4T+ER+SRQq4f+XO3WoPdd6f3bWKvzTQxyt5hvab9C7RYL3XGLT0Q7p9g== X-Received: by 2002:aa7:da19:: with SMTP id r25-v6mr35782743eds.54.1536046766276; Tue, 04 Sep 2018 00:39:26 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180903225316.GY1878@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:13175 Archived-At: On 2018-09-03 18:53 -0400, Rich Felker wrote: > http://austingroupbugs.net/view.php?id=900 > > I'm not aware of any further progress on the issue, but if it becomes > clear that POSIX is either going to standardize a version that agree > with the GNU definition, or commit to not standardizing any that > conflict, I think the level of consensus we have so far is sufficient > to consider doing it. Ah, so to get this into musl, POSIX needs to get this first. Is there a way to ping that issue tracker to resolve the issue? Doesn't look like random schmucks like myself can ping it. I think I found eblake's email, let me CC him. Eric: Would it be possible to resolve the above POSIX feature request one way or another so that C code can start using it more portably? I would be happy with qsortr too, it's nice and short. (This thread's archive is at the http://www.openwall.com/lists/musl/2018/09/03/2 url.) Thanks all! Balazs