On Sun, 6 Aug 2000, Jiang Wu wrote:
> How are you running your example? Are you starting the JVM first, then load
> TclBlend? If not, you are not using "serviceEvent()" when executing
> "vwait".
>
> The easy way to reproduce the problems related to the Notifier is to build a
> Java based shell
On Sun, 6 Aug 2000, Jiang Wu wrote:
> This patch should be applied to the
> "ajuba-tclblend-contract-2000-08-01-branch".
>
> The patch includes the following:
>
> - fix bugs in tcl.lang.Notifier
I want to check this all in a bit at a time.
You mention the original bug report:
http://www-c
This patch should be applied to the
"ajuba-tclblend-contract-2000-08-01-branch".
Here is a patch for the tcljava/Makefile.in that adds the Jacl shell to the
tclblend.jar and a new target "test_jvmblend.exec" which runs the TclBlend
test suite using a JVM loading TclBlend.
Since I don't have an U
This patch should be applied to the
"ajuba-tclblend-contract-2000-08-01-branch".
The patch includes the following:
- fix bugs in tcl.lang.Notifier
- make TclBlend work with the Jacl shell
- add mutex for multi thread TclBlend initialization
- add (Win) makefile targets for testing TclBle