From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15820 invoked by alias); 4 Feb 2006 17:06:06 -0000 Received: (qmail 15778 invoked by uid 22791); 4 Feb 2006 17:06:05 -0000 X-Spam-Check-By: sourceware.org Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 04 Feb 2006 17:06:04 +0000 Received: (qmail 3048 invoked by uid 10); 4 Feb 2006 17:06:02 -0000 Received: (qmail 10965 invoked by uid 500); 4 Feb 2006 17:05:55 -0000 To: Eli Zaretskii Cc: drow@false.org, gdb-patches@sourceware.org Subject: Re: RFA: Various Windows (mingw32) additions, mostly relating to select or serial ports References: <20060203220529.GA3578@nevyn.them.org> From: Ian Lance Taylor Date: Sat, 04 Feb 2006 17:06:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00087.txt.bz2 Eli Zaretskii writes: > > Cc: gdb-patches@sourceware.org > > From: Ian Lance Taylor > > Date: 03 Feb 2006 22:28:16 -0800 > > > > The cleanest portable event loop which I know of is Tcl. The Tcl code > > has solved pretty much all the event loop issues for Unix, Windows, > > and MacOS 9. > > Can you, or someone else, please show a URL where I can see that event > loop, without having to download the whole package? 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. Ian