From owner-freebsd-current@FreeBSD.ORG Sun Feb 1 09:20:41 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93D1910657D9 for ; Sun, 1 Feb 2009 09:20:41 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from viefep19-int.chello.at (viefep19-int.chello.at [62.179.121.39]) by mx1.freebsd.org (Postfix) with ESMTP id CD4228FC1C for ; Sun, 1 Feb 2009 09:20:38 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from edge04.upc.biz ([192.168.13.239]) by viefep15-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090201090149.LYIE3373.viefep15-int.chello.at@edge04.upc.biz>; Sun, 1 Feb 2009 10:01:49 +0100 Received: from lizard.fafoe.narf.at ([213.47.85.26]) by edge04.upc.biz with edge id AZ1o1b00h0a5KZh04Z1p9U; Sun, 01 Feb 2009 10:01:49 +0100 X-SourceIP: 213.47.85.26 Received: by lizard.fafoe.narf.at (Postfix, from userid 1001) id ABC11BA86; Sun, 1 Feb 2009 10:01:43 +0100 (CET) Date: Sun, 1 Feb 2009 10:01:43 +0100 From: Stefan Farfeleder To: James Butler Message-ID: <20090201090143.GA1429@lizard.fafoe.narf.at> Mail-Followup-To: James Butler , current@freebsd.org References: <779523.80455.qm@web32706.mail.mud.yahoo.com> <20090131221236.GA27303@soaustin.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: current@freebsd.org Subject: Re: Fwd: Alternatives to gcc (was Re: gcc 4.3: when will it becomestandard compiler?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 09:20:41 -0000 On Sun, Feb 01, 2009 at 12:55:20PM +1300, James Butler wrote: > 2009/2/1 Mark Linimon : > > On Sat, Jan 31, 2009 at 01:08:54PM -0800, Pedro F. Giffuni wrote: > >> The effort didn't go far enough. Why haven't we removed GNU readline ? > > > > Probably either because someone hasn't written a BSD-licensed one, or > > someone hasn't done the work to test-compile src and ports on all the > > appropriate architectures. > > This might be off topic, but NetBSD has (limited) readline > compatibility in their libedit (which FreeBSD has in ports I think) - > this also gives them tab-completion in /bin/sh :-) I once posted a patch which ports it to FreeBSD. It would need a lot of work to fix all ports though.