From owner-freebsd-current@FreeBSD.ORG Mon Apr 9 18:58:36 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A482106564A for ; Mon, 9 Apr 2012 18:58:36 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm22.bullet.mail.bf1.yahoo.com (nm22.bullet.mail.bf1.yahoo.com [98.139.212.181]) by mx1.freebsd.org (Postfix) with SMTP id 1BA878FC0A for ; Mon, 9 Apr 2012 18:58:36 +0000 (UTC) Received: from [98.139.212.150] by nm22.bullet.mail.bf1.yahoo.com with NNFMP; 09 Apr 2012 18:58:28 -0000 Received: from [98.139.213.10] by tm7.bullet.mail.bf1.yahoo.com with NNFMP; 09 Apr 2012 18:58:28 -0000 Received: from [127.0.0.1] by smtp110.mail.bf1.yahoo.com with NNFMP; 09 Apr 2012 18:58:28 -0000 X-Yahoo-Newman-Id: 939099.63958.bm@smtp110.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: kcova7oVM1medNqL8P3_bpXB8I9KFdQNgGBHO6uOU4Zbdib MjWi3s9YFoeoid7teBG427nI.idzSR_b5SvYYt8F0pD_nIYq5e0HY4VNRKmf yyKSZTfkkO8sTaRVMw.gy7huWBYdNlPm0d4F2udB0kj_zzklzszWo.VB0P3W REFoNqJfBVfBUuqrr3c_oF8GHwL9fjjB5JOvWTvBd5xK6vn27lZJdb2iB0CK GnX6GUQlQntSYqCZKgbpB72jfN7EOCvTmfJKuXpvJDBI6YIRF3U9wn6MEmPC Ksdx6XaAtzMdbR.Tk.xKhKIFj5q0UjgPi0GzWSnZ6trhBXOYN3zW.8TJFYuo 8V8LCQbi19Fh0iavasBIc0ZI9kyqagRN.YUR4ta22De_EjHmOPOFeivmNaTk GOwHSwy7sHaF4w2OlHTe_TmCG2cf7tAS92dK6UDmZK15C67hfgMPaaFt2iL7 2kHTW7SwpKyBy3omSooZfiO30UBMmpm4Mo_U5bmBccuP6Jtr7DvGJSYfLht4 BXf076JQTZCzM2L6Oulyo7J3VVSdERQf_6YNWmxOK5cuGLE0bUA-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Received: from [192.168.10.106] (pfg@200.118.157.7 with plain) by smtp110.mail.bf1.yahoo.com with SMTP; 09 Apr 2012 11:58:28 -0700 PDT Message-ID: <4F833153.9050603@FreeBSD.org> Date: Mon, 09 Apr 2012 13:58:27 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120226 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [CFT]: libedit update (NetBSD CVS 2009-12-28) 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: Mon, 09 Apr 2012 18:58:36 -0000 Hi; I noticed that libedit is seriously outdated so I tried to sync it with the upstream (NetBSD) tree. For the time being I avoided the international support and related changes since they move some files and, in general, complicates getting things merged properly. The resulting patch is here: http://people.freebsd.org/~pfg/patches/patch-libedit-cvs20091228 With this update GNU readline support should work better and we will be more in line with what is shipped in both NetBSD and Darwin. I also submitted some of our changes upstream but some things like file completion and the code in tty.c have diverged on NetBSD. Please do let me know if there is anything strange. I think for the next update we may probably just merge the vendor branch directly. best regards, Pedro.