Classpath - javax.sound implementation - which library?

2003-09-24 Thread Ricky Clarkson
Hi, I've been looking at tritonus, and its mixer capabilities are ALSA-specific (hence Linux-specific). Is there some other library that would be viable for Classpath, such as SDL, that would be more portable? I'm not sure of licensing issues around SDL or even tritonus, but tritonus is LGPL, an

HashMap putAll/putAllInternal bug

2003-09-24 Thread Stuart Ballard
The HashMap putAll and putAllInternal (called from constructor) methods use size() to get the size of the map to be added, and then iterate over the iterator that many times to add elements. Instead, they should call hasNext() on the iterator. I can make any number of arguments for why this sho

Re: Classpath - javax.sound implementation - which library?

2003-09-24 Thread Dalibor Topic
Hi Ricky, Ricky Clarkson wrote: Hi, I've been looking at tritonus, and its mixer capabilities are ALSA-specific (hence Linux-specific). Is there some other library that would be viable for Classpath, such as SDL, that would be more portable? Tritonus also supports ESD as it backed, I've merged i

VMClassLoader

2003-09-24 Thread Tom Tromey
I think the reference VMClassLoader is subtly incorrect. Is anybody using this code as-is? In particular, I think VMClassLoader.getSystemClassLoader must try to use the default system class loader to load the one specified in the java.system.class.loader property. Also, it should pass the defaul

Re: auto-formatting: no more jalopy

2003-09-24 Thread Brian Jones
Tom Tromey <[EMAIL PROTECTED]> writes: > > "Brian" == Brian Jones <[EMAIL PROTECTED]> writes: > > Brian> Bug: Printer Java: GNU brace style does not indent beyond braces > Brian> > http://sourceforge.net/tracker/index.php?func=detail&aid=716393&group_id=45216&atid=442212 > > I tried adding

Re: dotnet platform support / gnu config.sub (long)

2003-09-24 Thread Andrew Haley
Dalibor, what message are you replying to? Andrew. ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: dotnet platform support / gnu config.sub (long)

2003-09-24 Thread Dalibor Topic
Andrew Haley wrote: Dalibor, what message are you replying to? One from the libtool mailing list, actually. I cross posted it to classpath and kaffe for reference, as it tried to define some java vm configure script recognition functionality. The original message is here: http://mail.gnu.org/arc

Re: dotnet platform support / gnu config.sub (long)

2003-09-24 Thread Dalibor Topic
Guido Draheim wrote: For the java machine, the term `jvm` is used universally. I do not remember there were any dependency on pointer lengths, it runs in managed mode always. JVM, JDK, Java, etc. are all trade marks with associated conditions of use. http://www.sun.com/suntrademarks/#J . Are you

Re: dotnet platform support / gnu config.sub (long)

2003-09-24 Thread Guido Draheim
Dalibor Topic wrote: Guido Draheim wrote: For the java machine, the term `jvm` is used universally. I do not remember there were any dependency on pointer lengths, it runs in managed mode always. JVM, JDK, Java, etc. are all trade marks with associated conditions of use. http://www.sun.com/su

Re: dotnet platform support / gnu config.sub (long)

2003-09-24 Thread Dalibor Topic
Guido Draheim wrote: Dalibor Topic wrote: Guido Draheim wrote: For the java machine, the term `jvm` is used universally. I do not remember there were any dependency on pointer lengths, it runs in managed mode always. JVM, JDK, Java, etc. are all trade marks with associated conditions of use.

Re: [kaffe] Re: dotnet platform support / gnu config.sub (long)

2003-09-24 Thread Jim Pick
On Wed, 24 Sep 2003 23:38:38 +0200 Dalibor Topic <[EMAIL PROTECTED]> wrote: > >> JVM, JDK, Java, etc. are all trade marks with associated conditions of > >> use. http://www.sun.com/suntrademarks/#J . Are you sure you want/need > >> to use them? > > > > > > Yes. Actually, if the target is a jav

File encodings and initialization sequence

2003-09-24 Thread David Holmes
Just wanted to share experiences with the initialization sequence and trying to resolve the character encoding problem. To fill in various system properties in Runtime we use native code to get C char arrays with output from things like uname, cwd etc. These are returned as Java byte arrays and ha