[kaffe] CVS kaffe (robilad): Resynced with GNU JAXP: fixes for stream/reader wrapping

2004-12-06 Thread Kaffe CVS
PatchSet 5546 Date: 2004/12/06 09:02:42 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU JAXP: fixes for stream/reader wrapping 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/gnu/xml/dom/ls/ReaderInputStream.java, libraries/javalib/gnu/xml/dom/

[kaffe] CVS kaffe (robilad): fix for Apache Axis: treat empty string the same as null for proxyHost & proxyPo

2004-12-06 Thread Kaffe CVS
PatchSet 5545 Date: 2004/12/06 08:27:42 Author: robilad Branch: HEAD Tag: (none) Log: fix for Apache Axis: treat empty string the same as null for proxyHost & proxyPort 2004-12-05 Davanum Srinivas <[EMAIL PROTECTED]> * libraries/javalib/gnu/java/net/protocol/http/HTTPURLConnection.ja

[kaffe] CVS kaffe (robilad): Updated classpath version

2004-12-06 Thread Kaffe CVS
PatchSet 5548 Date: 2004/12/06 13:24:45 Author: robilad Branch: HEAD Tag: (none) Log: Updated classpath version 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/gnu/classpath/Configuration.java (CLASSPATH_VERSION) Updated. Reported by: Michael Koch <

[kaffe] solaris, sparc64 regre. failures

2004-12-06 Thread Riccardo
Hey, interestingl, the regressios failing on ultra-sparc are different than those on dual-sparc (even taking out the path errors due to different diretcotiry structure). The os version is the same. CLTestConc.failTestUnlock.fail NetworkInterfaceTest.fail ThreadState.fail Preempt.fa

[kaffe] CVS kaffe (robilad): Updated classpath version

2004-12-06 Thread Kaffe CVS
PatchSet 5548 Date: 2004/12/06 13:24:45 Author: robilad Branch: HEAD Tag: (none) Log: Updated classpath version 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/gnu/classpath/Configuration.java (CLASSPATH_VERSION) Updated. Reported by: Michael Koch <

Re: [kaffe] Kaffe on Linux-Arm9

2004-12-06 Thread [EMAIL PROTECTED]
Thanks for the answer , I tried to cross compile the last stable version (1.0.7) but it's not able to find native library (libNAME.so) even if the directory is in the LD_LIBRARY_PATH. Moreover it's unable to find something about BigInteger.init() and it has problem with floating point. The CVS vers

[kaffe] Can we call java from C using this package

2004-12-06 Thread Kabileshkumar Cheetancheri
Hi Can we call java class from C using this package. If yes can you please send me a demo progrom thanks kabilesh ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (guilhem): Serialization fixes merged from GNU Classpath.

2004-12-06 Thread Kaffe CVS
PatchSet 5549 Date: 2004/12/06 17:39:38 Author: guilhem Branch: HEAD Tag: (none) Log: Serialization fixes merged from GNU Classpath. * include/Makefile.am, include/Makefile.in: Generate JNI headers for ObjectInputStream and VMObjectStreamClass now. * libraries/ja

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: various swing fixes

2004-12-06 Thread Kaffe CVS
PatchSet 5554 Date: 2004/12/06 19:06:50 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: various swing fixes 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/swing/DefaultListCellRenderer.java, libraries/javalib/javax/swing/JLabe

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: cleanup in ICC_Profile

2004-12-06 Thread Kaffe CVS
PatchSet 5551 Date: 2004/12/06 18:39:46 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: cleanup in ICC_Profile 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/awt/color/ICC_Profile.java: Resynced with GNU Classpath. 200

Re: [kaffe] Can we call java from C using this package

2004-12-06 Thread Dalibor Topic
Kabileshkumar Cheetancheri wrote: Hi Can we call java class from C using this package. If yes can you please send me a demo progrom Hi Kabilesh, could you try out the code from the JNI tutorial and report back if it worked for you? See http://java.sun.com/docs/books/tutorial/native1.1/invoking/i

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: improved AWT javadocs

2004-12-06 Thread Kaffe CVS
PatchSet 5553 Date: 2004/12/06 19:02:09 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: improved AWT javadocs 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/awt/Component.java, libraries/javalib/java/awt/geom/Rectangle2D.java:

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: handle 0 byte reads in BufferedInputStream

2004-12-06 Thread Kaffe CVS
PatchSet 5552 Date: 2004/12/06 18:50:24 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: handle 0 byte reads in BufferedInputStream 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/io/BufferedInputStream.java: Resynced with GNU Cl

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: white space differences

2004-12-06 Thread Kaffe CVS
PatchSet Date: 2004/12/06 20:31:49 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: white space differences Members: ChangeLog:1.3101->1.3102 libraries/javalib/gnu/classpath/RawData32.java:1.1->1.2 libraries/javalib/gnu/classpath/RawData6

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: various swing fixes

2004-12-06 Thread Kaffe CVS
PatchSet 5554 Date: 2004/12/06 19:06:50 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: various swing fixes 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/swing/DefaultListCellRenderer.java, libraries/javalib/javax/swing/JLabe

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: whitespace changes

2004-12-06 Thread Kaffe CVS
PatchSet 5558 Date: 2004/12/06 21:31:43 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: whitespace changes Members: ChangeLog:1.3104->1.3105 libraries/javalib/gnu/java/nio/NIOServerSocket.java:1.6->1.7 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:

[kaffe] CVS kaffe (guilhem): Process exit fix for Darwin.

2004-12-06 Thread Kaffe CVS
PatchSet 5557 Date: 2004/12/06 21:23:53 Author: guilhem Branch: HEAD Tag: (none) Log: Process exit fix for Darwin. TODO: Improve thread status report. Find a way to kill threads in any circumstances. * kaffe/kaffevm/systems/unix-pthreads/lock-impl.c (clearBlockState): Check whe

RE: [kaffe] Kaffe on a Gumstix

2004-12-06 Thread patt reveur
When correctly installed, you just need a classis "java Sample" to run a Sample.class setted in the current directory. So what I am thinking is you must have not set your installation directory the correct way. I meant that when cross compiling your kaffe in antoher linux machine, you have to

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: whitespace changes

2004-12-06 Thread Kaffe CVS
PatchSet 5558 Date: 2004/12/06 21:31:43 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: whitespace changes Members: ChangeLog:1.3104->1.3105 libraries/javalib/gnu/java/nio/NIOServerSocket.java:1.6->1.7 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: small whitespace and import fixes

2004-12-06 Thread Kaffe CVS
PatchSet 5559 Date: 2004/12/06 22:07:53 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: small whitespace and import fixes Members: ChangeLog:1.3105->1.3106 libraries/javalib/gnu/java/rmi/RMIMarshalledObjectInputStream.java:1.2->1.3 libraries

[kaffe] CVS kaffe (robilad): Use pure java XSLT engine by default

2004-12-06 Thread Kaffe CVS
PatchSet 5560 Date: 2004/12/07 00:53:43 Author: robilad Branch: HEAD Tag: (none) Log: Use pure java XSLT engine by default 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/xml/transform/TransformerFactory.java: Use gnu.xml.transform.TransformerFactoryImpl

[kaffe] Re: Is ALIGN_CODEPC needed?

2004-12-06 Thread Kiyo Inaba
Since Dalibor was out of town when I sent original message, I'd like to resend with more detailed info for this issue. I wrote: >In 'kaffe/kaffevm/jit3/funcs.c' a macro 'ALIGN_CODEPC' is defined. >But as far as grep can tell, it has never been used. Is this macro >really needed? > >If not, we hav

[kaffe] HUGE speedup in KaffeEncoder/KaffeDecoder

2004-12-06 Thread Adam Heath
I was writing a parser for dpkg control files. My first version was very stupid. It did reads of one char, in a loop. Under sun, I got acceptable speeds(3s to parse all of /var/lib/dpkg/status). Kaffe, however, took 1.5 minutes(or so). So, after a bit of digging, I found the problem. KaffeDeco