This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
waiting for approval
- From: Adam Megacz <patches at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 04 Feb 2002 15:06:46 -0800
- Subject: waiting for approval
- Organization: Myself
Hi, I'm currently waiting for approval from Hans Boehm on these
patches:
http://gcc.gnu.org/ml/java-patches/2002-q1/msg00216.html
http://gcc.gnu.org/ml/java-patches/2002-q1/msg00191.html
http://gcc.gnu.org/ml/java-patches/2002-q1/msg00192.html
http://gcc.gnu.org/ml/java-patches/2002-q1/msg00200.html
He doesn't appear to be checking his email, though. Is there anybody
else who can approve them in his absence?
Once these patches get committed, I'll have everything except for
native methods working, so I'd sort of like to get these patches
resolved before I dive into java.io and java.net.
I'd also like to reignite discussion on this thread:
http://gcc.gnu.org/ml/java-patches/2002-q1/msg00205.html
http://gcc.gnu.org/ml/java-patches/2002-q1/msg00214.html
Basically, "unsigned jint" doesn't work, so I suggest using
uint<foo>_t (from stdint.h, part of the C99 standard) in shs.cc. I'd
like to know if this is acceptable, and if not, what I should use
instead.
- a