From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8267 invoked by alias); 4 Feb 2006 17:45:22 -0000 Received: (qmail 7828 invoked by uid 22791); 4 Feb 2006 17:45:20 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Feb 2006 17:45:18 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HTU09870; Sat, 4 Feb 2006 19:44:16 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-80-230-141-241.inter.net.il [80.230.141.241]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CPZ15048 (AUTH halo1); Sat, 4 Feb 2006 19:44:14 +0200 (IST) Date: Sat, 04 Feb 2006 17:45:00 -0000 Message-Id: From: Eli Zaretskii To: Ian Lance Taylor CC: drow@false.org, gdb-patches@sourceware.org In-reply-to: (message from Ian Lance Taylor on 04 Feb 2006 09:05:55 -0800) Subject: Re: RFA: Various Windows (mingw32) additions, mostly relating to select or serial ports Reply-to: Eli Zaretskii References: <20060203220529.GA3578@nevyn.them.org> 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-02/txt/msg00088.txt.bz2 > Cc: drow@false.org, gdb-patches@sourceware.org > From: Ian Lance Taylor > Date: 04 Feb 2006 09:05:55 -0800 > > Tcl is checked into the src repository, since it's part of expect > which is part of DejaGNU. There isn't just one place to look at the > event loop. The Windows pipe specific code is in > src/tcl/win/tclWinPipe.c. Thanks.