From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: gnulib merge needed Date: Mon, 19 Aug 2013 07:17:44 -0400 Message-ID: <5211FED8.2050605@cornell.edu> References: <520FE0D0.8040704@cornell.edu> <5211A99B.7060401@cs.ucla.edu> 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 1376911101 27064 80.91.229.3 (19 Aug 2013 11:18:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Aug 2013 11:18:21 +0000 (UTC) Cc: emacs To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 19 13:18:22 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VBNTa-0007td-Ip for ged-emacs-devel@m.gmane.org; Mon, 19 Aug 2013 13:18:22 +0200 Original-Received: from localhost ([::1]:42186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBNTa-0006yo-5M for ged-emacs-devel@m.gmane.org; Mon, 19 Aug 2013 07:18:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBNTK-0006gv-57 for emacs-devel@gnu.org; Mon, 19 Aug 2013 07:18:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBNTD-0001Jy-Nl for emacs-devel@gnu.org; Mon, 19 Aug 2013 07:18:06 -0400 Original-Received: from limerock02.mail.cornell.edu ([128.84.12.100]:52982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBNTD-0001Bd-Id for emacs-devel@gnu.org; Mon, 19 Aug 2013 07:17:59 -0400 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id r7JBHlv4011328; Mon, 19 Aug 2013 07:17:47 -0400 Original-Received: from [192.168.1.5] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id r7JBHkRZ017338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 19 Aug 2013 07:17:47 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: <5211A99B.7060401@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.84.12.100 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162873 Archived-At: On 8/19/2013 1:14 AM, Paul Eggert wrote: > Ken Brown wrote: >> Could you do a merge from gnulib? There's a bug in fpending.c that breaks the Cygwin build. >> My understanding is that the bug has been fixed upstream; see >> >> http://cygwin.com/ml/cygwin/2013-08/msg00193.html > > I merged that patch into Emacs several days ago, > in trunk bzr 113808 dated 2013-08-11 17:52:17 -0700. > So if the Cygwin build is still broken, something > else needs to get fixed. It is indeed fixed, thanks. Ken