diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-04 02:12:58 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-04 02:12:58 +0000 |
| commit | 8e6beb2a7a538e059d8f96c1991a0560a471fd78 (patch) | |
| tree | b1450648aff58eca57b555278c227fabb642cb7f /libjava/ChangeLog | |
| parent | 52a89d92e1cc718163c16584d86cac9df39737e2 (diff) | |
| download | ppe42-gcc-8e6beb2a7a538e059d8f96c1991a0560a471fd78.tar.gz ppe42-gcc-8e6beb2a7a538e059d8f96c1991a0560a471fd78.zip | |
2004-07-03 Mark Wielaard <mark@klomp.org>
Anthony Green <green@redhat.com>
* java/net/URL.java (getFile): Clarify return value doc.
(getPath): Return null if file is empty - not empty String.
(set): Convert protocol to lower case before doing anything.
Only change the protocol handler if it's different.
2004-07-03 Anthony Green <green@redhat.com>
* java/net/URL.java (URL): Convert protocol to lower case before
doing anything, so we getURLStreamHandler() with the proper value.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84068 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index d99f402ccc0..edf90fb33a5 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,16 @@ +2004-07-03 Mark Wielaard <mark@klomp.org> + Anthony Green <green@redhat.com> + + * java/net/URL.java (getFile): Clarify return value doc. + (getPath): Return null if file is empty - not empty String. + (set): Convert protocol to lower case before doing anything. + Only change the protocol handler if it's different. + +2004-07-03 Anthony Green <green@redhat.com> + + * java/net/URL.java (URL): Convert protocol to lower case before + doing anything, so we getURLStreamHandler() with the proper value. + 2004-07-02 Bryce McKinlay <mckinlay@redhat.com> * java/util/Locale.java (hashcode): Made transient. |

