From owner-svn-src-all@FreeBSD.ORG Wed Apr 6 01:38:34 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38C4B106564A; Wed, 6 Apr 2011 01:38:34 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 17E708FC1E; Wed, 6 Apr 2011 01:38:33 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.4/8.14.4) with ESMTP id p361R0l4002447; Tue, 5 Apr 2011 18:27:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.4/8.14.4/Submit) id p361R03P002446; Tue, 5 Apr 2011 18:27:00 -0700 (PDT) (envelope-from obrien) Date: Tue, 5 Apr 2011 18:27:00 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20110406012700.GA2067@dragon.NUXI.org> References: <201104051841.p35If1DX027085@svn.freebsd.org> <201104051547.56623.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104051547.56623.jhb@freebsd.org> X-Operating-System: FreeBSD 9.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.16 (2007-06-09) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r220370 - in head: etc/mtree include lib/libedit lib/libedit/edit lib/libedit/edit/readline sbin/gvinum usr.sbin/ntp/ntpdc usr.sbin/ntp/ntpq usr.sbin/wpa/wpa_cli X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 01:38:34 -0000 On Tue, Apr 05, 2011 at 03:47:56PM -0400, John Baldwin wrote: > On Tuesday, April 05, 2011 2:41:01 pm David E. O'Brien wrote: > > URL: http://svn.freebsd.org/changeset/base/220370 > > Log: > > * Add the readline(3) API to libedit. The libedit versions of [..] > > Obtained from: NetBSD > > Sponsored by: Juniper Networks > > Should libedit move to contrib? Possibly -- it would make sense as Christos Zoulas is the original author and has been actively maintaining it since conception. Other than the jilles added in the past year, we haven't really made much creative changes to it since 4.4BSD. But we have made a lot of changes to it over the years. Many of our "syncs" just took snippets from NetBSD -- right now 'svn diff ^/vendor/NetBSD/libedit/dist ^/head/lib/libedit | wc -l' reports 12717 lines; or "51 files changed, 871 insertions, 2113 deletions, 3382 modifications" according to diffstat(1). So maybe hold the question until the diff is smaller?? -- -- David (obrien@FreeBSD.org)