gcc/libjava/java
Ranjit Mathew d6a2d36ee7 Win32Process.java (destroy): Declare as native.
2003-02-10  Ranjit Mathew  <rmathew@hotmail.com>

	* java/lang/Win32Process.java (destroy): Declare as native.
	(hasExited): New native method.
	(exitValue): Define.
	(getErrorStream): Likewise.
	(getInputStream): Likewise.
	(getOutputStream): Likewise.
	(waitFor): Declare as native.
	(startProcess): New native method.
	(cleanup): Likewise.
	(ConcreteProcess): Define.
	(outputStream, inputStream, errorStream): New members.
	(procHandle, exitCode): Likewise.

	* java/lang/natWin32Process.cc
	(java::lang::ConcreteProcess::cleanup): Define.
	(java::lang::ConcreteProcess::destroy): Likewise.
	(java::lang::ConcreteProcess::hasExited): Likewise.
	(java::lang::ConcreteProcess::waitFor): Likewise.
	(new_string): Likewise.
	(java::lang::ConcreteProcess::startProcess): Likewise.

From-SVN: r62657
2003-02-10 23:52:56 +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 Stephen Crawley <crawley@dstc.edu.au> 2003-02-07 20:19:53 +00:00
io PipedOutputStream.java (flush): Declare as throwing IOException. 2003-02-04 21:07:15 +00:00
lang Win32Process.java (destroy): Declare as native. 2003-02-10 23:52:56 +00:00
math BigInteger.java: Updated notice to include years 2002 and 3. 2003-02-10 23:45:31 +00:00
net SocketImpl.java (toString): Don't explicitly call toString() on possible null address. 2003-01-16 21:37:56 +00:00
nio
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 Timestamp.java (compareTo(Object)): New method. 2003-02-10 19:56:12 +00:00
text
util JarFile.java (JarFile(String, boolean)): Read manifest when verify is true. 2003-02-07 21:33:05 +00:00