From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2627 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: REG_STARTEND (regex) Date: Wed, 16 Jan 2013 09:41:57 -0600 Message-ID: <1358350917.32505.32@driftwood> References: <50F5A23B.9010601@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1358355021 23735 80.91.229.3 (16 Jan 2013 16:50:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2013 16:50:21 +0000 (UTC) Cc: musl@lists.openwall.com To: musl@lists.openwall.com Original-X-From: musl-return-2629-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 16 17:50:40 2013 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 1TvWCD-00011O-3I for gllmg-musl@plane.gmane.org; Wed, 16 Jan 2013 17:50:37 +0100 Original-Received: (qmail 29764 invoked by uid 550); 16 Jan 2013 16:50:20 -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 29751 invoked from network); 16 Jan 2013 16:50:19 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:subject:to:cc:in-reply-to:x-mailer:message-id :mime-version:content-type:content-disposition :content-transfer-encoding:x-gm-message-state; bh=V1ySeOij1D0GPkvJ4M+gOh4Z6Ujy3Kd4rveEPnv9YIc=; b=KmCGOGtlUywjz9WTse0iRm5nJPe452r4Q7ZF+Ns/LzHeHINoc5ZhUyeTHTkHmXXGzq 71OHz0RByHCachJ86PhObyNw16DY5DEulGrP3vVbTj4mDE42fFlgbAsXeyUr/TL2lfW+ E9b0l0JplG/LY5HrD2cpsYyuXGTw2+CuF3YApYZ8IjTVL82bAwQHcUhStCmcjdLRQJeU pnNZcpROvH0tRFEr+mUqZKHmTg+KwdVqFulasEVmZXeVo5xMro70zLvJEY8a/vO1XZwd FuO/A6icn72+tVk5u+fyYUCWe1Qmx/HtgcrXIlUmQYYUM1d9/MFfGeyCl1meORHgWxRW 3d2A== X-Received: by 10.182.78.138 with SMTP id b10mr1385122obx.37.1358355008048; Wed, 16 Jan 2013 08:50:08 -0800 (PST) In-Reply-To: <50F5A23B.9010601@barfooze.de> (from maillist-musl@barfooze.de on Tue Jan 15 12:38:51 2013) X-Mailer: Balsa 2.4.11 Content-Disposition: inline X-Gm-Message-State: ALoCoQkAgg49tZC+xuCHR2ZQwUrWvecCb8oi4CprjpM62Jyw7bMyGPzGIh/IQ4A+2pIssF2XzMRU Xref: news.gmane.org gmane.linux.lib.musl.general:2627 Archived-At: On 01/15/2013 12:38:51 PM, John Spencer wrote: > On 01/15/2013 04:50 PM, Daniel Cegie=C5=82ka wrote: >>=20 >> busybox's tools share a lot of code.. and it is not easy to separate >> one tool without moving whole bblib. >=20 > by ripping it out of busybox i meant that you only copy the required =20 > functions out of it. > i dont think the sed applet will use more than 10% of libbb's =20 > functionality. As the main author of the busybox sed applet I'm pretty sure it doesn't =20 (unless they changed it since I left), but it's also pretty easy to =20 build just sed. (I also implemented the ability to build every busybox =20 command as a standalone binary several years ago, it might still be =20 there. I haven't looked.) Rob=