[kaffe] CVS kaffe-extras (kaz): Added kjc-string-concat-to-null.diff to build.xml.

2003-11-25 Thread Kaffe CVS
PatchSet 21 Date: 2003/11/25 22:45:49 Author: kaz Branch: HEAD Tag: (none) Log: Added kjc-string-concat-to-null.diff to build.xml. Members: build.xml:1.11->1.12 Index: kaffe-extras/build.xml diff -u kaffe-extras/build.xml:1.11 kaffe-extras/build.xml:1.12 --- kaffe-extras/build.xml:1.1

[kaffe] Re: GregorianCalendar fixes

2003-11-25 Thread Mark Wielaard
Hi, On Mon, 2003-11-24 at 23:57, Ito Kazumitsu wrote: > > 2003-11-25 Ito Kazumitsu <[EMAIL PROTECTED]> > > * java/util/GregorianCalendar.java (getLinearTime): Avoid counting > the leap day of the leap year twice. > (computeFields): First week of month is 1 not 0. Thanks

Re: [kaffe] Kaffe and newer make tools

2003-11-25 Thread James Simmons
> While doing so, I noticed that even after applying your patch to > configure.in, developers/autogen.sh produces a lot more warnings than it > used to do. Here's a small list: I noticed that as well. As for classpath the change in auto tools didn't affect it. It works tho. ___

[kaffe] CVS kaffe-extras (kaz): Added kaffe-extras/patches/kjc-string-concat-to-null.diff.

2003-11-25 Thread Kaffe CVS
PatchSet 20 Date: 2003/11/25 16:36:19 Author: kaz Branch: HEAD Tag: (none) Log: Added kaffe-extras/patches/kjc-string-concat-to-null.diff. When the left of += is null, it should be treated as if it had the value "null". Members: patches/kjc-string-concat-to-null.diff:INITIAL->1.1

Re: [kaffe] java 1.4

2003-11-25 Thread Arnaud Vandyck
On Mon, 24 Nov 2003 20:18:45 +0100 Dalibor Topic <[EMAIL PROTECTED]> wrote: > http://japi.sab39.org/htmlout/h-jdk14-kaffe.html Note that there are some mistakes with this tool! javax.xml.transform... errors are not. The constructors are present. It's only an example, but I think there are severa

Re: [kaffe] null string concatenation

2003-11-25 Thread Arnaud Vandyck
On Tue, 25 Nov 2003 20:03:59 +0900 Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > By the way, the bytecode which JCompoundAssignmentExpression.java > generates looks quite different from the bytecode produced by gcj or > Sun's javac. The former uses String.concat and the latter uses > StringBuffer for

Re: [kaffe] Graphics for ChessApplet

2003-11-25 Thread Dalibor Topic
Hi Urban, Urban Avierfjärd wrote: Hi Dears I am developing chess game written as an JavaApplet. cool. Using Borland JBuilder 9 Personal Edition. Uagh, generated code ;) I use the following Code void this_mouseDragged(MouseEvent e) { } class Chess_this_mouseMotionAdapter extends java.awt.even

Re: [kaffe] Kaffe for Debain on IA-64

2003-11-25 Thread Dalibor Topic
Balaji Rs Iyengar wrote: hello, do you know of a 64-bit linux distro that kaffe would work with (I think it does with mandrake) but are there other alternatives. I believe that 1.1.2 works with linux on ia64 in general (if I recall it correctly), but you'll have to build it from source ;) Read t

[kaffe] Graphics for ChessApplet

2003-11-25 Thread Urban Avierfjärd
Hi Dears I am developing chess game written as an JavaApplet. Using Borland JBuilder 9 Personal Edition. I use the following Code void this_mouseDragged(MouseEvent e) { } class Chess_this_mouseMotionAdapter extends java.awt.event.MouseMotionAdapter { Chess adaptee ; Chess_this_mous

Re: [kaffe] Kaffe for Debain on IA-64

2003-11-25 Thread Balaji Rs Iyengar
hello, do you know of a 64-bit linux distro that kaffe would work with (I think it does with mandrake) but are there other alternatives. regards -balaji. On Tue, 25 Nov 2003, Dalibor Topic wrote: > Hi Balaji, > > Balaji Iyengar wrote: > > Hello, > > > > I am looking for a kaffe package for IA

Re: [kaffe] Kaffe for Debain on IA-64

2003-11-25 Thread Dalibor Topic
Hi Balaji, Balaji Iyengar wrote: Hello, I am looking for a kaffe package for IA-64 archtecture with Debain (woody). Could some one send me a link, since I could not find one. I don't think there is one, as the last developer release that was packaged for debian (1.1.1) failed to build on severa

[kaffe] Re: null string concatenation

2003-11-25 Thread Dalibor Topic
Hi Ito, thanks for taking the time to look into it. Ito Kazumitsu wrote: Hi, With reference to the bug: http://www.kaffe.org/pipermail/kaffe/2003-November/044458.html I suggest the following patch: --- kopi-2.1B/src/kjc/JCompoundAssignmentExpression.java 2002-07-16 03:53:32.0 +0900 +

[kaffe] null string concatenation

2003-11-25 Thread Ito Kazumitsu
Hi, With reference to the bug: http://www.kaffe.org/pipermail/kaffe/2003-November/044458.html I suggest the following patch: --- kopi-2.1B/src/kjc/JCompoundAssignmentExpression.java2002-07-16 03:53:32.0 +0900 +++ test/JCompoundAssignmentExpression.java 2003-11-25 19:26:58