From d03da085bc50e83dbbf4ec4e29fdf17fa9973e6e Mon Sep 17 00:00:00 2001 From: tromey Date: Sat, 1 Mar 2003 23:38:13 +0000 Subject: 2003-03-01 Ranjit Mathew * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63635 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c340717c02e..a86821f246c 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,19 @@ +2003-03-01 Ranjit Mathew + + * 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. + 2003-03-01 Mohan Embar * java/lang/natWin32Process.cc (startProcess): Double-quote each -- cgit v1.2.3