kaffe javac question: forward reference supported?

2001-04-09 Thread Yong Chen
Title: kaffe javac question: forward reference supported? Hi, I have a question regarding the kaffe compiler, does it support forward reference? (or recursive compilation?)? Say I have a class A having reference to class B, and class B having reference to class A, based on Java spec, this

a patch to java.util.Properties.java

2001-04-09 Thread Ito Kazumitsu
This is a patch to java.util.Properties.java, without which load(InputStream) goes into an infinite loop if end of file appears before '\n'. --- Properties.java.origSat Jul 22 07:53:23 2000 +++ Properties.java Mon Apr 9 15:46:39 2001 @@ -162,7 +162,11 @@ switch (ch)