classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [Patch] java.net.URI fixes


From: Michael Koch
Subject: [cp-patches] [Patch] java.net.URI fixes
Date: Mon, 17 Jan 2005 22:04:02 +0100
User-agent: Mutt/1.5.6+20040907i

Hi list,


I commited the attached patch to merge the latest fixes to java.net.URI
from gcc HEAD branch.


Michael


2005-01-17  Michael Koch  <address@hidden>

        PR libgcj/19444
        * java/net/URI.java
        (AUTHORITY_REGEXP): New regexp constant.
        (AUTHORITY_USERINFO_GROUP): New constant.
        (AUTHORITY_HOST_GROUP): Likewise.
        (AUTHORITY_PORT_GROUP): Likewise.
        (port): Changed default value to -1.
        (parseURI): Parse authority part and initialize host,
        port and userInfo.

Attachment: net.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]