Files
gcc/libjava/java
Michael Koch 4b8a70aa26 re PR java/19444 (GCJ implementation of java.net.URI misses host support)
2005-01-15  Michael Koch  <konqueror@gmx.de>

	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.

From-SVN: r93711
2005-01-15 22:27:02 +00:00
..
2004-11-30 23:59:12 +00:00
2004-11-30 23:59:12 +00:00
2004-11-18 15:26:45 +00:00