CVSROOT:        /cvs/kaffe
Module name:    kaffe
Changes by:     dalibor 02/10/18 06:54:14

Modified files:
        .              : ChangeLog 
        kaffe/kaffevm  : classMethod.c exception.c exception.h jni.c 
                         stackTrace.h support.c 
        kaffe/kaffevm/intrp: machine.c 
        kaffe/scripts/compat: javac.in 
        libraries/clib/native: UNIXProcess.c 
        libraries/javalib/java/awt/event: KeyEvent.java 
        libraries/javalib/java/util: GregorianCalendar.java 
        test/regression: ExecTest.java 

Log message:
Fri Oct 18 15:05:52 CEST 2002 Dalibor Topic <[EMAIL PROTECTED]>
* libraries/clib/native/UNIXProcess.c: fixed crash when calling
Runtime.exec with an array of strings for the environment
variable.
* test/regression/ExecTest.java: adapted test accordingly.

Patch by: Warwick Hunter <[EMAIL PROTECTED]>

* libraries/javalib/java/awt/event/KeyEvent.java:
implemented missing Java 1.4 functionality to get xsmiles to run.

Patch by: Jukka Santala <[EMAIL PROTECTED]>

Fri Oct 18 13:59:11 CEST 2002 Patrick Tullmann  <[EMAIL PROTECTED]>
* kaffe/kaffevm/classMethod.c: methodNeedsTrampoline is JIT-only
* kaffe/kaffevm/exception.c, kaffe/kaffevm/exception.h,
kaffe/kaffevm/jni.c, kaffe/kaffevm/stackTrace.h:
Hide in-vm exception handling behind VmExceptHandler type (used to
be vmException).  Mostly used in the interpreter, also used in JIT
for catching errors at the JNI entry layer.  Update jni.c entry
layer to track exceptions on per-function basis (instead of a
fixed range of instruction addresses, fixes optimizer).

Fri Oct 18 13:00:54 CEST 2002 Dalibor Topic <[EMAIL PROTECTED]>
* kaffe/scripts/compat/javac.in:
Ensure that rt.jar is in the classpath.

Patch by: Warwick Hunter <[EMAIL PROTECTED]>

* libraries/javalib/java/util/GregorianCalendar.java:
(computeFields) fixed calculation of weekdays.

Patch by: Helmer Kraemer <[EMAIL PROTECTED]>


_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to