From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2161 invoked by alias); 11 Oct 2006 11:23:56 -0000 Received: (qmail 2153 invoked by uid 22791); 11 Oct 2006 11:23:55 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Oct 2006 11:23:49 +0000 Received: from lon-out-01.spheriq.net ([195.46.50.129]) by lon-del-03.spheriq.net with ESMTP id k9BBNiIA011959 for ; Wed, 11 Oct 2006 11:23:44 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-01.spheriq.net with ESMTP id k9BBNht4020325 for ; Wed, 11 Oct 2006 11:23:44 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id k9BBNelq031208 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 11 Oct 2006 11:23:43 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 7D7F8DDA3; Wed, 11 Oct 2006 10:51:01 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3A4124730E; Wed, 11 Oct 2006 10:51:01 +0000 (GMT) Received: from [164.129.44.49] (crx549.cro.st.com [164.129.44.49]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CIQ89236 (AUTH "frederic riss"); Wed, 11 Oct 2006 12:50:59 +0200 (CEST) Subject: Re: [TUI] correctly display windows source files From: Frederic RISS To: Eli Zaretskii Cc: Denis PILAT , gdb-patches@sourceware.org In-Reply-To: References: <452A6905.1040308@st.com> <452B9EB9.4040709@st.com> <452CA4EC.9060700@st.com> Content-Type: text/plain Date: Wed, 11 Oct 2006 11:23:00 -0000 Message-Id: <1160563859.3423.3.camel@crx549.cro.st.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00105.txt.bz2 On Wed, 2006-10-11 at 04:39 -0400, Eli Zaretskii wrote: > > Date: Wed, 11 Oct 2006 10:01:48 +0200 > > From: Denis PILAT > > Attached a new proposal. > > > > In the case of "'\r'EOF" we keep EOF in "c" variable and we exit the > > while just below anyway. > > This new patch is okay with me. Thanks. I checked this in on Denis' behalf. Fred.