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]

Re: Patch: MingW32 3.4 Cleanup / Refactoring / Enhancements


For the --disable-java-net issue, see the last section of this post:

http://gcc.gnu.org/ml/java-patches/2003-q3/msg00015.html

You removed all of the #ifdef DISABLE_JAVA_NET..#endif sections in
your POSIX code for the exact same reasons that I now have done in
the Win32 code, because specifying --disable-java-net should link
to the nat*NoNet.cc files and bypass the Win32 files altogether.

So Ranjit, can you now give your final blessing (or curse)? Again,
the only difference between this patch and the previous one you saw
is:

- I split out your os.arch and process quoting patches
- I fixed a connect() bug in natPlainSocketImplWin32 which
  occurred for non-zero timeouts

Hey go ahead! I have no reservations against your changes since you point out that different files get linked in when "--disable-java-net" is specified.

Ranjit.

_________________________________________________________________
Are you Unmarried? http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?4d Register in India's No 1 Matrimony



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