Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Separating stderr and stdout with exec/fileevent

From: Alexandre Ferrieux <alexandre.ferri...@cnet.francetelecom.fr>
Subject: Re: Separating stderr and stdout with exec/fileevent
Date: 1999/02/01
Message-ID: <36B5666C.20BC@cnet.francetelecom.fr>#1/1
X-Deja-AN: 439292165
Content-Transfer-Encoding: 7bit
References: <36B09118.3066BE95@bellsygma.com> <36B1885C.1742@cnet.francetelecom.fr> <78so47$mjk$1@news.doit.wisc.edu>
Content-Type: text/plain; charset=us-ascii
Organization: France Telecom
Mime-Version: 1.0
Newsgroups: comp.lang.tcl

Mumit Khan wrote:
> 
> Of course, all of this works just fine under Cygwin version thanks to
> the "join error" (for >1 2>&) bug fix by Ian Taylor as well as his
> other changes that are in the Cygnus version; I've never had trouble
> with fileevents under win32 either.

For your information, this 'bug fix' by Ian Taylor is semantically
incorrect. Look at the arguments on the Scriptics page. It only happens
to make things easier for *your* class of uses, but it is utterly
inconsistent with the rest of Tcl's redirection semantics.

Now there's an interesting implication in your last sentence: the Cygnus
version of Tcl seems to be a good answer to the fevent problem (and also
most other 'doze shortcomings I'm sure). Can you refresh my memory about
the visible issues when using a Cygwin-built application ? Is there a
runtime fee ? What about installation ? Can many versions of the runtime
coexist ?

-Alex