RE: Thread/VMThread proposal

2003-07-30 Thread Jeroen Frijters
Brian Jones wrote: > You may wish to check that a "stillborn" thread has a null thread > group after stop() has been called. I did confirm already that > threads that run and are stopped are seen to have a null thread group. The Sun JDK ignores stop() when called on an unstarted thread (and the g

X Rendering and GNU Classpath

2003-07-30 Thread Sascha Brawer
Hello Keith The GNU Classpath project [1] provides a non-proprietary implementation of the core libraries of the Java platform. It gets used by a number of free and commercial projects for Java virtual machines. Some of its developers are currently thinking about graphics. As you might know, the

Re: X Rendering and GNU Classpath

2003-07-30 Thread Brian Jones
Sascha Brawer <[EMAIL PROTECTED]> writes: > As you might know, the Java2D API [2] is very much oriented at the PDF > 1.4 drawing model. Implementing it via the X Rendering Extension thus > seems like a good choice. > ... > OpenGL: I've heard from some users that their target platform has OpenGL,

FileChannelImpl

2003-07-30 Thread Dr. Torsten Rupp
Dear Classpath-members, I yust made some changes in java_nio_FileChannelImpl.c: it seemed it was an old implementation which does not match to the current implementation of FileChannelImpl.java. I hope this is ok. Sincerely, Torsten ___ Classpath mai

Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Stephen Crawley
Hi Torsten, I don't know if you did this deliberately, but your latest change to java/net/PlainSocketImpl.java to implement the connect(addr,timeout) method has clobbered an existing implementation checked in a few hours earlier by Michael Koch on my behalf. Your implementation ignores the timeo

Re: Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 30. Juli 2003 15:31 schrieb Stephen Crawley: > Hi Torsten, > > I don't know if you did this deliberately, but your latest change > to java/net/PlainSocketImpl.java to implement the > connect(addr,timeout) method has clobbered an existing >

include/*.h

2003-07-30 Thread Tom Tromey
I've rebuilt all the include/*.h files with a newer gcjh. This one includes JNICALL and JNIEXPORT in the output. I've also cleaned up the FileChannelImpl thing a bit by giving the header the correct name. Note that editing these files is usually a bad idea -- the one that was in the repository ha

Re: X Rendering and GNU Classpath

2003-07-30 Thread Tom Tromey
> "Sascha" == Sascha Brawer <[EMAIL PROTECTED]> writes: Sascha> As you might know, the Java2D API [2] is very much oriented at Sascha> the PDF 1.4 drawing model. Implementing it via the X Rendering Sascha> Extension thus seems like a good choice. FYI, Graydon Hoare (CCd) has been working on t

Re: X Rendering and GNU Classpath

2003-07-30 Thread graydon hoare
Tom Tromey <[EMAIL PROTECTED]> writes: > > "Sascha" == Sascha Brawer <[EMAIL PROTECTED]> writes: > > Sascha> As you might know, the Java2D API [2] is very much oriented > Sascha> at the PDF 1.4 drawing model. Implementing it via the X > Sascha> Rendering Extension thus seems like a good choic

Re: Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Dr. Torsten Rupp
Dear Stephen, I don't know if you did this deliberately, but your latest change to java/net/PlainSocketImpl.java to implement the connect(addr,timeout) method has clobbered an existing implementation checked in a few hours earlier by Michael Koch on my behalf. The CVS log http://savannah.gnu.org t

Re: Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Dr. Torsten Rupp
Dear Michael Torsten: CVS has surely gicen you a merging conflict before commit. Just copying over your working version of the file is __NNOO__ solution. Its evil. I did not saw any conflict, otherwise I would try to solve it. The last commit before my commit is from 23. June. I also did not cop