From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5543 Path: news.gmane.org!not-for-mail From: Glauber Costa Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] implement glibc's glob_pattern_p Date: Mon, 21 Jul 2014 14:19:13 +0400 Message-ID: References: <1405588375-24435-1-git-send-email-glommer@cloudius-systems.com> <20140719201108.GA4739@brightrain.aerifal.cx> <20140719234533.GI17402@brightrain.aerifal.cx> <20140720220128.192c761c@free-electrons.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0117687347422e04feb170e6 X-Trace: ger.gmane.org 1405937975 1491 80.91.229.3 (21 Jul 2014 10:19:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2014 10:19:35 +0000 (UTC) Cc: Rich Felker , musl@lists.openwall.com To: Thomas Petazzoni Original-X-From: musl-return-5548-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 21 12:19:28 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1X9Agp-0001u3-V8 for gllmg-musl@plane.gmane.org; Mon, 21 Jul 2014 12:19:28 +0200 Original-Received: (qmail 5545 invoked by uid 550); 21 Jul 2014 10:19:26 -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 5534 invoked from network); 21 Jul 2014 10:19:25 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=lfcBT9pxGl/j8S9dRPraWLduouW6G4fNGCmoHLoKK0E=; b=Ju08pHigTIaTEe761xHYmWH8wr5lmEJYz7UM44UNX3NtTq+AODiBK2ADnH4tbBiqaZ ehqYJaoImIqDOSBNUmSethehpsSqRbtlX1D1mSqXYzJ8TWw0l7ymlAE5t8wZP/YhjMvt b0TERf/r2MTEVJFxz2fzLi/nJHXm/egvEj9Tyl63gp6+qZORYmLldv40ZsMNtRFsUm1S XQ7FLLdp/+Bm9O+ETgeAzVT5wijqGv+ziRcC0H+odQOqzPI2YD7tAJnj6bahz7JplLgI Hw8TbR4gCKLCpFVpP2GjTYe3u8zYkTlCDNCLZ80FEF4CeHTS+PTK5v47XmJe9Qwn04Di c4cw== X-Gm-Message-State: ALoCoQnPAtTNv4TJ1MLeo8qx1NdP7rb1a8DJQ+DL4JZQFKj2j8x2wVmbUwEmcIAdul97LJbCpaJt X-Received: by 10.60.84.132 with SMTP id z4mr35402880oey.39.1405937953221; Mon, 21 Jul 2014 03:19:13 -0700 (PDT) In-Reply-To: <20140720220128.192c761c@free-electrons.com> Xref: news.gmane.org gmane.linux.lib.musl.general:5543 Archived-At: --089e0117687347422e04feb170e6 Content-Type: text/plain; charset=UTF-8 On Mon, Jul 21, 2014 at 12:01 AM, Thomas Petazzoni < thomas.petazzoni@free-electrons.com> wrote: > Dear Rich Felker, > > On Sat, 19 Jul 2014 19:45:34 -0400, Rich Felker wrote: > > > 2. Criteria for inclusion: > > > > A. Are there existing programs using the interface? > > At least the popt library is using it. In Buildroot, this popt library > is used by cryptsetup, gptfdisk, libiscsi, logrotate, lttng-tools, next, > oprofile, rpm, rsync, samba and samba4. > > Best regards, > > You are correct. That popped out for me as an rpm dependency, but now looking again, it seems it comes through popt. --089e0117687347422e04feb170e6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



On Mon, Jul 21, 2014 at 12:01 AM, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
Dear Rich Felker,

On Sat, 19 Jul 2014 19:45:34 -0400, Rich Felker wrote:

> 2. Criteria for inclusion:
>
> =C2=A0 =C2=A0A. Are there existing programs using the interface?

At least the popt library is using it. In Buildroot, this popt librar= y
is used by cryptsetup, gptfdisk, libiscsi, logrotate, lttng-tools, next, oprofile, rpm, rsync, samba and samba4.

Best regards,

You are correct. That popped out for me as an rpm dep= endency, but now looking
again, it seems it comes through popt.
--089e0117687347422e04feb170e6--