This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
request for blanket commit privs to *win32*
- From: Adam Megacz <patches at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 05 Feb 2002 12:51:18 -0800
- Subject: request for blanket commit privs to *win32*
- Organization: Myself
Um, I know you're all ReallyBusyPeople(tm), but I've been kinda
under with the rate of code review here. Particularly this one:
....................................................................
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.
....................................................................
To make things move more quickly, may I please have permission to
commit to the following files without waiting for review?
libjava/win32.cc
libjava/win32-threads.cc
libjava/include/win32-threads.h
libjava/include/win32-signals.h
libjava/java/*/*Win32*
I'll still post my patches, I'd just like to be able to commit them
without having to wait a week and repost a few times.
- a