The following does not parse in 1.1a1 proc foo {a b}{ return } "extra character after curly brace" (or some such message). It was due to there being no space...
Thomas McKay
mckay@...
Sep 3, 1999 1:40 pm
381
Ahhh users... what can you do? A not-so-uncommon programming error is to write a for loop that loops forever. Is there any mechanism to force the interpreter...
Thomas McKay
mckay@...
Sep 3, 1999 2:07 pm
382
Yep, this is the standard behaviour of Tcl 8.0 and earlier. cxh@maury 4% cat /tmp/t.tcl proc foo {a b}{ return } cxh@maury 5% tclsh % set tcl_version 8.0 %...
Christopher Hylands
cxh@...
Sep 3, 1999 3:57 pm
383
On Fri, 3 Sep 1999, Thomas McKay wrote: That does not work in Tclsh8.0 either. The problem is that the parser needs to see a space after the } (meaning }{ is...
Moses DeJong
dejong@...
Sep 3, 1999 6:09 pm
384
Hello. I am new to Jacl and I am trying to build the latest release, but I am running into a number of problems. I don't know if I have "operator error",...
Randolph S. Kahle
RandyKahle@...
Sep 5, 1999 12:16 pm
385
I am starting to work through Jacl release 1.2.4. I am finding bugs that I can help fix. My understanding is that this code base is "open" for people to help. ...
Randolph S. Kahle
RandyKahle@...
Sep 6, 1999 3:53 pm
386
... Are you using the Sun JDK, the IBM JDK, or a JDK from someone else? ... This looks like a JVM bug. No Java program should be able to produce an error like...
Moses DeJong
dejong@...
Sep 6, 1999 7:23 pm
387
... Thanks for the tip about the JIT. I made this change and now the tests run. I get the following errors from the test run using Sun's JDK 1.1.8 production...
Randolph S. Kahle
RandyKahle@...
Sep 6, 1999 7:44 pm
388
... Help fixing bugs would be great. Just find a test case that fails and hack away until it passes. ... Yep, anyone can propose changes. ... OK, here is the...
Moses DeJong
dejong@...
Sep 6, 1999 7:47 pm
389
You might want to send Sun a bug report about this one. Sun seems to like getting JIT bug reports, but they just ignore you the rest of the time. ... I will...
Moses DeJong
dejong@...
Sep 6, 1999 8:13 pm
390
I apologize for sending out that last set of errors for the JDK 1.1.8 build. Most of them were due to some changes I was working on in the TclIndex.java file. ...
Randolph S. Kahle
RandyKahle@...
Sep 6, 1999 8:18 pm
391
Moses, Thank you for explaining the story behind the code base, etc. Let me expand on my current focus. I have found a bug in TclIndex.java. I have developed a...
Randolph S. Kahle
RandyKahle@...
Sep 6, 1999 8:30 pm
392
... Is this really a bug or is it just a change that was made to Tcl in versions 8.1 or 8.2? ... If your patch changes the test cases, then you should include...
Moses DeJong
dejong@...
Sep 7, 1999 3:16 am
393
I have a question regarding the java::bind command. In java there is always some kind of EventObject associated with an event; e.g. a KeyEvent for a...
Joep Jansen
joep@...
Sep 12, 1999 9:09 pm
394
On Sun, 12 Sep 1999, Joep Jansen wrote: I think you need to use the java::event command to get a handle to that event object. See the docs for the 1.2 versions...
Moses DeJong
dejong@...
Sep 14, 1999 3:44 am
395
Hello, tclconsortium.org is changing to an ISP that doesn't support mailing lists, so we will be hosting the lists here at Scriptics. This is a test message....
Brent Welch
welch@...
Sep 16, 1999 4:55 am
396
Hi, I have a clarification I was wanting to know if in Tclblend1.2.4, the java::cast command has been extended so as to accept casting of bytes. This was...
Suvarna Ayyagari
sayyagar@...
Sep 22, 1999 7:30 pm
397
... I posted a note about this "possible feature" and asked for comments but people did not seem to interested. It seems like that would be a handy feature for...
Moses DeJong
dejong@...
Sep 22, 1999 8:53 pm
398
Hi, I have a question and I do not know if this is feasible with Tclblend Let us say I have a java method on object 'obj' that returns a byte array to me. And...
Suvarna Ayyagari
sayyagar@...
Sep 22, 1999 9:25 pm
399
I am pleased to announce the pre-release availability of the TclBlend 1.2.5 source code from the Scriptics CVS repository. The code is in the mainline, you...
Scott Redman
redman@...
Sep 22, 1999 11:25 pm
400
... I would think you would need to create a StringBuffer, print the values as Hex into the string buffer, remove everything before the 0x part, and then...
Moses DeJong
dejong@...
Sep 23, 1999 3:45 pm
401
Scriptics is pleased to announce the prerelease availability of TclBlend 1.2.5. We have worked with Mo DeJong to move the TclBlend code base back into this...
Scott Redman
redman@...
Oct 6, 1999 5:38 pm
402
"Siddhesh Kurade" <siddhesh@...> writes: Hi Christopher, I have been using Jacl for quite a while now and its = really great. Right now I have...
Christopher Hylands
cxh@...
Oct 14, 1999 7:14 pm
403
Hi all. Cameron Laird and I are writing up an article about tcljava, and we could use your help. We need some feedback on what people do not like about Jacl or...
Moses DeJong
dejong@...
Oct 17, 1999 8:03 pm
404
As someone using Jacl in a commercial MCAD application... it's great! Honestly, I have absolutely no complaints and only praise for all involved in such a...
Thomas McKay
mckay@...
Oct 17, 1999 8:12 pm
405
Hi, everybody! I'm new to this list and I have a tricky question for you... I'm developing a project for 2D and 3D visualization (is this the word?); whe...
Daniel Gayo Avello
uov02539@...
Oct 18, 1999 10:26 pm
406
On Mon, 18 Oct 1999, Daniel Gayo Avello wrote: Right off the bat it sounds like you should be using Tcl Blend. You can still use you old commands implemented...
Moses DeJong
dejong@...
Oct 18, 1999 10:36 pm
407
Hi, I have compiled Tclblend 1.2.4 with JDK 1.1.8 with native threads on Solaris 2.6. Now I want to bundle my application with the Tclblend shared library and ...
Suvarna Ayyagari
sayyagar@...
Oct 19, 1999 3:20 pm
408
You need to read Sun's licensing for the JRE 1.1.8. I believe that you need to have your users agree to the Sun license for the JRE, but that's about it....
Scott Redman
redman@...
Oct 19, 1999 5:03 pm
409
Hi, everybody! I'm trying to compile tclBlend 1.2.4 on a Linux RedHat 5.2 machine with tcl 8.2.0 and jdk 1.2.2; I have a problem with the java_g runtime: it...