[kaffe] a small patch to fix compilation error while --with-stats

2004-03-16 Thread jserv
Hi all developers, I just cvs update Kaffe CVS, and I found it encountered compilation errors while Kaffe was configured with the option --with-stats. Since the CVS version of Kaffe had changed some internal data structure, so taht I have to patch it as the attachment. cheers, Jim Huang --- kaf

[kaffe] Sockets remain unclosed

2004-03-16 Thread Ito Kazumitsu
Old story: http://article.gmane.org/gmane.comp.java.jetty.support/4555 http://www.kaffe.org/pipermail/kaffe/2004-January/045001.html http://article.gmane.org/gmane.comp.java.jetty.support/4561 http://www.kaffe.org/pipermail/kaffe/2004-January/045008.html Summary: When you use Jetty with Kaffe,

[kaffe] CVS kaffe (dalibor): Replaced gnu/regexp/Char* with implementation from GNU Classpath

2004-03-16 Thread Kaffe CVS
PatchSet 4532 Date: 2004/03/17 04:08:19 Author: dalibor Branch: HEAD Tag: (none) Log: Replaced gnu/regexp/Char* with implementation from GNU Classpath 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/gnu/regexp/CharIndexed.java, libraries/javalib/gnu/regexp/Char

[kaffe] CVS kaffe (dalibor): Replaced gnu/regexp/CharIndexedCharArray.java with implementation from GNU Class

2004-03-16 Thread Kaffe CVS
PatchSet 4531 Date: 2004/03/17 03:41:12 Author: dalibor Branch: HEAD Tag: (none) Log: Replaced gnu/regexp/CharIndexedCharArray.java with implementation from GNU Classpath 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/gnu/regexp/CharIndexedCharArray.java: Repl

[kaffe] CVS kaffe (dalibor): Replaced a few java.util classes by implementations from GNU Classpath

2004-03-16 Thread Kaffe CVS
PatchSet 4530 Date: 2004/03/17 02:53:10 Author: dalibor Branch: HEAD Tag: (none) Log: Replaced a few java.util classes by implementations from GNU Classpath 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/util/Stack.java, libraries/javalib/java/util/Missin

[kaffe] CVS kaffe (dalibor): Removed unneeded collection classes

2004-03-16 Thread Kaffe CVS
PatchSet 4529 Date: 2004/03/17 00:59:43 Author: dalibor Branch: HEAD Tag: (none) Log: Removed unneeded collection classes 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/util/AbstractListIterator.java, libraries/javalib/java/util/AbstractMapEntry.java,

Re: [kaffe] CVS kaffe (dalibor): Small fix for JBoss crash and speed up for class loading

2004-03-16 Thread Dalibor Topic
Kaffe CVS wrote: PatchSet 4528 Date: 2004/03/16 23:30:08 Author: dalibor Branch: HEAD Tag: (none) Log: Small fix for JBoss crash and speed up for class loading 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/util/zip/ZipFile.java (close) Don't set zip to n

[kaffe] CVS kaffe (dalibor): Small fix for JBoss crash and speed up for class loading

2004-03-16 Thread Kaffe CVS
PatchSet 4528 Date: 2004/03/16 23:30:08 Author: dalibor Branch: HEAD Tag: (none) Log: Small fix for JBoss crash and speed up for class loading 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/util/zip/ZipFile.java (close) Don't set zip to null when closing,

Re: [kaffe] Using RXTX with kaffe to manipulate serial ports

2004-03-16 Thread Trent Jarvi
On Tue, 16 Mar 2004, Dalibor Topic wrote: > Hi Marcos, Hello Trent, > > Marcos Lois Bermúdez wrote: > > Hello, kaffe is great, i want to contribute to get kaffe working. > > Thanks! > > > I test it with SWT and work great, :), my problem is now RXTX lib, I > > want migrate some Win32 terminals

Re: [kaffe] Using RXTX with kaffe to manipulate serial ports

2004-03-16 Thread Dalibor Topic
Hi Marcos, Hello Trent, Marcos Lois Bermúdez wrote: Hello, kaffe is great, i want to contribute to get kaffe working. Thanks! I test it with SWT and work great, :), my problem is now RXTX lib, I want migrate some Win32 terminals, to Linux, they are embedded system based on ia32. I always wanted

[kaffe] Using RXTX with kaffe to manipulate serial ports

2004-03-16 Thread Marcos Lois Bermúdez
Hello, kaffe is great, i want to contribute to get kaffe working. I test it with SWT and work great, :), my problem is now RXTX lib, I want migrate some Win32 terminals, to Linux, they are embedded system based on ia32. I reduce the size on disk, a lot, kaffe is great, i can strip it down a lo

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: Fixed small glitch with FilePermission

2004-03-16 Thread Kaffe CVS
PatchSet 4526 Date: 2004/03/16 17:37:52 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: Fixed small glitch with FilePermission 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> Resynced with GNU Classpath. 2004-03-12 Mark Wielaard <[EMAIL PROTECTED]>

[kaffe] CVS kaffe (dalibor): Changed Classpath version to a saner value

2004-03-16 Thread Kaffe CVS
PatchSet 4525 Date: 2004/03/16 17:06:38 Author: dalibor Branch: HEAD Tag: (none) Log: Changed Classpath version to a saner value 2004-03-15 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/gnu/classpath/Configuration.java: Removed CLASSPATH_HOME. Set CLASSPATH_VERSION to a

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: Fixed a comment for gjdoc

2004-03-16 Thread Kaffe CVS
PatchSet 4527 Date: 2004/03/16 17:44:34 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: Fixed a comment for gjdoc 2004-03-16 Dalibor Topic <[EMAIL PROTECTED]> Resynced with GNU Classpath. 2004-03-12 Mark Wielaard <[EMAIL PROTECTED]> * java

[kaffe] Imcomplete GTK+ AWT patch

2004-03-16 Thread jserv
Hi all developers, Recently, I attempted to port the GTK+-1.2-based AWT implementation shipped with PocketLinux to current Kaffe release (1.1.4), and it seems to be possible to come true. I did the GTK+ AWT patch, but it couldn't work well. After some hard struggling, I decided to suspend its pr

[kaffe] CVS kaffe (dalibor): Upgraded to automake 1.8.3

2004-03-16 Thread Kaffe CVS
PatchSet 4524 Date: 2004/03/16 14:10:42 Author: dalibor Branch: HEAD Tag: (none) Log: Upgraded to automake 1.8.3 2004-03-15 Dalibor Topic <[EMAIL PROTECTED]> * FAQ/FAQ.automake, developers/autogen.sh: Updated to use automake 1.8.3. * Makefile.in, acloca

Re: [kaffe] kaffe 1.1.4: gnu.classpath.Configuration.CLASSPATH_VERSION

2004-03-16 Thread Dalibor Topic
Hi Holger, Holger Schurig wrote: Done. but unfortunately, it doesn't work that well (with kjc, at least): The problem is that Configuration.java is generated in the build direectory, whereas the compiler is looking for the file in the source directory. Automake allows for a (very useful) separatio

Re: [kaffe] kaffe 1.1.4: gnu.classpath.Configuration.CLASSPATH_VERSION

2004-03-16 Thread Holger Schurig
> Done. but unfortunately, it doesn't work that well (with kjc, at > least): > > The problem is that Configuration.java is generated in the build > direectory, whereas the compiler is looking for the file in the source > directory. Automake allows for a (very useful) separation of source and > buil