Most of the suggested changes from this patch have been integrated
into the Jacl Shell.java class. Instead of using a callback from
the ConsoleEvent class, I removed the ConsoleEvent completely
and implemented things using an innerclass. The Shell.java class
should be completely thread safe now. Something to think about
in the near future is moving the Shell.java file from the jacl
dir to the tcljava dir so that the same tcl.lang.Shell program
can be accessed in Jacl and Tcl Blend.

Mo Dejong
Red Hat Inc.

On Wed, 5 Apr 2000, Jiang Wu wrote:

> This is related the last email I sent regarding a TclBlend shell.  The patch
> enclosed here can be used to make the Jacl shell identical to the TclBlend
> shell.  The benefit is to be able to use the same Java based Tcl shell that
> starts either Jacl or TclBlend depending on what is on the CLASSPATH.
> 
> Apply the patch to:
> 
>     Shell.java
>     ConsoleEvent.java
> 
> in the Jacl source distribution.
> 
> -- Jiang Wu
>    [EMAIL PROTECTED]

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to