diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 07:02:26 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 07:02:26 +0000 |
| commit | 141410702d2753052385e841596a13c4a870b7d7 (patch) | |
| tree | f41e95314a0b8cd69db84e7e7c3823e647e7bd42 /libjava/ChangeLog | |
| parent | d8c4cf27f5750c103e1cc895ddabde5924594d20 (diff) | |
| download | ppe42-gcc-141410702d2753052385e841596a13c4a870b7d7.tar.gz ppe42-gcc-141410702d2753052385e841596a13c4a870b7d7.zip | |
2004-04-22 Jeroen Frijters <jeroen@sumatra.nl>
* java/net/URLStreamHandler.java
(parseURL): Convert the file path to using '/' instead of native
file separator.
2004-04-22 Guilhem Lavaux <guilhem@kaffe.org>
* java/net/URL.java
(userInfo): New field.
(URL): Set authority to the right value.
(setURL): Fixed authority and file initialization.
* java/net/URLStreamHandler.java
(parseURL): Take care of the query tag. Build authority.
(toExternalForm): Fixed URL building using authority.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 60990f981bc..230e0ae66e5 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,19 @@ +2004-04-22 Jeroen Frijters <jeroen@sumatra.nl> + + * java/net/URLStreamHandler.java + (parseURL): Convert the file path to using '/' instead of native + file separator. + +2004-04-22 Guilhem Lavaux <guilhem@kaffe.org> + + * java/net/URL.java + (userInfo): New field. + (URL): Set authority to the right value. + (setURL): Fixed authority and file initialization. + * java/net/URLStreamHandler.java + (parseURL): Take care of the query tag. Build authority. + (toExternalForm): Fixed URL building using authority. + 2004-04-22 Michael Koch <konqueror@gmx.de> * java/net/Socket.java |

