gcc/libjava/java
Ranjit Mathew d074ed7c01 natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Win32...
2003-02-03  Ranjit Mathew <rmathew@hotmail.com>

	* java/lang/natRuntime.cc (java::lang::Runtime::_load)): Take care
	of the fact that on Win32, JNI_OnLoad is an "stdcall" function and
	could also have been exported as "JNI_OnLoad@8" (MinGW) or
	"_JNI_OnLoad@8" (MSVC).

From-SVN: r62348
2003-02-03 21:23:59 +00:00
..
applet
awt Window.java (Window(Window,GraphicsConfiguration)): Don't try to find graphics configuration. 2003-01-31 17:54:14 +00:00
beans For PR libgcj/8759: 2002-11-30 04:41:59 +00:00
io re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead of the root content of C:) 2003-01-24 21:57:00 +00:00
lang natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Win32... 2003-02-03 21:23:59 +00:00
math BigInteger.java (euclidInv): Make sure quot and rem are in canonical form after divide(). 2002-12-19 06:59:46 +00:00
net SocketImpl.java (toString): Don't explicitly call toString() on possible null address. 2003-01-16 21:37:56 +00:00
nio 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 12:32:17 +00:00
rmi UnicastServerRef.java (unexportObject): Don't throw RemoteException. 2003-01-03 22:57:25 +00:00
security re PR libgcj/7416 (java.security startup refs "GNU libgcj.security") 2002-12-31 22:50:10 +00:00
sql
text
util Properties.java (load): Ignore backslash before EOF. 2003-01-31 17:00:01 +00:00