From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1676 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: [Vision for new platform] syslog, sed, cron Date: Thu, 23 Aug 2012 02:11:54 +0200 Message-ID: <5035754A.3070204@barfooze.de> References: <20120822185359.GF27715@brightrain.aerifal.cx> <87mx1mbvs1.fsf@gmail.com> <87ipcabsfg.fsf@gmail.com> <20120822224604.GJ27715@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1345680503 1128 80.91.229.3 (23 Aug 2012 00:08:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2012 00:08:23 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1677-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 23 02:08:23 2012 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 1T4KyD-0002TJ-Um for gllmg-musl@plane.gmane.org; Thu, 23 Aug 2012 02:08:22 +0200 Original-Received: (qmail 29891 invoked by uid 550); 23 Aug 2012 00:08:19 -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 29883 invoked from network); 23 Aug 2012 00:08:19 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <20120822224604.GJ27715@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:1676 Archived-At: On 08/23/2012 12:46 AM, Rich Felker wrote: > On Wed, Aug 22, 2012 at 10:08:51PM +0200, Christian Neukirchen wrote: >> >> Perhaps they fixed it then. I remember being it the reason I ported GNU >> sed to sabotage... > I think what happened is we fixed musl. There were several > show-stopping BRE (old "basic" regex mode) bugs in TRE that made it > into musl, and sed uses BRE, not ERE. > > Rich > it was mainly my bug hunting and dalias (musl side) & denys vlasenko's (bb side) bug fixing effort to get sabotage to work without gnu sed which led to a couple of busybox sed and musl TRE fixes between bb 1.20.0 and 1.20.2 releases. as of busybox 1.20.2, its sed works for every one of the ~200 packages in my sabotage fork (yes, even kernel and ncurses), so its seems to be "good" now.