From owner-freebsd-current@FreeBSD.ORG Fri Apr 1 02:19:28 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2A916A4CE for ; Fri, 1 Apr 2005 02:19:27 +0000 (GMT) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D2C43D4C for ; Fri, 1 Apr 2005 02:19:27 +0000 (GMT) (envelope-from oz@nixil.net) Received: from [10.20.12.64] (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by nixil.net (8.13.1/8.13.1) with ESMTP id j312JQ41083263 for ; Thu, 31 Mar 2005 19:19:27 -0700 (MST) Message-ID: <424CAF89.60209@nixil.net> Date: Thu, 31 Mar 2005 19:18:49 -0700 From: Phil Oleson User-Agent: Mozilla Thunderbird 1.0 (X11/20050323) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4244AC9C.7010803@nixil.net> <20050326030927.GA86483@xor.obsecurity.org> In-Reply-To: <20050326030927.GA86483@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.5.6 (nixil.net [161.58.222.1]); Thu, 31 Mar 2005 19:19:27 -0700 (MST) X-Virus-Scanned: ClamAV 0.82/762/Sun Mar 13 16:35:33 2005 on nixil.net X-Virus-Status: Clean Subject: Re: request: libedit sync X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 01 Apr 2005 02:19:28 -0000 Kris Kennaway wrote: >On Fri, Mar 25, 2005 at 05:28:12PM -0700, Phil Oleson wrote: > > >>Can somone with commit privs, think about re-sync'ing freebsd's libedit >>with NetBSD's copy? >> >> > >Consider providing patches yourself :) > >Kris > > Okay.. patchfile is at http://nixil.net/libedit-sync-patch.gz btw, I was a bit unsure if I should increment 'SHLIB_MAJOR' to 5. There were some small changes (exposed some tok_xx functions) but it also removed el_data_get() & el_data_set(). blah.. Phil.