This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

waiting for approval



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]