CVSROOT: /cvs/kaffe
Module name: kaffe
Changes by: dalibor 02/10/18 15:28:45
Modified files:
. : ChangeLog
kaffe/kaffevm : thread.c
libraries/javalib/java/lang: System.java Thread.java
libraries/javalib/kaffe/io: ConverterAlias.java
Log message:
Fri Oct 18 23:34:11 CEST 2002 Timothy S Stack <[EMAIL PROTECTED]>
* kaffe/kaffevm/thread.c:
The started field wasn't being set for the main thread
* libraries/javalib/java/lang/Thread.java:
The group field wasn't being cleared after the thread died.
The setPriority() method should throw an IllegalArgumentException
if the parameter is outside the range [MIN_PRIORITY, MAX_PRIORITY],
and not the ThreadGroup's max priority. If the parameter was
greater than the group's max priority it should be set the priority
to the group's maximum.
Fri Oct 18 18:33:54 CEST 2002 Dalibor Topic <[EMAIL PROTECTED]>
* libraries/javalib/kaffe/io/ConverterAlias.java:
added alias for US-ASCII.
Patch by: Vesa Kaihlavirta <[EMAIL PROTECTED]>
* libraries/javalib/java/lang/System.java:
(arraycopy) fixed bug preventing SPEC JVM98 check to run. Now
throws NullPointerException when source or destination are null.
Reported by: Kevin D. Kissell <[EMAIL PROTECTED]>
_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe