gcc/libjava/java
Ranjit Mathew 5bedfc9356 File (getAbsolutePath): Prefix drive specifier on Windows for paths starting with a '\'.
2003-03-01  Ranjit Mathew  <rmathew@hotmail.com>

	* java/io/File (getAbsolutePath): Prefix drive specifier on
	Windows for paths starting with a '\'.
	(toURL): Make URL more consistent with what Sun's JDK returns.

	* java/io/natFileWin32.cc (java::io::File::isAbsolute): Return
	true only if the path is a UNC network path or it starts with a
	drive specifier.

	* java/net/URLStreamHandler.java (parseURL): Correct minor typo.
	Be prepared to handle either '/' or '\\' in the file path for
	Windows if using the "file" protocol.
	Canonicalise the file path if using a relative path in the given
	context and the "file" protocol.

From-SVN: r63635
2003-03-01 23:38:13 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt XPanelPeer.java (beginLayout, [...]): New methods. 2003-03-01 22:14:21 +00:00
beans Beans.java, [...]: Reformated to GNU style. 2003-02-27 10:52:41 +00:00
io File (getAbsolutePath): Prefix drive specifier on Windows for paths starting with a '\'. 2003-03-01 23:38:13 +00:00
lang natWin32Process.cc (startProcess): Double-quote each program array element passed to CreateProcess. 2003-03-01 23:02:18 +00:00
math BigInteger.java (euclidInv): Take result array as an argument. 2003-02-20 16:55:15 +00:00
net File (getAbsolutePath): Prefix drive specifier on Windows for paths starting with a '\'. 2003-03-01 23:38:13 +00:00
nio 2003-02-19 Michael Koch <konqueror@gmx.de> 2003-02-19 11:47:49 +00:00
rmi * java/rmi/registry/RegistryHandler.java: Deprecate. 2003-03-01 22:35:25 +00:00
security re PR libgcj/9271 (Severe bias in java.security.SecureRandom) 2003-02-13 17:00:22 +00:00
sql Timestamp.java (compareTo(Object)): New method. 2003-02-10 19:56:12 +00:00
text Externalizable.java, [...]: New versions from Classpath. 2002-11-10 22:06:49 +00:00
util AbstractPreferences.java (isUserNode): Implemented. 2003-02-24 21:20:19 +00:00